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
/
UnaryOpNode
Unary
Op
Node
data
class
UnaryOpNode
(
val
operator
:
String
,
val
operand
:
ASTNode
,
val
position
:
Position
)
:
ASTNode
Unary operation.
Operators: -, not Example: -x, not active
Members
Constructors
Unary
Op
Node
Link copied to clipboard
constructor
(
operator
:
String
,
operand
:
ASTNode
,
position
:
Position
)
Properties
operand
Link copied to clipboard
val
operand
:
ASTNode
operator
Link copied to clipboard
val
operator
:
String
position
Link copied to clipboard
open
override
val
position
:
Position