Class JavaReconEnum.ECst

java.lang.Object
com.pnfsoftware.jeb.core.units.code.java.JavaReconEnum.ECst
Enclosing class:
JavaReconEnum

@Ser(oldId=65698) public static class JavaReconEnum.ECst extends Object
  • Constructor Details

  • Method Details

    • getCompilerGeneratedStaticField

      public IJavaStaticField getCompilerGeneratedStaticField()
    • getName

      public String getName()
    • getOrdinal

      public int getOrdinal()
    • getArgumentList

      public List<IJavaExpression> getArgumentList()
    • getNewExpressionForSubEnum

      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.