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

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

Uses of ThisConstructorInvocation in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type ThisConstructorInvocation
 Void JExpressionIFPrunableDepthFirstVisitor.forThisConstructorInvocationDoFirst(ThisConstructorInvocation that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forThisConstructorInvocationOnly(ThisConstructorInvocation that)
           
 

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

Subclasses of ThisConstructorInvocation in edu.rice.cs.javalanglevels.tree
 class ComplexThisConstructorInvocation
          Class ComplexThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 class SimpleThisConstructorInvocation
          Class SimpleThisConstructorInvocation, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type ThisConstructorInvocation
 RetType JExpressionIFAbstractVisitor.forThisConstructorInvocation(ThisConstructorInvocation that)
           
 void JExpressionIFAbstractVisitor_void.forThisConstructorInvocation(ThisConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forThisConstructorInvocationDoFirst(ThisConstructorInvocation that)
           
 void JExpressionIFDepthFirstVisitor_void.forThisConstructorInvocationOnly(ThisConstructorInvocation that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forThisConstructorInvocationOnly(ThisConstructorInvocation that, JExpressionIF arguments_result)
           
 RetType JExpressionIFDepthFirstVisitor.forThisConstructorInvocationOnly(ThisConstructorInvocation that, RetType arguments_result)