| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler.ir |
(this is an internal API)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvocation |
class |
AssignmentStatement |
class |
BinaryOperation |
class |
Block |
class |
ClosureReference |
class |
CollectionLiteral |
class |
ConditionalBranching |
class |
ConstantStatement |
class |
ExpressionStatement |
class |
FunctionInvocation |
class |
LoopBreakFlowStatement |
class |
LoopStatement |
class |
MethodInvocation |
class |
ReferenceLookup |
class |
ReturnStatement |
class |
ThrowStatement |
class |
TryCatchFinally |
class |
UnaryOperation |
| Modifier and Type | Method and Description |
|---|---|
GoloStatement |
ThrowStatement.getExpressionStatement() |
GoloStatement |
ReturnStatement.getExpressionStatement() |
GoloStatement |
LoopStatement.getPostStatement() |
| Modifier and Type | Method and Description |
|---|---|
List<GoloStatement> |
Block.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Block.addStatement(GoloStatement statement) |
void |
Block.prependStatement(GoloStatement statement) |
| Constructor and Description |
|---|
LoopStatement(AssignmentStatement initStatement,
ExpressionStatement conditionStatement,
Block block,
GoloStatement postStatement) |
ThrowStatement(GoloStatement expressionStatement) |
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.