Package net.bytebuddy.asm
Interface MemberSubstitution.Target
-
- All Known Implementing Classes:
MemberSubstitution.Target.ForDynamicInvocation,MemberSubstitution.Target.ForMember
- Enclosing class:
- MemberSubstitution
public static interface MemberSubstitution.TargetRepresentation of a substitution target within a method body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMemberSubstitution.Target.ForDynamicInvocationRepresents an invokedynamic instruction that is the target of a substitution.static classMemberSubstitution.Target.ForMemberRepresents a member that is the target of a substitution.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the (internal) name of the target.booleanisStaticDispatch()Determines if the target is dispatched statically.
-