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

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

Uses of UnaryExpression in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type UnaryExpression
 Void JExpressionIFPrunableDepthFirstVisitor.forUnaryExpressionDoFirst(UnaryExpression that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forUnaryExpressionOnly(UnaryExpression that)
           
 

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

Subclasses of UnaryExpression in edu.rice.cs.javalanglevels.tree
 class BitwiseNotExpression
          Class BitwiseNotExpression, a component of the JExpressionIF composite hierarchy.
 class IncrementExpression
          Class IncrementExpression, a component of the JExpressionIF composite hierarchy.
 class NegativeExpression
          Class NegativeExpression, a component of the JExpressionIF composite hierarchy.
 class NegativePostfixIncrementExpression
          Class NegativePostfixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class NegativePrefixIncrementExpression
          Class NegativePrefixIncrementExpression, a component of the JExpressionIF composite hierarchy.
 class NotExpression
          Class NotExpression, a component of the JExpressionIF composite hierarchy.
 class NumericUnaryExpression
          Class NumericUnaryExpression, a component of the JExpressionIF composite hierarchy.
 class PositiveExpression
          Class PositiveExpression, 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 UnaryExpression
 RetType JExpressionIFAbstractVisitor.forUnaryExpression(UnaryExpression that)
           
 void JExpressionIFAbstractVisitor_void.forUnaryExpression(UnaryExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forUnaryExpressionDoFirst(UnaryExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forUnaryExpressionOnly(UnaryExpression that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forUnaryExpressionOnly(UnaryExpression that, JExpressionIF value_result)
           
 RetType JExpressionIFDepthFirstVisitor.forUnaryExpressionOnly(UnaryExpression that, RetType value_result)