|
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 CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavafe.ast.ASTNode
javafe.ast.Type
javafe.ast.PrimitiveType
Represents a PrimitiveType syntactic unit. Subtypes determing the range of a valid tags
| Field Summary | |
int |
loc
|
int |
tag
|
| Fields inherited from class javafe.ast.Type |
tmodifiers |
| Fields inherited from class javafe.ast.ASTNode |
bogusField, dotCounter, dotId |
| Constructor Summary | |
protected |
PrimitiveType()
|
protected |
PrimitiveType(TypeModifierPragmaVec tmodifiers,
int tag,
int loc)
|
| Method Summary | |
void |
check()
|
int |
getStartLoc()
|
int |
getTag()
Return the tag of a node. |
abstract boolean |
isValidTag()
|
| Methods inherited from class javafe.ast.ASTNode |
accept, accept, childAt, childCount, clone, clone, getDecorations, getEndLoc, isInternal, setDecorations, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int tag
public int loc
| Constructor Detail |
protected PrimitiveType()
protected PrimitiveType(TypeModifierPragmaVec tmodifiers,
int tag,
int loc)
| Method Detail |
public abstract boolean isValidTag()
public final int getTag()
ASTNode
getTag in class ASTNodepublic int getStartLoc()
getStartLoc in class ASTNodepublic void check()
check in class Type
|
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 CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||