Array Element
data class ArrayElement(var array: Expression, var index: Expression, var typeName: String? = null, var line: Int) : Assignable, IsParent
Used to describe the access to an array element
Example:
int a[100];
a[5] = 0;
Content copied to clipboard
Properties
Functions
Link copied to clipboard
Is replacing a certain child of the class with another object of the same type If the two parameters don't have the same type, no block will be replaced. If the type of initial doesn't match any of the current node children, no child will be replaced
Link copied to clipboard
Sets the object as a parent for its children