public class MemberDeclaration
extends java.lang.Object
| Constructor and Description |
|---|
MemberDeclaration(java.lang.String owner,
java.lang.String name,
java.lang.String desc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDesc() |
java.lang.String |
getName() |
java.lang.String |
getOwner() |
boolean |
is(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode)
Check if a
FieldInsnNode references the same field as this declaration. |
boolean |
is(org.objectweb.asm.tree.MethodInsnNode methodInsnNode)
Check if a
MethodInsnNode references the same method as this declaration. |
boolean |
isFieldMapping() |
public MemberDeclaration(java.lang.String owner,
java.lang.String name,
java.lang.String desc)
public java.lang.String getOwner()
public java.lang.String getName()
public java.lang.String getDesc()
public boolean is(org.objectweb.asm.tree.FieldInsnNode fieldInsnNode)
FieldInsnNode references the same field as this declaration.fieldInsnNode - The node to checkpublic boolean is(org.objectweb.asm.tree.MethodInsnNode methodInsnNode)
MethodInsnNode references the same method as this declaration.methodInsnNode - The node to checkpublic boolean isFieldMapping()