| Package | Description |
|---|---|
| gw.lang.ir.builder.expression | |
| gw.lang.ir.builder.statement |
| Constructor and Description |
|---|
IRCompositeExpressionBuilder(List<IRStatementBuilder> statements,
IRExpressionBuilder finalExpression) |
| Modifier and Type | Class and Description |
|---|---|
class |
IRArrayStoreStatementBuilder |
class |
IRAssignmentStatementBuilder |
class |
IRFieldSetStatementBuilder |
class |
IRIfStatementBuilder |
class |
IRReturnStatementBuilder |
class |
IRStatementListBuilder |
| Modifier and Type | Method and Description |
|---|---|
IRStatementBuilder |
IRIfStatementBuilder._else(IRStatementBuilder elseStatement) |
| Modifier and Type | Method and Description |
|---|---|
IRStatementBuilder |
IRIfStatementBuilder._else(IRStatementBuilder elseStatement) |
IRIfStatementBuilder |
IRIfStatementBuilder.then(IRStatementBuilder ifStatement) |
| Constructor and Description |
|---|
IRStatementListBuilder(List<IRStatementBuilder> statements) |
Copyright © 2022. All rights reserved.