| Package | Description | 
|---|---|
| gololang.ir | 
 Java package for golo IR tree elements. 
 | 
| org.eclipse.golo.compiler | 
 Provides access to the Golo compiler and supporting classes. 
 | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SugarExpansionVisitor.visitConstantStatement(ConstantStatement constantStatement)
Converts a literal function reference into a call to  
Predefined.fun. |