Class Injector.TargetNode
java.lang.Object
org.spongepowered.asm.mixin.injection.code.Injector.TargetNode
- Enclosing class:
- Injector
public static final class Injector.TargetNode
extends java.lang.Object
A nominated target node
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)org.objectweb.asm.tree.AbstractInsnNodegetNode()java.util.Set<InjectionPoint>getNominators()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getNode
public org.objectweb.asm.tree.AbstractInsnNode getNode() -
getNominators
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-