|
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.TypeDeclElemPragma
| Field Summary | |
TypeDecl |
parent
|
boolean |
redundant
|
| Fields inherited from class javafe.ast.ASTNode |
bogusField, dotCounter, dotId |
| Constructor Summary | |
protected |
TypeDeclElemPragma()
|
protected |
TypeDeclElemPragma(boolean redundant)
|
| Method Summary | |
void |
check()
|
void |
decorate(ModifierPragmaVec modifierPragmas)
|
int |
getModifiers()
|
TypeDecl |
getParent()
The TypeDecl we are an element of, or null if we do not have a parent (cf. hasParent). |
ModifierPragmaVec |
getPModifiers()
|
abstract int |
getTag()
Return the tag of a node. |
boolean |
isRedundant()
|
void |
setModifiers(int m)
|
void |
setParent(TypeDecl p)
|
void |
setRedundant(boolean v)
|
| Methods inherited from class javafe.ast.ASTNode |
accept, accept, childAt, childCount, clone, clone, getDecorations, getEndLoc, getStartLoc, isInternal, setDecorations, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javafe.ast.TypeDeclElem |
accept, accept, getStartLoc |
| Field Detail |
public boolean redundant
public TypeDecl parent
| Constructor Detail |
protected TypeDeclElemPragma()
protected TypeDeclElemPragma(boolean redundant)
| Method Detail |
public TypeDecl getParent()
TypeDeclElem
getParent in interface TypeDeclElempublic void setParent(TypeDecl p)
setParent in interface TypeDeclElempublic void decorate(ModifierPragmaVec modifierPragmas)
public abstract int getTag()
TypeDeclElem
getTag in interface TypeDeclElemgetTag in class ASTNodepublic int getModifiers()
getModifiers in interface TypeDeclElempublic void setModifiers(int m)
setModifiers in interface TypeDeclElempublic ModifierPragmaVec getPModifiers()
getPModifiers in interface TypeDeclElempublic boolean isRedundant()
public void setRedundant(boolean v)
public void check()
check in class ASTNode
|
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 | ||||||||||