Method Call Node
data class MethodCallNode(lineNumber: Int, instanceIdentifier: String, dataStructureMethod: DataStructureMethod, arguments: List<ExpressionNode>, identifier: String) : ExpressionNode, AssignLHS
Content copied to clipboard
Method call node
Constructors
MethodCallNode
Link copied to clipboard
fun MethodCallNode(lineNumber: Int, instanceIdentifier: String, dataStructureMethod: DataStructureMethod, arguments: List<ExpressionNode>, identifier: String = "")
Content copied to clipboard
Create empty Method call node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, instanceIdentifier: String, dataStructureMethod: DataStructureMethod, arguments: List<ExpressionNode>, identifier: String = ""): MethodCallNode
Content copied to clipboard
Properties
arguments
Link copied to clipboard
dataStructureMethod
Link copied to clipboard
identifier
Link copied to clipboard
instanceIdentifier
Link copied to clipboard
lineNumber
Link copied to clipboard