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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DType.java92 public static final Type UNKNOWN = new Type(Constants.T_UNKNOWN,
126 return ((this.equals(Type.NULL) || (type >= Constants.T_UNKNOWN)))? signature :
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java423 public static final byte T_UNKNOWN = 15; field in interface:Constants

Completed in 57 milliseconds