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, withNamedArgumentsofcantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, replaceInParentBy, setASTNode, setParentNodepublic MethodInvocation ofAST(GoloASTNode node)
ofAST in class GoloElementpublic 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 AbstractInvocationpublic void accept(GoloIrVisitor visitor)
accept in class GoloElement