| 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 UnaryOperation | 
UnaryOperation.create(java.lang.Object type,
      java.lang.Object expression)
Creates a generic unary operation. 
 | 
protected UnaryOperation | 
UnaryOperation.self()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GoloIrVisitor.visitUnaryOperation(UnaryOperation unaryOperation)  | 
void | 
AbstractGoloIrVisitor.visitUnaryOperation(UnaryOperation unaryOperation)  | 
void | 
Visitors.DispatchIrVisitor.visitUnaryOperation(UnaryOperation elt)  | 
void | 
IrTreeDumper.visitUnaryOperation(UnaryOperation unaryOperation)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SugarExpansionVisitor.visitUnaryOperation(UnaryOperation op)  |