Searched defs:cpGen (Results 1 – 2 of 2) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | SimpleElementValueGen.java | 47 protected SimpleElementValueGen(final int type, final int idx, final ConstantPoolGen cpGen) in SimpleElementValueGen() 53 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final int value) in SimpleElementValueGen() 59 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final long value) in SimpleElementValueGen() 65 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final double value) in SimpleElementValueGen() 71 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final float value) in SimpleElementValueGen() 77 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final short value) in SimpleElementValueGen() 83 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final byte value) in SimpleElementValueGen() 89 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final char value) in SimpleElementValueGen() 95 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final boolean value) in SimpleElementValueGen() 105 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final String value) in SimpleElementValueGen()
|
D | ElementValueGen.java | 47 protected ConstantPoolGen cpGen; field in ElementValueGen 49 protected ElementValueGen(final int type, final ConstantPoolGen cpGen) in ElementValueGen() 96 final ConstantPoolGen cpGen) throws IOException in readElementValue()
|