|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISimpleAction | |
---|---|
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 |
Uses of ISimpleAction in net.sourceforge.nrl.parser.ast.action |
---|
Subinterfaces of ISimpleAction in net.sourceforge.nrl.parser.ast.action | |
---|---|
interface |
IActionFragmentApplicationAction
An action fragment application. |
interface |
IAddAction
An action that adds an element to a collection. |
interface |
IConditionalAction
An if-then-else type action. |
interface |
ICreateAction
An action that creates a new object and assigns it to a variable. |
interface |
IForEachAction
An iterative action that executes child actions over each member of a collection. |
interface |
IOperatorAction
An action that invokes an externally defined operator. |
interface |
IRemoveAction
An action that deletes an attribute or deletes any object that matches a set of criteria. |
interface |
IRemoveFromCollectionAction
An action that removes an element from a collection. |
interface |
ISetAction
An action that sets an attribute to a value. |
interface |
IVariableDeclarationAction
An action that wraps an IVariableDeclaration . |
Methods in net.sourceforge.nrl.parser.ast.action that return types with arguments of type ISimpleAction | |
---|---|
List<ISimpleAction> |
ICompoundAction.getSimpleActions()
Return the ISimpleAction objects contained in this compound
action. |
Uses of ISimpleAction in net.sourceforge.nrl.parser.ast.action.impl |
---|
Classes in net.sourceforge.nrl.parser.ast.action.impl that implement ISimpleAction | |
---|---|
class |
ActionFragmentApplicationActionImpl
|
class |
AddActionImpl
|
class |
ConditionalActionImpl
|
class |
CreateActionImpl
|
class |
ForEachActionImpl
|
class |
OperatorActionImpl
|
class |
RemoveActionImpl
|
class |
RemoveFromCollectionActionImpl
|
class |
SetActionImpl
|
class |
VariableDeclarationActionImpl
|
Methods in net.sourceforge.nrl.parser.ast.action.impl that return types with arguments of type ISimpleAction | |
---|---|
List<ISimpleAction> |
CompoundActionImpl.getSimpleActions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |