public class MethodEntry extends ComplexEntry
CLASS, DOUBLE, FIELD, FLOAT, INT, INTERFACEMETHOD, INVOKEDYNAMIC, LONG, METHOD, METHODHANDLE, METHODTYPE, NAMEANDTYPE, STRING, UTF8| Constructor and Description |
|---|
MethodEntry()
Default constructor.
|
MethodEntry(int classIndex,
int nameAndTypeIndex)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 one. |
int |
getType()
Return the type code for this entry type.
|
getClassEntry, getClassIndex, getNameAndTypeEntry, getNameAndTypeIndex, setClassIndex, setNameAndTypeIndexpublic MethodEntry()
public MethodEntry(int classIndex,
int nameAndTypeIndex)
ComplexEntry.ComplexEntry(int,int)public int getType()
Entrypublic void acceptVisit(BCVisitor visit)
VisitAcceptorBCVisitor, 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 one.Copyright © 2002–2016. All rights reserved.