ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

Uses of Class
javafe.ast.PrimitiveType

Packages that use PrimitiveType
escjava.parser   
escjava.tc   
javafe.ast   
javafe.parser   
javafe.tc   
 

Uses of PrimitiveType in escjava.parser
 

Methods in escjava.parser that return PrimitiveType
 PrimitiveType EscPragmaParser.parsePrimitiveType(Lex l)
          Parses a PrimitiveType.
 PrimitiveType EscPragmaParser.parseExsuresPrimitiveType(EscPragmaLex l)
          Parse the primitive type used in an exsures or signals pragma.
 

Uses of PrimitiveType in escjava.tc
 

Fields in escjava.tc declared as PrimitiveType
static PrimitiveType Types.anyType
           
static PrimitiveType Types.typecodeType
           
static PrimitiveType Types.locksetType
           
static PrimitiveType Types.objectsetType
           
static PrimitiveType Types.rangeType
           
static PrimitiveType Types.bigintType
           
static PrimitiveType Types.realType
           
 

Uses of PrimitiveType in javafe.ast
 

Methods in javafe.ast that return PrimitiveType
static PrimitiveType PrimitiveType.make(TypeModifierPragmaVec tmodifiers, int tag, int loc)
          Normal maker that produces syntax, but requires a non-NULL location.
static PrimitiveType PrimitiveType.makeNonSyntax(int tag)
          Special maker for producing non-syntax, which does not require a location.
static PrimitiveType PrimitiveType.make(int tag, int loc)
           
 

Methods in javafe.ast with parameters of type PrimitiveType
 java.lang.Object VisitorArgResult.visitPrimitiveType(PrimitiveType x, java.lang.Object o)
           
 void Visitor.visitPrimitiveType(PrimitiveType x)
           
 void DefaultVisitor.visitPrimitiveType(PrimitiveType x)
           
 

Uses of PrimitiveType in javafe.parser
 

Methods in javafe.parser that return PrimitiveType
 PrimitiveType ParseType.parsePrimitiveType(Lex l)
          Parses a PrimitiveType.
 

Uses of PrimitiveType in javafe.tc
 

Fields in javafe.tc declared as PrimitiveType
static PrimitiveType Types.voidType
           
static PrimitiveType Types.booleanType
           
static PrimitiveType Types.intType
           
static PrimitiveType Types.doubleType
           
static PrimitiveType Types.floatType
           
static PrimitiveType Types.longType
           
static PrimitiveType Types.charType
           
static PrimitiveType Types.nullType
           
static PrimitiveType Types.byteType
           
static PrimitiveType Types.shortType
           
 

Methods in javafe.tc that return PrimitiveType
private static PrimitiveType Types.makePrimitiveType(int tag)
           
 

Methods in javafe.tc with parameters of type PrimitiveType
static boolean ConstantExpr.constantValueFitsIn(java.lang.Object val, PrimitiveType t)
           
 


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage