Class InterfaceMethodRefEntry
- java.lang.Object
-
- org.jboss.classfilewriter.constpool.ConstPoolEntry
-
- org.jboss.classfilewriter.constpool.InterfaceMethodRefEntry
-
- All Implemented Interfaces:
WritableEntry
public class InterfaceMethodRefEntry extends ConstPoolEntry
-
-
Constructor Summary
Constructors Constructor Description InterfaceMethodRefEntry(int classIndex, int nameAndTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstPoolEntryTypegetType()voidwriteData(DataOutputStream stream)-
Methods inherited from class org.jboss.classfilewriter.constpool.ConstPoolEntry
write
-
-
-
-
Method Detail
-
getType
public ConstPoolEntryType getType()
- Specified by:
getTypein classConstPoolEntry
-
writeData
public void writeData(DataOutputStream stream) throws IOException
- Specified by:
writeDatain classConstPoolEntry- Throws:
IOException
-
-