Uses of Class
pt.compiler.parser.ast.type.PrimitiveType.Primitive

Packages that use PrimitiveType.Primitive
pt.compiler.parser.ast.type   
 

Uses of PrimitiveType.Primitive in pt.compiler.parser.ast.type
 

Methods in pt.compiler.parser.ast.type that return PrimitiveType.Primitive
 PrimitiveType.Primitive PrimitiveType.getType()
           
static PrimitiveType.Primitive PrimitiveType.Primitive.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveType.Primitive[] PrimitiveType.Primitive.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in pt.compiler.parser.ast.type with parameters of type PrimitiveType.Primitive
PrimitiveType(int line, int column, PrimitiveType.Primitive type)