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

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

Uses of SimpleThisConstructorInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type SimpleThisConstructorInvocation
 TypeData ExpressionTypeChecker.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
          SimpleThisConstructorInvocations are not allowed outside of the first line of a constructor.
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleThisConstructorInvocationDoFirst(SimpleThisConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forSimpleThisConstructorInvocationOnly(SimpleThisConstructorInvocation that)
           
 TypeData ConstructorBodyTypeChecker.simpleThisConstructorInvocationAllowed(SimpleThisConstructorInvocation that)
          This is used in the case where a simple this constructor invocation is allowed.
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type SimpleThisConstructorInvocation
 RetType JExpressionIFAbstractVisitor.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
           
 RetType JExpressionIFVisitor.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
          Process an instance of SimpleThisConstructorInvocation.
 void JExpressionIFVisitor_void.forSimpleThisConstructorInvocation(SimpleThisConstructorInvocation that)
          Process an instance of SimpleThisConstructorInvocation.
 void JExpressionIFDepthFirstVisitor_void.forSimpleThisConstructorInvocationDoFirst(SimpleThisConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forSimpleThisConstructorInvocationOnly(SimpleThisConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forSimpleThisConstructorInvocationOnly(SimpleThisConstructorInvocation that, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forSimpleThisConstructorInvocationOnly(SimpleThisConstructorInvocation that, RetType arguments_result)