Uses of Class
org.tromer.jie.syntaxtree.ExplicitConstructorInvocation

Packages that use ExplicitConstructorInvocation
org.tromer.jie.parser Java parser, generated by JavaCC from JTB-generated grammar. 
org.tromer.jie.visitor Basic visitor classes for Java abstract syntax trees, generated by JTB and by JIE's makeVisitors.pl script. 
 

Uses of ExplicitConstructorInvocation in org.tromer.jie.parser
 

Methods in org.tromer.jie.parser that return ExplicitConstructorInvocation
 ExplicitConstructorInvocation JavaParser.ExplicitConstructorInvocation()
           
 

Uses of ExplicitConstructorInvocation in org.tromer.jie.visitor
 

Methods in org.tromer.jie.visitor with parameters of type ExplicitConstructorInvocation
 java.lang.Object NullObjectVisitor.visit(ExplicitConstructorInvocation n, java.lang.Object argu)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 java.lang.Object CallingDepthFirst.visit(ExplicitConstructorInvocation n, java.lang.Object argu)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 void PrePostDepthFirst.visit(ExplicitConstructorInvocation n)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 java.lang.Object ObjectVisitor.visit(ExplicitConstructorInvocation n, java.lang.Object argu)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 void Visitor.visit(ExplicitConstructorInvocation n)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 java.lang.Object ObjectDepthFirst.visit(ExplicitConstructorInvocation n, java.lang.Object argu)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 void DepthFirstVisitor.visit(ExplicitConstructorInvocation n)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 void TreeFormatter.visit(ExplicitConstructorInvocation n)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"
 java.lang.Object GreedyDepthFirst.visit(ExplicitConstructorInvocation n, java.lang.Object argu)
           nodeChoice -> "this" Arguments() ";" | [ PrimaryExpression() "." ] "super" Arguments() ";"