Uses of Class
openjava.ptree.ConstructorInvocation

Packages that use ConstructorInvocation
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
openjava.ptree   
openjava.ptree.util   
 

Uses of ConstructorInvocation in openjava.mop
 

Methods in openjava.mop that return ConstructorInvocation
 ConstructorInvocation OJConstructor.getTransference()
           
 ConstructorInvocation OJConstructor.setTransference(ConstructorInvocation invocation)
           
 

Methods in openjava.mop with parameters of type ConstructorInvocation
 ConstructorInvocation OJConstructor.setTransference(ConstructorInvocation invocation)
           
 

Constructors in openjava.mop with parameters of type ConstructorInvocation
OJConstructor(OJClass declarer, OJModifier modif, OJClass[] parameterTypes, OJClass[] exceptionTypes, ConstructorInvocation ci, StatementList body)
           
OJConstructor(OJClass declarer, OJModifier modif, OJClass[] parameterTypes, java.lang.String[] parameterNames, OJClass[] exceptionTypes, ConstructorInvocation ci, StatementList body)
           
OJConstructor(OJClass declarer, OJModifier modif, ParameterList params, OJClass[] exceptionTypes, ConstructorInvocation ci, StatementList body)
           
 

Uses of ConstructorInvocation in openjava.ptree
 

Methods in openjava.ptree that return ConstructorInvocation
 ConstructorInvocation ConstructorDeclaration.getConstructorInvocation()
          Gets the special call statement.
 

Methods in openjava.ptree with parameters of type ConstructorInvocation
 void ConstructorDeclaration.setConstructorInvocation(ConstructorInvocation scstmt)
          Sets the special call statement.
 

Constructors in openjava.ptree with parameters of type ConstructorInvocation
ConstructorDeclaration(ModifierList modiflist, java.lang.String name, ParameterList params, TypeName[] throwlist, ConstructorInvocation scstmt, StatementList stmtlist)
          Constructs new ConstructorDeclaration from its elements.
 

Uses of ConstructorInvocation in openjava.ptree.util
 

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

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