Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
BinaryOperation |
ExpressionStatement.call(java.lang.Object... arguments)
Creates an binary operation representing the anonymous call on this expression.
|
static BinaryOperation |
BinaryOperation.create(java.lang.Object type,
java.lang.Object left,
java.lang.Object right)
Full generic binary operation creation in one call.
|
BinaryOperation |
BinaryOperation.left(java.lang.Object expr)
Define the left expression of this operation.
|
static BinaryOperation |
BinaryOperation.of(java.lang.Object type)
Create a binary operation.
|
BinaryOperation |
MethodInvocation.on(java.lang.Object target)
Defines the receiver of the invocation.
|
BinaryOperation |
BinaryOperation.right(java.lang.Object expr)
Define the right expression of this operation.
|
protected BinaryOperation |
BinaryOperation.self() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitBinaryOperation(BinaryOperation binaryOperation) |
void |
AbstractGoloIrVisitor.visitBinaryOperation(BinaryOperation binaryOperation) |
void |
Visitors.DispatchIrVisitor.visitBinaryOperation(BinaryOperation elt) |
void |
IrTreeDumper.visitBinaryOperation(BinaryOperation binaryOperation) |