java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.java.JavaReconEnum.ECst |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ECst(IJavaStaticField sfield, String name, int ordinal, List<IJavaExpression> adds, IJavaNew newExpressionForSubEnum) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List<IJavaExpression> | getArgumentList() | ||||||||||
IJavaStaticField | getCompilerGeneratedStaticField() | ||||||||||
String | getName() | ||||||||||
IJavaNew |
getNewExpressionForSubEnum()
The enumerated constant type.
| ||||||||||
int | getOrdinal() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The enumerated constant type. In most cases, it is the type of the enum itself. However, if the constant define a block of code (eg, to add or override methods), the type of the constant will be a subclass of the enumeration type.