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

Uses of Class
javafe.ast.InterfaceDecl

Packages that use InterfaceDecl
javafe.ast   
javafe.tc   
 

Uses of InterfaceDecl in javafe.ast
 

Methods in javafe.ast that return InterfaceDecl
static InterfaceDecl InterfaceDecl.make(int modifiers, ModifierPragmaVec pmodifiers, Identifier id, TypeNameVec superInterfaces, TypeModifierPragmaVec tmodifiers, TypeDeclElemVec elems, int loc, int locId, int locOpenBrace, int locCloseBrace)
           
 

Methods in javafe.ast with parameters of type InterfaceDecl
 java.lang.Object VisitorArgResult.visitInterfaceDecl(InterfaceDecl x, java.lang.Object o)
           
 void Visitor.visitInterfaceDecl(InterfaceDecl x)
           
 void DefaultVisitor.visitInterfaceDecl(InterfaceDecl x)
           
 

Uses of InterfaceDecl in javafe.tc
 

Methods in javafe.tc with parameters of type InterfaceDecl
protected  void PrepTypeDeclaration.visitInterfaceDecl(InterfaceDecl decl, TypeSig currentSig)
          Does signature-level checking and adds type members to fieldSeq and methodSeq.
 


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

The ESC/Java2 Project Homepage