Searched defs:LONG (Results 1 – 6 of 6) sorted by relevance
93 public static final Type LONG = new Type("J", BT_LONG); field in Type132 CLASS_TYPE_MAP.put(long.class, LONG); in CLASS_TYPE_MAP.put() argument
33 public static final StdTypeList LONG = StdTypeList.make(Type.LONG); field in StdTypeList
50 public static final CstType LONG = intern(Type.LONG_CLASS); field in CstType
55 public static final CstType LONG = new CstType(Type.LONG_CLASS); field in CstType
94 public static final Type LONG = new Type("J", BT_LONG); field in Type