Class JavaReconEnum.ECst
java.lang.Object
com.pnfsoftware.jeb.core.units.code.java.JavaReconEnum.ECst
- Enclosing class:
- JavaReconEnum
-
Constructor Summary
ConstructorsConstructorDescriptionECst
(IJavaStaticField sfield, String name, int ordinal, List<IJavaExpression> adds, IJavaNew newExpressionForSubEnum) -
Method Summary
-
Constructor Details
-
ECst
public ECst(IJavaStaticField sfield, String name, int ordinal, List<IJavaExpression> adds, IJavaNew newExpressionForSubEnum)
-
-
Method Details
-
getCompilerGeneratedStaticField
-
getName
-
getOrdinal
public int getOrdinal() -
getArgumentList
-
getNewExpressionForSubEnum
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.
-