|
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 TypeNameVec | |
| escjava | |
| escjava.ast | |
| escjava.tc | |
| javafe.ast | |
| javafe.parser | |
| javafe.reader | |
| javafe.tc | |
| Uses of TypeNameVec in escjava |
| Methods in escjava with parameters of type TypeNameVec | |
private void |
AnnotationHandler.checkMaybeAdd(Expr e,
TypeNameVec tv,
int locThrows)
|
| Uses of TypeNameVec in escjava.ast |
| Fields in escjava.ast declared as TypeNameVec | |
TypeNameVec |
DerivedMethodDecl.throwsSet
|
| Uses of TypeNameVec in escjava.tc |
| Methods in escjava.tc with parameters of type TypeNameVec | |
protected void |
PrepTypeDeclaration.checkSuperInterfaces(TypeSig sig,
TypeNameVec superInterfaces)
|
| Uses of TypeNameVec in javafe.ast |
| Fields in javafe.ast declared as TypeNameVec | |
TypeNameVec |
TypeDecl.superInterfaces
|
TypeNameVec |
RoutineDecl.originalRaises
|
TypeNameVec |
RoutineDecl.raises
|
| Methods in javafe.ast that return TypeNameVec | |
static TypeNameVec |
TypeNameVec.make()
* Public maker methods: * * |
static TypeNameVec |
TypeNameVec.make(int count)
|
static TypeNameVec |
TypeNameVec.make(java.util.Vector vec)
|
static TypeNameVec |
TypeNameVec.make(TypeName[] els)
|
static TypeNameVec |
TypeNameVec.popFromStackVector(StackVector s)
|
TypeNameVec |
TypeNameVec.copy()
|
| Methods in javafe.ast with parameters of type TypeNameVec | |
void |
TypeNameVec.append(TypeNameVec vec)
|
void |
StandardPrettyPrint.print(java.io.OutputStream o,
TypeNameVec tns)
|
abstract void |
PrettyPrint.print(java.io.OutputStream o,
TypeNameVec tns)
|
java.lang.String |
PrettyPrint.toString(TypeNameVec tns)
|
static MethodDecl |
MethodDecl.make(int modifiers,
ModifierPragmaVec pmodifiers,
TypeModifierPragmaVec tmodifiers,
FormalParaDeclVec args,
TypeNameVec raises,
BlockStmt body,
int locOpenBrace,
int loc,
int locId,
int locThrowsKeyword,
Identifier id,
Type returnType,
int locType)
|
static InterfaceDecl |
InterfaceDecl.make(int modifiers,
ModifierPragmaVec pmodifiers,
Identifier id,
TypeNameVec superInterfaces,
TypeModifierPragmaVec tmodifiers,
TypeDeclElemVec elems,
int loc,
int locId,
int locOpenBrace,
int locCloseBrace)
|
void |
DelegatingPrettyPrint.print(java.io.OutputStream o,
TypeNameVec tns)
|
static ConstructorDecl |
ConstructorDecl.make(int modifiers,
ModifierPragmaVec pmodifiers,
TypeModifierPragmaVec tmodifiers,
FormalParaDeclVec args,
TypeNameVec raises,
BlockStmt body,
int locOpenBrace,
int loc,
int locId,
int locThrowsKeyword)
|
static ClassDecl |
ClassDecl.make(int modifiers,
ModifierPragmaVec pmodifiers,
Identifier id,
TypeNameVec superInterfaces,
TypeModifierPragmaVec tmodifiers,
TypeDeclElemVec elems,
int loc,
int locId,
int locOpenBrace,
int locCloseBrace,
TypeName superClass)
|
| Constructors in javafe.ast with parameters of type TypeNameVec | |
TypeDecl(int modifiers,
ModifierPragmaVec pmodifiers,
Identifier id,
TypeNameVec superInterfaces,
TypeModifierPragmaVec tmodifiers,
TypeDeclElemVec elems,
int loc,
int locId,
int locOpenBrace,
int locCloseBrace)
|
|
RoutineDecl(int modifiers,
ModifierPragmaVec pmodifiers,
TypeModifierPragmaVec tmodifiers,
FormalParaDeclVec args,
TypeNameVec raises,
BlockStmt body,
int locOpenBrace,
int loc,
int locId,
int locThrowsKeyword)
|
|
MethodDecl(int modifiers,
ModifierPragmaVec pmodifiers,
TypeModifierPragmaVec tmodifiers,
FormalParaDeclVec args,
TypeNameVec raises,
BlockStmt body,
int locOpenBrace,
int loc,
int locId,
int locThrowsKeyword,
Identifier id,
Type returnType,
int locType)
|
|
InterfaceDecl(int modifiers,
ModifierPragmaVec pmodifiers,
Identifier id,
TypeNameVec superInterfaces,
TypeModifierPragmaVec tmodifiers,
TypeDeclElemVec elems,
int loc,
int locId,
int locOpenBrace,
int locCloseBrace)
|
|
ConstructorDecl(int modifiers,
ModifierPragmaVec pmodifiers,
TypeModifierPragmaVec tmodifiers,
FormalParaDeclVec args,
TypeNameVec raises,
BlockStmt body,
int locOpenBrace,
int loc,
int locId,
int locThrowsKeyword)
|
|
ClassDecl(int modifiers,
ModifierPragmaVec pmodifiers,
Identifier id,
TypeNameVec superInterfaces,
TypeModifierPragmaVec tmodifiers,
TypeDeclElemVec elems,
int loc,
int locId,
int locOpenBrace,
int locCloseBrace,
TypeName superClass)
|
|
| Uses of TypeNameVec in javafe.parser |
| Methods in javafe.parser that return TypeNameVec | |
protected TypeNameVec |
Parse.parseTypeNames(Lex l,
int keyword)
Parse a keyword, followed by a comma-separated list of TypeNames. |
| Uses of TypeNameVec in javafe.reader |
| Fields in javafe.reader declared as TypeNameVec | |
private static TypeNameVec |
ASTClassFileParser.emptyTypeNameVec
An empty type name vector. |
| Uses of TypeNameVec in javafe.tc |
| Methods in javafe.tc with parameters of type TypeNameVec | |
(package private) static boolean |
Types.isCompatibleRaises(TypeNameVec x,
TypeNameVec y)
Is "throws |
protected void |
PrepTypeDeclaration.checkSuperInterfaces(TypeSig sig,
TypeNameVec superInterfaces)
Check superinterfaces and add their members to fieldSeq and methodSeq. |
|
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 | ||||||||||