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

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

Uses of InstanceofExpression in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type InstanceofExpression
 TypeData ExpressionTypeChecker.forInstanceofExpression(InstanceofExpression that)
          Try to look up the type of the instanceof, and visit the expression that is being tested.
 Void JExpressionIFPrunableDepthFirstVisitor.forInstanceofExpression(InstanceofExpression that)
           
 Void FullJavaVisitor.forInstanceofExpressionDoFirst(InstanceofExpression that)
          Ignore instanceofExpression.
 Void JExpressionIFPrunableDepthFirstVisitor.forInstanceofExpressionDoFirst(InstanceofExpression that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forInstanceofExpressionOnly(InstanceofExpression that)
           
 TypeData ExpressionTypeChecker.forInstanceofExpressionOnly(InstanceofExpression that, TypeData typeRes, TypeData valueRes)
          Checks to see if this InstanceofExpression is okay.
 

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

Methods in edu.rice.cs.javalanglevels.tree with parameters of type InstanceofExpression
 RetType JExpressionIFAbstractVisitor.forInstanceofExpression(InstanceofExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forInstanceofExpression(InstanceofExpression that)
           
 void JExpressionIFAbstractVisitor_void.forInstanceofExpression(InstanceofExpression that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forInstanceofExpression(InstanceofExpression that)
           
 RetType JExpressionIFDepthFirstVisitor.forInstanceofExpression(InstanceofExpression that)
           
 RetType JExpressionIFVisitor.forInstanceofExpression(InstanceofExpression that)
          Process an instance of InstanceofExpression.
 void JExpressionIFVisitor_void.forInstanceofExpression(InstanceofExpression that)
          Process an instance of InstanceofExpression.
 void JExpressionIFDepthFirstVisitor_void.forInstanceofExpressionDoFirst(InstanceofExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forInstanceofExpressionOnly(InstanceofExpression that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forInstanceofExpressionOnly(InstanceofExpression that, JExpressionIF value_result, JExpressionIF type_result)
           
 RetType JExpressionIFDepthFirstVisitor.forInstanceofExpressionOnly(InstanceofExpression that, RetType value_result, RetType type_result)