|
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 IdentifierVec | |
| escjava.ast | |
| javafe.ast | |
| Uses of IdentifierVec in escjava.ast |
| Fields in escjava.ast declared as IdentifierVec | |
IdentifierVec |
ReachModifierPragma.storerefs
|
IdentifierVec |
NowarnPragma.checks
|
| Methods in escjava.ast with parameters of type IdentifierVec | |
static ReachModifierPragma |
ReachModifierPragma.make(Expr expr,
Identifier id,
IdentifierVec storerefs,
int loc)
|
static NowarnPragma |
NowarnPragma.make(IdentifierVec checks,
int loc)
|
| Constructors in escjava.ast with parameters of type IdentifierVec | |
ReachModifierPragma(Expr expr,
Identifier id,
IdentifierVec storerefs,
int loc)
|
|
NowarnPragma(IdentifierVec checks,
int loc)
|
|
| Uses of IdentifierVec in javafe.ast |
| Fields in javafe.ast declared as IdentifierVec | |
IdentifierVec |
CompoundName.ids
|
| Methods in javafe.ast that return IdentifierVec | |
static IdentifierVec |
IdentifierVec.make()
* Public maker methods: * * |
static IdentifierVec |
IdentifierVec.make(int count)
|
static IdentifierVec |
IdentifierVec.make(java.util.Vector vec)
|
static IdentifierVec |
IdentifierVec.make(Identifier[] els)
|
static IdentifierVec |
IdentifierVec.popFromStackVector(StackVector s)
|
IdentifierVec |
IdentifierVec.copy()
|
| Methods in javafe.ast with parameters of type IdentifierVec | |
static Name |
Name.make(int[] locIds,
int[] locDots,
IdentifierVec ids)
Make a Name with the given identifiers and
locations. |
void |
IdentifierVec.append(IdentifierVec vec)
|
static CompoundName |
CompoundName.make(IdentifierVec ids,
int[] locIds,
int[] locDots)
|
| Constructors in javafe.ast with parameters of type IdentifierVec | |
CompoundName(IdentifierVec ids,
int[] locIds,
int[] locDots)
|
|
|
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 | ||||||||||