|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompoundAction | |
---|---|
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. |
Uses of ICompoundAction in net.sourceforge.nrl.parser.ast.action |
---|
Methods in net.sourceforge.nrl.parser.ast.action that return ICompoundAction | |
---|---|
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. |
Methods in net.sourceforge.nrl.parser.ast.action with parameters of type ICompoundAction | |
---|---|
void |
INRLActionDetailVisitor.visitCompoundActionAfter(ICompoundAction action)
|
void |
INRLActionDetailVisitor.Stub.visitCompoundActionAfter(ICompoundAction action)
|
boolean |
INRLActionDetailVisitor.visitCompoundActionBefore(ICompoundAction action)
|
boolean |
INRLActionDetailVisitor.Stub.visitCompoundActionBefore(ICompoundAction action)
|
Uses of ICompoundAction in net.sourceforge.nrl.parser.ast.action.impl |
---|
Classes in net.sourceforge.nrl.parser.ast.action.impl that implement ICompoundAction | |
---|---|
class |
CompoundActionImpl
|
Methods in net.sourceforge.nrl.parser.ast.action.impl that return ICompoundAction | |
---|---|
ICompoundAction |
ConditionalActionImpl.getElse()
|
ICompoundAction |
ConditionalActionImpl.getThen()
|
Uses of ICompoundAction in net.sourceforge.nrl.parser.type |
---|
Methods in net.sourceforge.nrl.parser.type with parameters of type ICompoundAction | |
---|---|
void |
ActionTypeChecker.visitCompoundActionAfter(ICompoundAction action)
|
boolean |
ActionTypeChecker.visitCompoundActionBefore(ICompoundAction action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |