Uses of Class
tip.node.EDecl

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

Uses of EDecl in tip.node
 

Methods in tip.node that return EDecl
abstract  EDecl PDecl.kindPDecl()
          Returns the EDecl corresponding to the type of this PDecl node.
 EDecl ALocalDecl.kindPDecl()
          Returns the EDecl corresponding to the type of this PDecl node.
 EDecl AFuncDecl.kindPDecl()
          Returns the EDecl corresponding to the type of this PDecl node.
static EDecl EDecl.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EDecl[] EDecl.values()
          Returns an array containing the constants of this enum type, in the order they are declared.