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.MethodDeclVec

Packages that use MethodDeclVec
javafe.ast   
javafe.tc   
 

Uses of MethodDeclVec in javafe.ast
 

Methods in javafe.ast that return MethodDeclVec
static MethodDeclVec MethodDeclVec.make()
          * Public maker methods: * *
static MethodDeclVec MethodDeclVec.make(int count)
           
static MethodDeclVec MethodDeclVec.make(java.util.Vector vec)
           
static MethodDeclVec MethodDeclVec.make(MethodDecl[] els)
           
static MethodDeclVec MethodDeclVec.popFromStackVector(StackVector s)
           
 MethodDeclVec MethodDeclVec.copy()
           
 

Methods in javafe.ast with parameters of type MethodDeclVec
 void MethodDeclVec.append(MethodDeclVec vec)
           
 

Uses of MethodDeclVec in javafe.tc
 

Fields in javafe.tc declared as MethodDeclVec
protected  MethodDeclVec TypeSig.methods
          After preparation, this field contains all method members of the TypeDecl associated with this, including inherited ones.
 

Methods in javafe.tc that return MethodDeclVec
 MethodDeclVec TypeSig.getMethods()
          Similar to getFields, except for methods.
 


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