Package com.strobel.reflection.emit
Class ConstantPool.IntegerConstant
java.lang.Object
com.strobel.reflection.emit.ConstantPool.Entry
com.strobel.reflection.emit.ConstantPool.IntegerConstant
- Enclosing class:
ConstantPool
-
Field Summary
FieldsFields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
D> R accept
(ConstantPool.Visitor<R, D> visitor, D data) int
getTag()
toString()
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
size
-
Field Details
-
value
public final int value
-
-
Constructor Details
-
IntegerConstant
-
-
Method Details
-
getTag
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()- Specified by:
byteLength
in classConstantPool.Entry
-
accept
- Specified by:
accept
in classConstantPool.Entry
-
toString
-