net.sourceforge.nrl.parser.ast.action
Interface IAction

All Superinterfaces:
INRLAstNode
All Known Subinterfaces:
IActionFragmentApplicationAction, IAddAction, ICompoundAction, IConditionalAction, ICreateAction, IForEachAction, IOperatorAction, IRemoveAction, IRemoveFromCollectionAction, ISetAction, ISimpleAction, IVariableDeclarationAction

public interface IAction
extends INRLAstNode

A basic action, which is further refined into compound and conditional actions.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 



Copyright © 2006-2010 Christian Nentwich and others