public class MethodInvocation extends AbstractInvocation
usesNamedArguments| Modifier and Type | Method and Description | 
|---|---|
| void | accept(GoloIrVisitor visitor)Accept the 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) | 
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)
GoloElement
 This method should only call the visitor visitXXXX method.
 The children of this node will be visited by the
 GoloElement.walk(GoloIrVisitor) method.
accept in class GoloElement