Searched defs:SHORT (Results 1 – 4 of 4) sorted by relevance
96 public static final Type SHORT = new Type("S", BT_SHORT); field in Type130 CLASS_TYPE_MAP.put(short.class, SHORT); in CLASS_TYPE_MAP.put() argument
56 public static final CstType SHORT = intern(Type.SHORT_CLASS); field in CstType
61 public static final CstType SHORT = new CstType(Type.SHORT_CLASS); field in CstType
97 public static final Type SHORT = new Type("S", BT_SHORT); field in Type