Package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary

Class Summary
AssignExpression The AssignExpression class represents the binary expression nodes in the abstract syntax tree.
BRangeExpression The BRangeExpression class represents the binary expression nodes in the abstract syntax tree.
CommaExpression The CommaExpression class represents the binary expression nodes in the abstract syntax tree.
CompareExpression The CompareExpression class represents the binary expression nodes in the abstract syntax tree.
ConjunctionExpression The ConjunctionExpression class represents the binary expression nodes in the abstract syntax tree.
DependentJoinExpression The DependentJoinExpression class represents the binary expression nodes in the abstract syntax tree.
DifferenceExpression The DifferenceExpression class represents the binary expression nodes in the abstract syntax tree.
DisjunctionExpression The DisjunctionExpression class represents the binary expression nodes in the abstract syntax tree.
DivideAssignExpression The DivideAssignExpression class represents the binary expression nodes in the abstract syntax tree.
DivideExpression The DivideExpression class represents the binary expression nodes in the abstract syntax tree.
EqualExpression The EqualExpression class represents the binary expression nodes in the abstract syntax tree.
ForAllExpression The ForAllExpression class represents the binary expression nodes in the abstract syntax tree.
ForAnyExpression The ForAnyExpression class represents the binary expression nodes in the abstract syntax tree.
GreaterEqualExpression The GreaterEqualExpression class represents the binary expression nodes in the abstract syntax tree.
GreaterExpression The GreaterExpression class represents the binary expression nodes in the abstract syntax tree.
InclusionExpression The InclusionExpression class represents the binary expression nodes in the abstract syntax tree.
InsertExpression The InsertExpression class represents the binary expression nodes in the abstract syntax tree.
IntersectionExpression The IntersectionExpression class represents the binary expression nodes in the abstract syntax tree.
ListExpression The ListExpression class represents the binary expression nodes in the abstract syntax tree.
LowerEqualExpression The LowerEqualExpression class represents the binary expression nodes in the abstract syntax tree.
LowerExpression The LowerExpression class represents the binary expression nodes in the abstract syntax tree.
MinusAssignExpression The MinusAssignExpression class represents the binary expression nodes in the abstract syntax tree.
MinusExpression The MinusExpression class represents the binary expression nodes in the abstract syntax tree.
ModuloAssignExpression The ModuloAssignExpression class represents the binary expression nodes in the abstract syntax tree.
ModuloExpression The ModuloExpression class represents the binary expression nodes in the abstract syntax tree.
NavigationExpression The NavigationExpression class represents the binary expression nodes in the abstract syntax tree.
NotEqualExpression The NotEqualExpression class represents the binary expression nodes in the abstract syntax tree.
PlusAssignExpression The PlusAssignExpression class represents the binary expression nodes in the abstract syntax tree.
PlusExpression The PlusExpression class represents the binary expression nodes in the abstract syntax tree.
PowerExpression The PowerExpression class represents the binary expression nodes in the abstract syntax tree.
SelectionExpression The SelectionExpression class represents the binary expression nodes in the abstract syntax tree.
SortingExpression The SortingExpression class represents the binary expression nodes in the abstract syntax tree.
SymmetricDifferenceExpression The SymmetricDifferenceExpression class represents the binary expression nodes in the abstract syntax tree.
TimesAssignExpression The TimesAssignExpression class represents the binary expression nodes in the abstract syntax tree.
TimesExpression The TimesExpression class represents the binary expression nodes in the abstract syntax tree.
TransitiveClosureExpression The TransitiveClosureExpression class represents the binary expression nodes in the abstract syntax tree.
UnionExpression The UnionExpression class represents the binary expression nodes in the abstract syntax tree.