The invocation of a function resulting from evaluating an expression.
Invocations of methods and other forms of functions are represented
by DartMethodInvocation
nodes. Invocations of getters and setters are
represented by either DartPrefixedIdentifier
or DartPropertyAccess
nodes.
Anything
DartFunctionExpressionInvocation
DartExpression
DartNode
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DartFunctionExpressionInvocation(DartExpression func, DartArgumentList argumentList) |
Attributes | |
argumentList | Source Codeshared DartArgumentList argumentList |
func | Source Codeshared DartExpression func |
Inherited Attributes |
Attributes inherited from: DartNode |
Attributes inherited from: Object hash , string |
Methods | |
write | Source Codeshared actual void write(CodeWriter writer) Refines DartNode.write |
Inherited Methods |
Methods inherited from: DartNode |
Methods inherited from: Object equals |