DeclarationOrAssignment

interface DeclarationOrAssignment

Declaration or 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

expression
Link copied to clipboard
abstract val expression: ExpressionNode
identifier
Link copied to clipboard
abstract val identifier: AssignLHS
lineNumber
Link copied to clipboard
abstract val lineNumber: Int

Inheritors

DeclarationNode
Link copied to clipboard
AssignmentNode
Link copied to clipboard