Uses of Class
tip.node.EStm

Packages that use EStm
tip.node Provides node classes for representing the TIP ASTs. 
 

Uses of EStm in tip.node
 

Methods in tip.node that return EStm
abstract  EStm PStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AWhileStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AReturnStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AOutputStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AIfThenStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AIfThenElseStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm ADeclStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm ABlockStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AAssignVarStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
 EStm AAssignPtrStm.kindPStm()
          Returns the EStm corresponding to the type of this PStm node.
static EStm EStm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EStm[] EStm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.