@Beta public abstract class Operand extends UnitOfExpression
Underlying grammar:
operand : path # PathOperand | literal # LiteralOperand | function # FunctionCall | '(' operand ')' ;
PathOperand
,
FunctionOperand
,
LiteralOperand
Constructor and Description |
---|
Operand() |
asSubstituted