public class InterfaceMethodEntry extends ComplexEntry
CLASS, DOUBLE, FIELD, FLOAT, INT, INTERFACEMETHOD, INVOKEDYNAMIC, LONG, METHOD, METHODHANDLE, METHODTYPE, NAMEANDTYPE, STRING, UTF8
Constructor and Description |
---|
InterfaceMethodEntry()
Default constructor.
|
InterfaceMethodEntry(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, setNameAndTypeIndex
public InterfaceMethodEntry()
public InterfaceMethodEntry(int classIndex, int nameAndTypeIndex)
ComplexEntry.ComplexEntry(int,int)
public int getType()
Entry
public void acceptVisit(BCVisitor visit)
VisitAcceptor
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.Copyright © 2002–2019. All rights reserved.