|
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalPragma | |
escjava.ast | |
javafe.ast | |
javafe.parser |
Uses of LexicalPragma in escjava.ast |
Subclasses of LexicalPragma in escjava.ast | |
class |
ImportPragma
|
class |
NowarnPragma
|
class |
RefinePragma
|
Methods in escjava.ast with parameters of type LexicalPragma | |
void |
EscPrettyPrint.print(java.io.OutputStream o,
LexicalPragma lp)
|
Uses of LexicalPragma in javafe.ast |
Fields in javafe.ast declared as LexicalPragma | |
private LexicalPragma[] |
LexicalPragmaVec.elements
* Instance fields: * * |
Methods in javafe.ast that return LexicalPragma | |
LexicalPragma |
LexicalPragmaVec.elementAt(int index)
* Other methods: * * |
LexicalPragma[] |
LexicalPragmaVec.toArray()
|
LexicalPragma |
LexicalPragmaVec.pop()
|
Methods in javafe.ast with parameters of type LexicalPragma | |
java.lang.Object |
VisitorArgResult.visitLexicalPragma(LexicalPragma x,
java.lang.Object o)
|
void |
Visitor.visitLexicalPragma(LexicalPragma x)
|
void |
StandardPrettyPrint.print(java.io.OutputStream o,
LexicalPragma lp)
|
abstract void |
PrettyPrint.print(java.io.OutputStream o,
LexicalPragma lp)
Print a lexical pragma. |
static LexicalPragmaVec |
LexicalPragmaVec.make(LexicalPragma[] els)
|
void |
LexicalPragmaVec.setElementAt(LexicalPragma x,
int index)
|
boolean |
LexicalPragmaVec.contains(LexicalPragma x)
|
void |
LexicalPragmaVec.addElement(LexicalPragma x)
|
boolean |
LexicalPragmaVec.removeElement(LexicalPragma x)
|
void |
LexicalPragmaVec.insertElementAt(LexicalPragma obj,
int index)
|
void |
DelegatingPrettyPrint.print(java.io.OutputStream o,
LexicalPragma lp)
|
void |
DefaultVisitor.visitLexicalPragma(LexicalPragma x)
|
Constructors in javafe.ast with parameters of type LexicalPragma | |
LexicalPragmaVec(LexicalPragma[] els)
* Private constructors: * * |
Uses of LexicalPragma in javafe.parser |
Methods in javafe.parser that return LexicalPragma | |
LexicalPragma |
Lex.popLexicalPragma()
Remove the first LexicalPragma from our set of lexical pragmas collected, returning it or null if our set is empty. |
|
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |