NodeWithScope

Represents a node which has a required scope expression eg. field access (object.method).

Inheritors

Functions

Link copied to clipboard
abstract fun getScope(): Expression
Link copied to clipboard
abstract fun setScope(scope: Expression): N
Link copied to clipboard