public class MethodInvocation extends AbstractInvocation
usesNamedArguments
Modifier and Type | Method and Description |
---|---|
void |
accept(GoloIrVisitor visitor) |
boolean |
isNullSafeGuarded() |
MethodInvocation |
nullSafe() |
MethodInvocation |
nullSafe(boolean v) |
MethodInvocation |
ofAST(GoloASTNode node) |
BinaryOperation |
on(java.lang.Object target) |
void |
setNullSafeGuarded(boolean nullSafeGuarded) |
MethodInvocation |
withArgs(java.lang.Object... args) |
followedBy, getAnonymousFunctionInvocations, getArguments, getArity, getName, namedArgumentsComplete, replaceElement, usesNamedArguments, walk, withNamedArguments
of
cantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, replaceInParentBy, setASTNode, setParentNode
public MethodInvocation ofAST(GoloASTNode node)
ofAST
in class GoloElement
public void setNullSafeGuarded(boolean nullSafeGuarded)
public boolean isNullSafeGuarded()
public MethodInvocation nullSafe(boolean v)
public MethodInvocation nullSafe()
public BinaryOperation on(java.lang.Object target)
public MethodInvocation withArgs(java.lang.Object... args)
withArgs
in class AbstractInvocation
public void accept(GoloIrVisitor visitor)
accept
in class GoloElement