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

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

Uses of IncrementExpression in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type IncrementExpression
 TypeData LValueTypeChecker.forIncrementExpression(IncrementExpression that)
          An increment expression is a special case that cannot appear on the lhs
 TypeData LValueWithValueTypeChecker.forIncrementExpression(IncrementExpression that)
          An increment expression is a special case that cannot appear on the lhs
 TypeData ExpressionTypeChecker.forIncrementExpression(IncrementExpression that)
          Visit the value of this increment expression with the LValueWithValueTypeChecker, since whatever it represents should already have a value before we try to increment it.
 Void JExpressionIFPrunableDepthFirstVisitor.forIncrementExpressionDoFirst(IncrementExpression that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forIncrementExpressionOnly(IncrementExpression that)
           
 TypeData ExpressionTypeChecker.forIncrementExpressionOnly(IncrementExpression that, TypeData valueRes)
          An IncrementExpression is badly formatted if the thing being incremented is a type (valueRes is not an InstanceData) or if the value being incremented cannot be assigned to.
 

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

Subclasses of IncrementExpression in edu.rice.cs.javalanglevels.tree
 class NegativePostfixIncrementExpression
          Class NegativePostfixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class NegativePrefixIncrementExpression
          Class NegativePrefixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class PositivePostfixIncrementExpression
          Class PositivePostfixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class PositivePrefixIncrementExpression
          Class PositivePrefixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class PostfixIncrementExpression
          Class PostfixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class PrefixIncrementExpression
          Class PrefixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type IncrementExpression
 RetType JExpressionIFAbstractVisitor.forIncrementExpression(IncrementExpression that)
           
 void JExpressionIFAbstractVisitor_void.forIncrementExpression(IncrementExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forIncrementExpressionDoFirst(IncrementExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forIncrementExpressionOnly(IncrementExpression that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forIncrementExpressionOnly(IncrementExpression that, JExpressionIF value_result)
           
 RetType JExpressionIFDepthFirstVisitor.forIncrementExpressionOnly(IncrementExpression that, RetType value_result)