KFeel
Toggle table of contents
v1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KFeel
KFeel
/
ca.acendas.kfeel.parser
/
ASTNode
ASTNode
sealed
class
ASTNode
Base class for all AST nodes in FEEL expressions.
Inheritors
NumberLiteralNode
StringLiteralNode
BooleanLiteralNode
NullLiteralNode
ListLiteralNode
ContextLiteralNode
RangeLiteralNode
IdentifierNode
BinaryOpNode
UnaryOpNode
ComparisonNode
IfThenElseNode
ForExpressionNode
QuantifierNode
BetweenNode
InNode
InstanceOfNode
PropertyAccessNode
IndexAccessNode
FilterNode
FunctionCallNode
NamedFunctionCallNode
FunctionDefinitionNode
Members
Properties
position
Link copied to clipboard
abstract
val
position
:
Position