Interface MemberSubstitution.Target
- All Known Implementing Classes:
MemberSubstitution.Target.ForDynamicInvocation, MemberSubstitution.Target.ForMember
- Enclosing class:
MemberSubstitution
public static interface MemberSubstitution.Target
Representation of a substitution target within a method body.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classRepresents an invokedynamic instruction that is the target of a substitution.static classRepresents a member that is the target of a substitution. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the (internal) name of the target.booleanDetermines if the target is dispatched statically.
-
Method Details
-
getName
-
isStaticDispatch
boolean isStaticDispatch()Determines if the target is dispatched statically.- Returns:
trueif the target is dispatched statically.
-