PropertyAccessNode

data class PropertyAccessNode(val target: ASTNode, val property: String, val position: Position) : ASTNode

Property access (dot notation).

Example: person.name, user.address.city

Constructors

Link copied to clipboard
constructor(target: ASTNode, property: String, position: Position)

Properties

Link copied to clipboard
open override val position: Position
Link copied to clipboard
Link copied to clipboard