Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.techtrader.modules.tools.bytecode.lowlevel
Class MethodEntry  view MethodEntry download MethodEntry.java

java.lang.Object
  extended bycom.techtrader.modules.tools.bytecode.lowlevel.ComplexEntry
      extended bycom.techtrader.modules.tools.bytecode.lowlevel.MethodEntry
All Implemented Interfaces:
Entry, LowLevelConstants, com.techtrader.modules.tools.bytecode.visitor.VisitAcceptor

public class MethodEntry
extends ComplexEntry

Represents a method in the constant pool.


Field Summary
 
Fields inherited from class com.techtrader.modules.tools.bytecode.lowlevel.ComplexEntry
_classIndex, _nameAndTypeIndex
 
Fields inherited from interface com.techtrader.modules.tools.bytecode.lowlevel.LowLevelConstants
ENTRY_CLASS, ENTRY_DOUBLE, ENTRY_FIELD, ENTRY_FLOAT, ENTRY_INT, ENTRY_INTMETHOD, ENTRY_LONG, ENTRY_METHOD, ENTRY_NAME_AND_TYPE, ENTRY_PLACEHOLDER, ENTRY_STRING, ENTRY_UTF8
 
Constructor Summary
MethodEntry()
           
 
Method Summary
 void acceptVisit(com.techtrader.modules.tools.bytecode.visitor.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

MethodEntry

public MethodEntry()
Method Detail

getType

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


acceptVisit

public void acceptVisit(com.techtrader.modules.tools.bytecode.visitor.BCVisitor visit)
Description copied from interface: com.techtrader.modules.tools.bytecode.visitor.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.