Package com.strobel.reflection.emit
Class ConstantPool.MethodType
- java.lang.Object
-
- com.strobel.reflection.emit.ConstantPool.Entry
-
- com.strobel.reflection.emit.ConstantPool.MethodType
-
- Enclosing class:
- ConstantPool
public static final class ConstantPool.MethodType extends ConstantPool.Entry
-
-
Field Summary
Fields Modifier and Type Field Description int
descriptorIndex
-
Fields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
-
Constructor Summary
Constructors Constructor Description MethodType(ConstantPool owner, int descriptorIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,D>
Raccept(ConstantPool.Visitor<R,D> visitor, D data)
int
byteLength()
ConstantPool.Tag
getTag()
java.lang.String
getType()
java.lang.String
toString()
-
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
size
-
-
-
-
Constructor Detail
-
MethodType
public MethodType(ConstantPool owner, int descriptorIndex)
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getTag
public ConstantPool.Tag getTag()
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()
- Specified by:
byteLength
in classConstantPool.Entry
-
accept
public <R,D> R accept(ConstantPool.Visitor<R,D> visitor, D data)
- Specified by:
accept
in classConstantPool.Entry
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-