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