Uses of Class
org.teatrove.tea.parsetree.BinaryExpression

Packages that use BinaryExpression
org.teatrove.tea.parsetree   
 

Uses of BinaryExpression in org.teatrove.tea.parsetree
 

Subclasses of BinaryExpression in org.teatrove.tea.parsetree
 class AndExpression
          AndExpression defines a logical "and" operation with short-circuit semantics.
 class ArithmeticExpression
          ArithmeticExpression defines addition, subtraction, multiplication, division or remainder operations.
 class BinaryLogicalExpression
           
 class CompareExpression
          A CompareExpression is otherwise known as a spaceship operation or compare operation and contains a left expression and a right expression to which a comparison is done between the two returning -1 if less then, 0 if equal, or 1 if greater than.
 class ConcatenateExpression
          A ConcatenateExpression takes two Expressions, converts their values to strings and returns a new string with the concatenated result.
 class OrExpression
          OrExpression defines a logical "or" operation with short-circuit semantics.
 class RelationalExpression
          RelationalExpression defines seven operations, "==", "!=", "<", ">", "<=" ">=" and "isa".
 



Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.