Searched refs:getBasicType (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DINSTANCEOF.java87 t = ((ArrayType) t).getBasicType();
H A DANEWARRAY.java112 t = ((ArrayType) t).getBasicType();
H A DArrayType.java128 public Type getBasicType() { method in class:ArrayType
H A DCHECKCAST.java98 t = ((ArrayType) t).getBasicType();
H A DReferenceType.java236 arrType1.getBasicType() instanceof ObjectType &&
237 arrType2.getBasicType() instanceof ObjectType) {
239 ((ObjectType) arrType1.getBasicType()).getFirstCommonSuperclass((ObjectType) arrType2.getBasicType()),
H A DMULTIANEWARRAY.java153 t = ((ArrayType) t).getBasicType();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELifier.java287 return "new ArrayType(" + printType(at.getBasicType()) +

Completed in 52 milliseconds