AssignLHS

interface AssignLHS

Assign lhs

Represents node that can be on the lhs of an assignment '='

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

identifier
Link copied to clipboard
abstract val identifier: String

Inheritors

EmptyLHS
Link copied to clipboard
IdentifierNode
Link copied to clipboard
MethodCallNode
Link copied to clipboard
ArrayElemNode
Link copied to clipboard
BinaryTreeNodeAccess
Link copied to clipboard