Class TargetSelectors.SelectedMethod
- java.lang.Object
-
- org.spongepowered.asm.mixin.injection.selectors.TargetSelectors.SelectedMethod
-
- Enclosing class:
- TargetSelectors
public static class TargetSelectors.SelectedMethod extends java.lang.ObjectSelected target method, paired with the selector which identified it
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.tree.MethodNodegetMethod()TargetSelectors.SelectedMethodgetParent()ITargetSelectornext()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getParent
public TargetSelectors.SelectedMethod getParent()
-
next
public ITargetSelector next()
-
getMethod
public org.objectweb.asm.tree.MethodNode getMethod()
-
-