Home
last modified time | relevance | path

Searched refs:PRIMITIVE_LONG (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSimpleElementValue.java97 if (super.getType() != PRIMITIVE_LONG) { in getValueLong()
163 case PRIMITIVE_LONG: in stringifyValue()
214 case PRIMITIVE_LONG: in dump()
DElementValue.java73 public static final byte PRIMITIVE_LONG = 'J'; field in ElementValue
87 case PRIMITIVE_LONG: in readElementValue()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSimpleElementValueGen.java142 case PRIMITIVE_LONG: in SimpleElementValueGen()
214 case PRIMITIVE_LONG: in stringifyValue()
257 case PRIMITIVE_LONG: in dump()
DElementValueGen.java89 public static final int PRIMITIVE_LONG = 'J'; field in ElementValueGen
117 return new SimpleElementValueGen(PRIMITIVE_LONG, dis in readElementValue()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DElementValueGenTestCase.java93 ElementValueGen.PRIMITIVE_LONG, cp, 3334455L); in testCreateLongElementValue()