public final class Target_java_lang_invoke_MemberName extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
flags |
MethodHandleIntrinsic |
intrinsic |
String |
name |
Member |
reflectAccess |
Object |
resolution |
| Constructor and Description |
|---|
Target_java_lang_invoke_MemberName() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDeclaringClass() |
Class<?> |
getFieldType() |
MethodType |
getMethodType() |
byte |
getReferenceKind() |
void |
init(Class<?> defClass,
String name,
Object type,
int flags) |
boolean |
isConstructor() |
boolean |
isField() |
boolean |
isMethod() |
boolean |
isStatic() |
public Member reflectAccess
public MethodHandleIntrinsic intrinsic
public String name
public int flags
public Object resolution
public boolean isStatic()
public boolean isMethod()
public boolean isConstructor()
public boolean isField()
public Class<?> getDeclaringClass()
public MethodType getMethodType()
public Class<?> getFieldType()
public byte getReferenceKind()