public class FunctionInvocation extends AbstractInvocation
usesNamedArguments
Modifier and Type | Method and Description |
---|---|
void |
accept(GoloIrVisitor visitor) |
FunctionInvocation |
constant() |
FunctionInvocation |
constant(boolean isConstant) |
boolean |
isAnonymous() |
boolean |
isConstant() |
boolean |
isOnModuleState() |
boolean |
isOnReference() |
FunctionInvocation |
ofAST(GoloASTNode n) |
FunctionInvocation |
onModuleState() |
FunctionInvocation |
onModuleState(boolean isOnModuleState) |
FunctionInvocation |
onReference() |
FunctionInvocation |
onReference(boolean isOnReference) |
java.lang.String |
toString() |
followedBy, getAnonymousFunctionInvocations, getArguments, getArity, getName, namedArgumentsComplete, replaceElement, usesNamedArguments, walk, withArgs, withNamedArguments
of
cantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, replaceInParentBy, setASTNode, setParentNode
public FunctionInvocation ofAST(GoloASTNode n)
ofAST
in class GoloElement
public FunctionInvocation onReference(boolean isOnReference)
public FunctionInvocation onReference()
public boolean isOnReference()
public boolean isAnonymous()
public FunctionInvocation onModuleState(boolean isOnModuleState)
public FunctionInvocation onModuleState()
public boolean isOnModuleState()
public FunctionInvocation constant(boolean isConstant)
public FunctionInvocation constant()
public boolean isConstant()
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(GoloIrVisitor visitor)
accept
in class GoloElement