ASTExpressionObjectFunctionInvocation constructor

ASTExpressionObjectFunctionInvocation(
  1. ASTVariable variable,
  2. String name,
  3. List<ASTExpression> arguments
)

Implementation

ASTExpressionObjectFunctionInvocation(
    this.variable, String name, List<ASTExpression> arguments)
    : super(name, arguments);