Package de.geolykt.starloader.deobf
Class MethodReference
java.lang.Object
de.geolykt.starloader.deobf.MethodReference
-
Constructor Summary
ConstructorsConstructorDescriptionMethodReference(String owner, String desc, String name) MethodReference(String owner, org.objectweb.asm.tree.MethodNode node) MethodReference(org.objectweb.asm.tree.MethodInsnNode instruction) -
Method Summary
-
Constructor Details
-
MethodReference
public MethodReference(org.objectweb.asm.tree.MethodInsnNode instruction) -
MethodReference
-
MethodReference
-
-
Method Details
-
equals
-
getDesc
Obtains the method descriptor of the referenced method- Returns:
- The method descriptor
-
getName
-
getOwner
Obtains the simple internal name of the owner. This means it will be like this: "org/example/ClassName"- Returns:
- The simple internal name of the owner
-
hashCode
public int hashCode() -
toString
-