Uses of Class
edu.rice.cs.javalanglevels.tree.SimpleSuperConstructorInvocation

Packages that use SimpleSuperConstructorInvocation
edu.rice.cs.javalanglevels   
edu.rice.cs.javalanglevels.tree   
 

Uses of SimpleSuperConstructorInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type SimpleSuperConstructorInvocation
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleSuperConstructorInvocationDoFirst(SimpleSuperConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleSuperConstructorInvocationOnly(SimpleSuperConstructorInvocation that)
           
 TypeData ConstructorBodyTypeChecker.simpleSuperConstructorInvocationAllowed(SimpleSuperConstructorInvocation that)
          This is used in the case where a simple super constructor invocation is allowed i.e.
 

Uses of SimpleSuperConstructorInvocation in edu.rice.cs.javalanglevels.tree
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type SimpleSuperConstructorInvocation
 RetType JExpressionIFAbstractVisitor.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
           
 RetType JExpressionIFVisitor.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
          Process an instance of SimpleSuperConstructorInvocation.
 void JExpressionIFVisitor_void.forSimpleSuperConstructorInvocation(SimpleSuperConstructorInvocation that)
          Process an instance of SimpleSuperConstructorInvocation.
 void JExpressionIFDepthFirstVisitor_void.forSimpleSuperConstructorInvocationDoFirst(SimpleSuperConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleSuperConstructorInvocationOnly(SimpleSuperConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleSuperConstructorInvocationOnly(SimpleSuperConstructorInvocation that, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleSuperConstructorInvocationOnly(SimpleSuperConstructorInvocation that, RetType arguments_result)