Uses of Class
tip.node.EExp

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

Uses of EExp in tip.node
 

Methods in tip.node that return EExp
abstract  EExp PExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp AVarExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp APointerExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp ANullExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp AMallocExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp AIntConstExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp AInputExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp AFunctionPtrCallExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp AFunctionCallExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp ADerefExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
 EExp ABinopExp.kindPExp()
          Returns the EExp corresponding to the type of this PExp node.
static EExp EExp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EExp[] EExp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.