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

Class Summary
AlgebraicExpression The AlgebraicExpression class represents the binary algebraic expression nodes in the abstract syntax tree.
BinaryExpression The BinaryExpression class represents the binary expression nodes in the abstract syntax tree.
NonAlgebraicExpression The AlgebraicExpression class represents the binary non algebraic expression nodes in the abstract syntax tree.
NonParametricExpression The NonParametricExpression class represents the unary non parametric expression nodes in the abstract syntax tree.
ParametricExpression The ParametricExpression class represents the unary parametric expression nodes in the abstract syntax tree.
SingleExpression The SingleExpression class represents the single expression nodes in the abstract syntax tree.
TernaryExpression The TernaryExpression class represents the ternaryexpression nodes in the abstract syntax tree.
UnaryExpression The UnaryExpression class represents the unary expression nodes in the abstract syntax tree.