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

Packages that use JExpressionIFAbstractVisitor
edu.rice.cs.javalanglevels   
 

Uses of JExpressionIFAbstractVisitor in edu.rice.cs.javalanglevels
 

Subclasses of JExpressionIFAbstractVisitor in edu.rice.cs.javalanglevels
 class LValueTypeChecker
          Do what is necessary to type check the lhs of an assignment expression, i.e., make sure that what is on the lhs is something that can be assigned to, and if so, return its type.
 class LValueWithValueTypeChecker
          Used to type check the LHS of an assignment expression such as += or -=, where the left hand side needs to not be final and already have a value.