TechTrader Bytecode Toolkit

com.techtrader.modules.tools.bytecode.lowlevel
Class InterfaceMethodEntry

java.lang.Object
  |
  +--com.techtrader.modules.tools.bytecode.lowlevel.ComplexEntry
        |
        +--com.techtrader.modules.tools.bytecode.lowlevel.InterfaceMethodEntry

public class InterfaceMethodEntry
extends ComplexEntry

Represents an interface method in the constant pool. Referenced by opcodes.

Author:
Abe White

Fields inherited from class com.techtrader.modules.tools.bytecode.lowlevel.ComplexEntry
_classIndex, _nameAndTypeIndex
 
Constructor Summary
InterfaceMethodEntry()
           
 
Method Summary
 void acceptVisit(BCVisitor visit)
          Accept a visit from a BCVisitor, calling the appropriate methods to notify the visitor that it has entered this entity, and to provide it with the proper callbacks for each sub-entity owned by this object.
 int getType()
          Get the constant for the type of entry represented.
 
Methods inherited from class com.techtrader.modules.tools.bytecode.lowlevel.ComplexEntry
getClassIndex, getKey, getNameAndTypeIndex, readData, setClassIndex, setNameAndTypeIndex, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceMethodEntry

public InterfaceMethodEntry()
Method Detail

getType

public int getType()
Description copied from interface: Entry
Get the constant for the type of entry represented.

acceptVisit

public void acceptVisit(BCVisitor visit)
Description copied from interface: VisitAcceptor
Accept a visit from a BCVisitor, calling the appropriate methods to notify the visitor that it has entered this entity, and to provide it with the proper callbacks for each sub-entity owned by this object.

TechTrader Bytecode Toolkit