Uses of Interface
tip.node.ITyped

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

Uses of ITyped in tip.node
 

Classes in tip.node that implement ITyped
 class ABinopExp
          ABinopExp represents the binop alternative of the exp production in the AST.
 class ADerefExp
          ADerefExp represents the deref alternative of the exp production in the AST.
 class AFunctionCallExp
          AFunctionCallExp represents the function_call alternative of the exp production in the AST.
 class AFunctionPtrCallExp
          AFunctionPtrCallExp represents the function_ptr_call alternative of the exp production in the AST.
 class AInputExp
          AInputExp represents the input alternative of the exp production in the AST.
 class AIntConstExp
          AIntConstExp represents the int_const alternative of the exp production in the AST.
 class AMallocExp
          AMallocExp represents the malloc alternative of the exp production in the AST.
 class ANullExp
          ANullExp represents the null alternative of the exp production in the AST.
 class APointerExp
          APointerExp represents the pointer alternative of the exp production in the AST.
 class AVarExp
          AVarExp represents the var alternative of the exp production in the AST.
 class PExp
          PExp is the super class of all exp classes.