HasBase

interface HasBase

Specifies that a certain node has a base on which it executes an operation.

Properties

Link copied to clipboard
abstract val base: Expression?

The base.

Link copied to clipboard
abstract val operatorCode: String?

The operator that is used to access the base. Usually either . or ->, but some languages offer additional operator codes.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard