Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
static MethodInvocation |
Builders.invoke(java.lang.String name) |
MethodInvocation |
MethodInvocation.nullSafe() |
MethodInvocation |
MethodInvocation.nullSafe(boolean v) |
MethodInvocation |
MethodInvocation.ofAST(GoloASTNode node) |
MethodInvocation |
MethodInvocation.withArgs(java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoloIrVisitor.visitMethodInvocation(MethodInvocation methodInvocation) |
void |
GoloIrVisitor.visitMethodInvocation(MethodInvocation methodInvocation) |
void |
IrTreeDumper.visitMethodInvocation(MethodInvocation methodInvocation) |