Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static ConstantStatement |
ConstantStatement.of(java.lang.Object o)
Creates a constant value.
|
protected ConstantStatement |
ConstantStatement.self() |
ConstantStatement |
ConstantStatement.value(java.lang.Object v) |
ConstantStatement |
ConstantStatement.with(java.lang.Object a)
Defines a variable declaration (assignment) local to this expression.
|
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitConstantStatement(ConstantStatement constantStatement) |
void |
AbstractGoloIrVisitor.visitConstantStatement(ConstantStatement constantStatement) |
void |
Visitors.DispatchIrVisitor.visitConstantStatement(ConstantStatement elt) |
void |
IrTreeDumper.visitConstantStatement(ConstantStatement constantStatement) |