Searched refs:getSort (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DType.java75 * The sort of the <tt>void</tt> type. See {@link #getSort getSort}.
80 * The sort of the <tt>boolean</tt> type. See {@link #getSort getSort}.
85 * The sort of the <tt>char</tt> type. See {@link #getSort getSort}.
90 * The sort of the <tt>byte</tt> type. See {@link #getSort getSort}.
95 * The sort of the <tt>short</tt> type. See {@link #getSort getSort}
423 public int getSort() { method in class:Type
[all...]
H A DClassWriter.java919 return newClassItem(t.getSort() == Type.OBJECT

Completed in 35 milliseconds