public static interface MemberSubstitution.Target
Modifier and Type | Interface and Description |
---|---|
static class |
MemberSubstitution.Target.ForDynamicInvocation
Represents an invokedynamic instruction that is the target of a substitution.
|
static class |
MemberSubstitution.Target.ForMember
Represents a member that is the target of a substitution.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the (internal) name of the target.
|
boolean |
isStaticDispatch()
Determines if the target is dispatched statically.
|
String getName()
boolean isStaticDispatch()
true
if the target is dispatched statically.Copyright © 2014–2025. All rights reserved.