Uses of Class
tip.display.ASTDisplay.Phase

Packages that use ASTDisplay.Phase
tip.display Provides classes for display ASTs and CFGs of TIP programs. 
 

Uses of ASTDisplay.Phase in tip.display
 

Methods in tip.display that return ASTDisplay.Phase
static ASTDisplay.Phase ASTDisplay.Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ASTDisplay.Phase[] ASTDisplay.Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tip.display with parameters of type ASTDisplay.Phase
static void ASTDisplay.addDisplayPhase(ASTDisplay.Phase phase)
          Adds the given phase to the set of phases for which the AST is displayed.
static void ASTDisplay.showPhaseDisplay(AProgram program, ASTDisplay.Phase phase)
          Shows the ASTDisplay for the given phase.