public class MethodTypeEntry extends Entry
CLASS, DOUBLE, FIELD, FLOAT, INT, INTERFACEMETHOD, INVOKEDYNAMIC, LONG, METHOD, METHODHANDLE, METHODTYPE, NAMEANDTYPE, STRING, UTF8
Constructor and Description |
---|
MethodTypeEntry() |
MethodTypeEntry(int _descriptor_index) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(BCVisitor visitor)
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. |
UTF8Entry |
getMethodDescriptorEntry() |
int |
getType()
Return the type code for this entry type.
|
public MethodTypeEntry()
public MethodTypeEntry(int _descriptor_index)
public void acceptVisit(BCVisitor visitor)
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.public int getType()
Entry
public UTF8Entry getMethodDescriptorEntry()
Copyright © 2002–2019. All rights reserved.