Uses of Class
openjava.ptree.Parameter

Packages that use Parameter
openjava.ptree   
openjava.ptree.util   
 

Uses of Parameter in openjava.ptree
 

Methods in openjava.ptree that return Parameter
 Parameter ParameterList.get(int n)
          Gets the specified element at the index.
 Parameter ParameterList.remove(int index)
          Removes the element at the specified position in this Vector. shifts any subsequent elements to the left (subtracts one from their indices).
 Parameter CatchBlock.getParameter()
          Gets the exception parameter of this catch block.
 

Methods in openjava.ptree with parameters of type Parameter
 void ParameterList.add(Parameter p)
          Adds the specified element after the list This causes side-effect.
 void ParameterList.set(int index, Parameter p)
          Adds the specified element after the list This causes side-effect.
 void ParameterList.insertElementAt(Parameter p, int n)
          Inserts the specified element into the list before the specified element of the list.
 void CatchBlock.setParameter(Parameter param)
          Sets the exception parameter of this catch block.
 

Constructors in openjava.ptree with parameters of type Parameter
ParameterList(Parameter e0)
           
CatchBlock(Parameter param, StatementList stmts)
          Allocates a new CatchBlock object.
 

Uses of Parameter in openjava.ptree.util
 

Methods in openjava.ptree.util that return Parameter
 Parameter EvaluationShuttle.evaluateDown(Parameter p)
           
 Parameter EvaluationShuttle.evaluateUp(Parameter p)
           
 Parameter VariableBinder.evaluateDown(Parameter ptree)
           
 

Methods in openjava.ptree.util with parameters of type Parameter
abstract  void ParseTreeVisitor.visit(Parameter p)
           
 Parameter EvaluationShuttle.evaluateDown(Parameter p)
           
 Parameter EvaluationShuttle.evaluateUp(Parameter p)
           
 void EvaluationShuttle.visit(Parameter p)
           
 Parameter VariableBinder.evaluateDown(Parameter ptree)
           
 void SourceCodeWriter.visit(Parameter p)