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
/
PropertyAccessNode
Property
Access
Node
data
class
PropertyAccessNode
(
val
target
:
ASTNode
,
val
property
:
String
,
val
position
:
Position
)
:
ASTNode
Property access (dot notation).
Example: person.name, user.address.city
Members
Constructors
Property
Access
Node
Link copied to clipboard
constructor
(
target
:
ASTNode
,
property
:
String
,
position
:
Position
)
Properties
position
Link copied to clipboard
open
override
val
position
:
Position
property
Link copied to clipboard
val
property
:
String
target
Link copied to clipboard
val
target
:
ASTNode