| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.ast.action |
The fully resolved extended abstract syntax tree (AST) representation for the
action language.
|
| net.sourceforge.nrl.parser.ast.action.impl | |
| net.sourceforge.nrl.parser.type |
Abstract type assignment and type checking for the completed AST.
|
| Modifier and Type | Method and Description |
|---|---|
ICompoundAction |
IConditionalAction.getElse()
Return the actions to execute if the condition does not hold.
|
ICompoundAction |
IConditionalAction.getThen()
Return the actions to execute if the condition holds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INRLActionDetailVisitor.visitCompoundActionAfter(ICompoundAction action) |
void |
INRLActionDetailVisitor.Stub.visitCompoundActionAfter(ICompoundAction action) |
boolean |
INRLActionDetailVisitor.visitCompoundActionBefore(ICompoundAction action) |
boolean |
INRLActionDetailVisitor.Stub.visitCompoundActionBefore(ICompoundAction action) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundActionImpl |
| Modifier and Type | Method and Description |
|---|---|
ICompoundAction |
ConditionalActionImpl.getElse() |
ICompoundAction |
ConditionalActionImpl.getThen() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeChecker.visitCompoundActionAfter(ICompoundAction action) |
boolean |
ActionTypeChecker.visitCompoundActionBefore(ICompoundAction action) |
Copyright © 2006-2013. All Rights Reserved.