proguard.classfile
Class InterfaceMethodrefCpInfo
java.lang.Object
proguard.classfile.CpInfo
proguard.classfile.RefCpInfo
proguard.classfile.InterfaceMethodrefCpInfo
- All Implemented Interfaces:
- VisitorAccepter
- public class InterfaceMethodrefCpInfo
- extends RefCpInfo
Representation of a 'interface method reference' entry in the ConstantPool.
|
Method Summary |
void |
accept(ClassFile classFile,
CpInfoVisitor cpInfoVisitor)
Accepts the given visitor. |
int |
getTag()
Returns the class pool info tag that specifies the entry type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceMethodrefCpInfo
protected InterfaceMethodrefCpInfo()
getTag
public int getTag()
- Description copied from class:
CpInfo
- Returns the class pool info tag that specifies the entry type.
- Specified by:
getTag in class CpInfo
accept
public void accept(ClassFile classFile,
CpInfoVisitor cpInfoVisitor)
- Description copied from class:
CpInfo
- Accepts the given visitor.
- Specified by:
accept in class CpInfo