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

Class Summary
AbsoluteValueExpression The AbsoluteValueExpression class represents the unary expression nodes in the abstract syntax tree.
AscendingExpression The AscendingExpression class represents the unary expression nodes in the abstract syntax tree.
AsExpression The AsExpression class represents the unary expression nodes in the abstract syntax tree.
AverageExpression The AverageExpression class represents the unary expression nodes in the abstract syntax tree.
BagExpression The BagExpression class represents the unary expression nodes in the abstract syntax tree.
CosineExpression The CosineExpression class represents the unary expression nodes in the abstract syntax tree.
CountExpression The CountExpression class represents the unary expression nodes in the abstract syntax tree.
CreateExpression The CreateExpression class represents the unary expression nodes in the abstract syntax tree.
CreateLocalExpression The CreateLocalExpression class represents the unary expression nodes in the abstract syntax tree.
CreatePermanentExpression The CreatePermanentExpression class represents the unary expression nodes in the abstract syntax tree.
DereferenceExpression The DereferenceExpression class represents the unary expression nodes in the abstract syntax tree.
DescendingExpression The DescendingExpression class represents the unary expression nodes in the abstract syntax tree.
EmptyAsExpression The EmptyAsExpression class represents the unary expression nodes in the abstract syntax tree.
EmptyGroupAsExpression The EmptyGroupAsExpression class represents the unary expression nodes in the abstract syntax tree.
ExistsExpression The ExistsExpression class represents the unary expression nodes in the abstract syntax tree.
ExponentExpression The ExponentExpression class represents the unary expression nodes in the abstract syntax tree.
GroupAsExpression The GroupAsExpression class represents the unary expression nodes in the abstract syntax tree.
LogarithmExpression The LogarithmExpression class represents the unary expression nodes in the abstract syntax tree.
MaximumExpression The MaximumExpression class represents the unary expression nodes in the abstract syntax tree.
MinimumExpression The MinimumExpression class represents the unary expression nodes in the abstract syntax tree.
NegationExpression The NegationExpression class represents the unary expression nodes in the abstract syntax tree.
PreDecrementExpression The PreDecrementExpression class represents the unary expression nodes in the abstract syntax tree.
PreIncrementExpression The PreIncrementExpression class represents the unary expression nodes in the abstract syntax tree.
ProcedureCallExpression The ProcedureCallExpression class represents the unary expression nodes in the abstract syntax tree.
SequenceExpression The SequenceExpression class represents the unary expression nodes in the abstract syntax tree.
SignumExpression The SignumExpression class represents the unary expression nodes in the abstract syntax tree.
SineExpression The SineExpression class represents the unary expression nodes in the abstract syntax tree.
SquareRootExpression The SquareRootExpression class represents the unary expression nodes in the abstract syntax tree.
StructExpression The StructExpression class represents the unary expression nodes in the abstract syntax tree.
SumExpression The SumExpression class represents the unary expression nodes in the abstract syntax tree.
ToBagExpression The ToBagExpression class represents the unary expression nodes in the abstract syntax tree.
ToDoubleExpression The ToDoubleExpression class represents the unary expression nodes in the abstract syntax tree.
ToIntegerExpression The ToIntegerExpression class represents the unary expression nodes in the abstract syntax tree.
ToSequenceExpression The ToSequenceExpression class represents the unary expression nodes in the abstract syntax tree.
ToSingleExpression The ToSingleExpression class represents the unary expression nodes in the abstract syntax tree.
ToStringExpression The ToStringExpression class represents the unary expression nodes in the abstract syntax tree.
ToStructExpression The ToStructExpression class represents the unary expression nodes in the abstract syntax tree.
UMinusExpression The UMinusExpression class represents the unary expression nodes in the abstract syntax tree.
UniqueExpression The UniqueExpression class represents the unary expression nodes in the abstract syntax tree.
UPlusExpression The UPlusExpression class represents the unary expression nodes in the abstract syntax tree.