Home
last modified time | relevance | path

Searched refs:cpGen (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DElementValueGen.java47 protected ConstantPoolGen cpGen; field in ElementValueGen
49 protected ElementValueGen(final int type, final ConstantPoolGen cpGen) in ElementValueGen() argument
52 this.cpGen = cpGen; in ElementValueGen()
96 final ConstantPoolGen cpGen) throws IOException in readElementValue() argument
103 .readUnsignedShort(), cpGen); in readElementValue()
106 .readUnsignedShort(), cpGen); in readElementValue()
109 .readUnsignedShort(), cpGen); in readElementValue()
112 .readUnsignedShort(), cpGen); in readElementValue()
115 .readUnsignedShort(), cpGen); in readElementValue()
118 .readUnsignedShort(), cpGen); in readElementValue()
[all …]
DSimpleElementValueGen.java47 protected SimpleElementValueGen(final int type, final int idx, final ConstantPoolGen cpGen) in SimpleElementValueGen() argument
49 super(type, cpGen); in SimpleElementValueGen()
53 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final int value) in SimpleElementValueGen() argument
55 super(type, cpGen); in SimpleElementValueGen()
59 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final long value) in SimpleElementValueGen() argument
61 super(type, cpGen); in SimpleElementValueGen()
65 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final double value) in SimpleElementValueGen() argument
67 super(type, cpGen); in SimpleElementValueGen()
71 public SimpleElementValueGen(final int type, final ConstantPoolGen cpGen, final float value) in SimpleElementValueGen() argument
73 super(type, cpGen); in SimpleElementValueGen()
[all …]