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

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

Uses of NumericUnaryExpression in edu.rice.cs.javalanglevels
 

Methods in edu.rice.cs.javalanglevels with parameters of type NumericUnaryExpression
 Void JExpressionIFPrunableDepthFirstVisitor.forNumericUnaryExpressionDoFirst(NumericUnaryExpression that)
           
 Void JExpressionIFPrunableDepthFirstVisitor.forNumericUnaryExpressionOnly(NumericUnaryExpression that)
           
 TypeData ExpressionTypeChecker.forNumericUnaryExpressionOnly(NumericUnaryExpression that, TypeData valueRes)
          A NumericUnaryExpression was well-formed if its valueRes is an instance type and if its valueRes's symbol data is a number type (to which a double can be assigned).
 

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

Subclasses of NumericUnaryExpression in edu.rice.cs.javalanglevels.tree
 class NegativeExpression
          Class NegativeExpression, a component of the JExpressionIF composite hierarchy.
 class PositiveExpression
          Class PositiveExpression, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type NumericUnaryExpression
 RetType JExpressionIFAbstractVisitor.forNumericUnaryExpression(NumericUnaryExpression that)
           
 void JExpressionIFAbstractVisitor_void.forNumericUnaryExpression(NumericUnaryExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forNumericUnaryExpressionDoFirst(NumericUnaryExpression that)
           
 void JExpressionIFDepthFirstVisitor_void.forNumericUnaryExpressionOnly(NumericUnaryExpression that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forNumericUnaryExpressionOnly(NumericUnaryExpression that, JExpressionIF value_result)
           
 RetType JExpressionIFDepthFirstVisitor.forNumericUnaryExpressionOnly(NumericUnaryExpression that, RetType value_result)