org.jboss.classfilewriter.constpool
Class MethodRefEntry
java.lang.Object
org.jboss.classfilewriter.constpool.ConstPoolEntry
org.jboss.classfilewriter.constpool.MethodRefEntry
- All Implemented Interfaces:
- WritableEntry
public class MethodRefEntry
- extends ConstPoolEntry
Constructor Summary |
MethodRefEntry(short classIndex,
short nameAndTypeIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodRefEntry
public MethodRefEntry(short classIndex,
short nameAndTypeIndex)
getType
public ConstPoolEntryType getType()
- Specified by:
getType
in class ConstPoolEntry
writeData
public void writeData(DataOutputStream stream)
throws IOException
- Specified by:
writeData
in class ConstPoolEntry
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.