Searched refs:BOOLEAN (Results 1 – 7 of 7) sorted by relevance
23 public static final int BOOLEAN = 4; field in Types50 case BOOLEAN: return 1; in getTypeSize()77 case BOOLEAN: return "boolean"; in getTypeName()
77 return Type.BOOLEAN; in getType()
35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS); field in CstType105 case Type.BT_BOOLEAN: return BOOLEAN; in forBoxedPrimitiveType()
75 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN); field in Type112 putIntern(BOOLEAN);129 CLASS_TYPE_MAP.put(boolean.class, BOOLEAN); in CLASS_TYPE_MAP.put() argument229 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();
73 public static final Type BOOLEAN = new Type("Z", BT_BOOLEAN); field in Type110 putIntern(BOOLEAN);213 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();