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
/
InstanceOfNode
Instance
Of
Node
data
class
InstanceOfNode
(
val
value
:
ASTNode
,
val
typeName
:
String
,
val
position
:
Position
)
:
ASTNode
Instance of operator for type checking.
Examples:
x instance of number
myList instance of list
Members
Constructors
Instance
Of
Node
Link copied to clipboard
constructor
(
value
:
ASTNode
,
typeName
:
String
,
position
:
Position
)
Properties
position
Link copied to clipboard
open
override
val
position
:
Position
type
Name
Link copied to clipboard
val
typeName
:
String
value
Link copied to clipboard
val
value
:
ASTNode