Preview
Second Preview of ClassFile API (JEP 466).
Programs can only use MemberRefEntry
when preview features are enabled.
Preview features may be removed in a future release,
or upgraded to permanent features of the Java platform.
Modifier and Type | Method and Description |
---|---|
public default Utf8Entry | |
public NameAndTypeEntry | |
public ClassEntry | Returns: the class in which this member ref livesReturns the class in which this member ref lives. |
public default Utf8Entry |
name | back to summary |
---|---|
public default Utf8Entry name() Returns the name of the member.
|
nameAndType | back to summary |
---|---|
public NameAndTypeEntry nameAndType() Returns the name and type of the member.
|
owner | back to summary |
---|---|
public ClassEntry owner() Returns the class in which this member ref lives.
|
type | back to summary |
---|---|
public default Utf8Entry type() Returns the type of the member.
|