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
escjava.ast.CondExprModifierPragma

Packages that use CondExprModifierPragma
escjava.ast   
escjava.translate   
 

Uses of CondExprModifierPragma in escjava.ast
 

Fields in escjava.ast declared as CondExprModifierPragma
private  CondExprModifierPragma[] CondExprModifierPragmaVec.elements
          * Instance fields: * *
 

Methods in escjava.ast that return CondExprModifierPragma
 CondExprModifierPragma CondExprModifierPragmaVec.elementAt(int index)
          * Other methods: * *
 CondExprModifierPragma[] CondExprModifierPragmaVec.toArray()
           
 CondExprModifierPragma CondExprModifierPragmaVec.pop()
           
static CondExprModifierPragma CondExprModifierPragma.make(int tag, Expr expr, int loc, Expr cond)
           
 

Methods in escjava.ast with parameters of type CondExprModifierPragma
abstract  java.lang.Object VisitorArgResult.visitCondExprModifierPragma(CondExprModifierPragma x, java.lang.Object o)
           
abstract  void Visitor.visitCondExprModifierPragma(CondExprModifierPragma x)
           
 void ModifiesGroupPragma.addElement(CondExprModifierPragma e)
           
static CondExprModifierPragmaVec CondExprModifierPragmaVec.make(CondExprModifierPragma[] els)
           
 void CondExprModifierPragmaVec.setElementAt(CondExprModifierPragma x, int index)
           
 boolean CondExprModifierPragmaVec.contains(CondExprModifierPragma x)
           
 void CondExprModifierPragmaVec.addElement(CondExprModifierPragma x)
           
 boolean CondExprModifierPragmaVec.removeElement(CondExprModifierPragma x)
           
 void CondExprModifierPragmaVec.insertElementAt(CondExprModifierPragma obj, int index)
           
 

Constructors in escjava.ast with parameters of type CondExprModifierPragma
CondExprModifierPragmaVec(CondExprModifierPragma[] els)
          * Private constructors: * *
 

Uses of CondExprModifierPragma in escjava.translate
 

Methods in escjava.translate that return CondExprModifierPragma
private static CondExprModifierPragma GetSpec.doSubst(java.util.Hashtable subst, CondExprModifierPragma emp)
          Perform a substitution on a CondExprModifierPragma *
 

Methods in escjava.translate with parameters of type CondExprModifierPragma
private static CondExprModifierPragma GetSpec.doSubst(java.util.Hashtable subst, CondExprModifierPragma emp)
          Perform a substitution on a CondExprModifierPragma *
 


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