Package org.vesalainen.bcc
Class ConstantInfo.InterfaceMethodref
- java.lang.Object
-
- org.vesalainen.bcc.ConstantInfo
-
- org.vesalainen.bcc.ConstantInfo.Ref
-
- org.vesalainen.bcc.ConstantInfo.InterfaceMethodref
-
- All Implemented Interfaces:
Writable
- Enclosing class:
- ConstantInfo
public static class ConstantInfo.InterfaceMethodref extends ConstantInfo.Ref
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.vesalainen.bcc.ConstantInfo
ConstantInfo.Clazz, ConstantInfo.ConstantDouble, ConstantInfo.ConstantFloat, ConstantInfo.ConstantInteger, ConstantInfo.ConstantLong, ConstantInfo.ConstantString, ConstantInfo.Fieldref, ConstantInfo.Filler, ConstantInfo.InterfaceMethodref, ConstantInfo.Methodref, ConstantInfo.NameAndType, ConstantInfo.Ref, ConstantInfo.Utf8
-
-
Field Summary
-
Fields inherited from class org.vesalainen.bcc.ConstantInfo
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
-
-
Constructor Summary
Constructors Constructor Description InterfaceMethodref(int class_index, int name_and_type_index)InterfaceMethodref(java.io.DataInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.vesalainen.bcc.ConstantInfo.Ref
equals, getClass_index, getName_and_type_index, hashCode, initialize, write
-
Methods inherited from class org.vesalainen.bcc.ConstantInfo
getTag, read
-
-