|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PrimitiveType | |
| escjava.ast | |
| escjava.parser | |
| escjava.tc | |
| javafe.ast | |
| javafe.parser | |
| javafe.tc | |
| Uses of PrimitiveType in escjava.ast |
| Subclasses of PrimitiveType in escjava.ast | |
class |
EscPrimitiveType
|
| 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 |
| Subclasses of PrimitiveType in javafe.ast | |
class |
JavafePrimitiveType
Represents a Java Front End PrimitiveType syntactic unit. |
| 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 |
RShiftVisitor.visitPrimitiveType(PrimitiveType x)
|
void |
LShiftVisitor.visitPrimitiveType(PrimitiveType x)
|
void |
DefaultVisitor.visitPrimitiveType(PrimitiveType x)
|
void |
ASTDotVisitor.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,2006 David Cok and Joseph Kiniry © 2005,2006 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||