Uses of Class
edu.mit.csail.sdg.alloy4compiler.ast.Attr.AttrType

Packages that use Attr.AttrType
edu.mit.csail.sdg.alloy4compiler.ast This package contains the definition of AST nodes. 
 

Uses of Attr.AttrType in edu.mit.csail.sdg.alloy4compiler.ast
 

Fields in edu.mit.csail.sdg.alloy4compiler.ast declared as Attr.AttrType
 Attr.AttrType Attr.type
          The type of this attribute.
 

Methods in edu.mit.csail.sdg.alloy4compiler.ast that return Attr.AttrType
static Attr.AttrType Attr.AttrType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Attr.AttrType[] Attr.AttrType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.