Uses of Class
at.dms.kjc.JBinaryExpression

Packages that use JBinaryExpression
at.dms.kjc   
 

Uses of JBinaryExpression in at.dms.kjc
 

Subclasses of JBinaryExpression in at.dms.kjc
 class JAddExpression
          A representation of the addition operator.
 class JAssignmentExpression
          This class implements the assignment operation.
 class JBinaryArithmeticExpression
          This class is an abstract root class for binary arithmetic expressions.
 class JBitwiseExpression
          Representation of bitwise and logical operations: binary and, binary or and binary exclusive-or, as well as logical and, logical or and logical exclusive-or.
 class JCompoundAssignmentExpression
          This class implements the assignment operation.
 class JConditionalAndExpression
          This class implements the conditional and operation
 class JConditionalOrExpression
          This class implements the conditional or operation
 class JDivideExpression
          A representation of the divide operation (JLS2 15.17.2)
 class JEqualityExpression
          JLS 15.20: Equality Operators ('==' and '!=')
 class JMinusExpression
          A representation of the subtraction operation.
 class JModuloExpression
          This class implements the modulo '%' operation.
 class JMultExpression
          A representation of the multiplication operator (JLS2 15.17.1)
 class JRelationalExpression
           
 class JShiftExpression
          A representation of a bitshift operation.
 

Methods in at.dms.kjc with parameters of type JBinaryExpression
 void KjcPrettyPrinter.visitBinaryExpression(JBinaryExpression self, java.lang.String oper, JExpression left, JExpression right)
          prints an array allocator expression
 void KjcVisitor.visitBinaryExpression(JBinaryExpression self, java.lang.String oper, JExpression left, JExpression right)
          visits an array allocator expression