Array Elem Node
data class ArrayElemNode(lineNumber: Int, identifier: String, indices: List<ExpressionNode>, internalType: Type) : ExpressionNode, AssignLHS
Content copied to clipboard
Array elem node
Array element such as identifierindex
Constructors
ArrayElemNode
Link copied to clipboard
fun ArrayElemNode(lineNumber: Int, identifier: String, indices: List<ExpressionNode>, internalType: Type)
Content copied to clipboard
Create empty Array elem node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, identifier: String, indices: List<ExpressionNode>, internalType: Type): ArrayElemNode
Content copied to clipboard
Properties
identifier
Link copied to clipboard
indices
Link copied to clipboard
internalType
Link copied to clipboard
lineNumber
Link copied to clipboard