Enum Class AnalysisStage

java.lang.Object
java.lang.Enum<AnalysisStage>
com.twineworks.tweakflow.lang.analysis.AnalysisStage
All Implemented Interfaces:
Serializable, Comparable<AnalysisStage>, Constable

public enum AnalysisStage extends Enum<AnalysisStage>
  • Enum Constant Details

    • PARSED

      public static final AnalysisStage PARSED
    • META_DATA_ANALYZED

      public static final AnalysisStage META_DATA_ANALYZED
    • BUILT_SCOPE

      public static final AnalysisStage BUILT_SCOPE
    • LINKED

      public static final AnalysisStage LINKED
    • RESOLVED_EXPRESSIONS

      public static final AnalysisStage RESOLVED_EXPRESSIONS
    • CLOSURES_ANALYZED

      public static final AnalysisStage CLOSURES_ANALYZED
    • DEPENDENCIES_VERIFIED

      public static final AnalysisStage DEPENDENCIES_VERIFIED
    • OPS_ASSIGNED

      public static final AnalysisStage OPS_ASSIGNED
    • CONSTANTS_FOLDED

      public static final AnalysisStage CONSTANTS_FOLDED
    • OPS_SPECIALIZED

      public static final AnalysisStage OPS_SPECIALIZED
    • COMPILED

      public static final AnalysisStage COMPILED
  • Method Details

    • values

      public static AnalysisStage[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AnalysisStage valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getProgress

      public int getProgress()