public final class CstEnumRef extends CstMemberRef
| Constructor and Description |
|---|
CstEnumRef(CstNat nat)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
CstFieldRef |
getFieldRef()
Get a
CstFieldRef that corresponds with this instance. |
Type |
getType()
Gets the type associated with this instance.
|
java.lang.String |
typeName()
Returns the human name for the particular type of constant
this instance is.
|
compareTo0, equals, getDefiningClass, getNat, hashCode, isCategory2, toHuman, toStringgetBasicFrameType, getBasicType, getFrameType, isConstantpublic CstEnumRef(CstNat nat)
nat - non-null; the name-and-type; the defining class is derived
from thispublic java.lang.String typeName()
public Type getType()
non-null; the typepublic CstFieldRef getFieldRef()
CstFieldRef that corresponds with this instance.non-null; the corresponding field referenceCopyright © 2020. All Rights Reserved.