public static class

JavaReconEnum.ECst

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.java.JavaReconEnum.ECst

Summary

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

Public Constructors

public ECst (IJavaStaticField sfield, String name, int ordinal, List<IJavaExpression> adds, IJavaNew newExpressionForSubEnum)

Public Methods

public List<IJavaExpression> getArgumentList ()

public IJavaStaticField getCompilerGeneratedStaticField ()

public String getName ()

public IJavaNew 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.

public int getOrdinal ()