|
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 LexicalPragmaVec | |
escjava.translate | |
javafe.ast | |
javafe.parser |
Uses of LexicalPragmaVec in escjava.translate |
Fields in escjava.translate declared as LexicalPragmaVec | |
private static LexicalPragmaVec |
NoWarn.nowarns
* Registering nowarns annotations and checking * that they are legal ones |
Methods in escjava.translate with parameters of type LexicalPragmaVec | |
static void |
NoWarn.registerNowarns(LexicalPragmaVec v)
|
Uses of LexicalPragmaVec in javafe.ast |
Fields in javafe.ast declared as LexicalPragmaVec | |
LexicalPragmaVec |
CompilationUnit.lexicalPragmas
|
Methods in javafe.ast that return LexicalPragmaVec | |
static LexicalPragmaVec |
LexicalPragmaVec.make()
* Public maker methods: * * |
static LexicalPragmaVec |
LexicalPragmaVec.make(int count)
|
static LexicalPragmaVec |
LexicalPragmaVec.make(java.util.Vector vec)
|
static LexicalPragmaVec |
LexicalPragmaVec.make(LexicalPragma[] els)
|
static LexicalPragmaVec |
LexicalPragmaVec.popFromStackVector(StackVector s)
|
LexicalPragmaVec |
LexicalPragmaVec.copy()
|
Methods in javafe.ast with parameters of type LexicalPragmaVec | |
void |
LexicalPragmaVec.append(LexicalPragmaVec vec)
|
static CompilationUnit |
CompilationUnit.make(Name pkgName,
LexicalPragmaVec lexicalPragmas,
ImportDeclVec imports,
TypeDeclVec elems,
int loc,
TypeDeclElemVec otherPragmas)
|
Uses of LexicalPragmaVec in javafe.parser |
Fields in javafe.parser declared as LexicalPragmaVec | |
LexicalPragmaVec |
Lex.lexicalPragmas
|
Methods in javafe.parser that return LexicalPragmaVec | |
LexicalPragmaVec |
Lex.getLexicalPragmas()
Returns the set of lexical pragmas collected. |
|
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 |