Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static MethodInvocation |
MethodInvocation.invoke(java.lang.String name) |
MethodInvocation |
MethodInvocation.nullSafe()
Defines the invocation as null-safe.
|
MethodInvocation |
MethodInvocation.nullSafe(boolean v)
Defines if the invocation is null-safe or not.
|
protected MethodInvocation |
MethodInvocation.self() |
MethodInvocation |
MethodInvocation.withArgs(java.lang.Object... args)
Defines the values of the arguments for this invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitMethodInvocation(MethodInvocation methodInvocation) |
void |
AbstractGoloIrVisitor.visitMethodInvocation(MethodInvocation methodInvocation) |
void |
Visitors.DispatchIrVisitor.visitMethodInvocation(MethodInvocation elt) |
void |
IrTreeDumper.visitMethodInvocation(MethodInvocation methodInvocation) |