Package astra.statement
Class AbstractStatement
java.lang.Object
astra.core.AbstractElement
astra.statement.AbstractStatement
- All Implemented Interfaces:
Statement
- Direct Known Subclasses:
Assignment,BeliefUpdate,Block,Declaration,Done,ForAll,ForEach,If,MaintainBlock,MinusMinus,ModuleCall,PlusPlus,Query,ScopedBeliefUpdate,ScopedSpawnGoal,ScopedSubgoal,Send,SpawnGoal,SpecialBeliefUpdate,SpecialOp,Subgoal,SynchronizedBlock,TRStart,TRStop,TryRecover,Wait,While
public abstract class AbstractStatement extends AbstractElement implements Statement
-
Constructor Summary
Constructors Constructor Description AbstractStatement() -
Method Summary
Methods inherited from class astra.core.AbstractElement
beginLine, endLine, getASTRAClass, isLinkedToSource, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface astra.statement.Statement
beginLine, endLine, getASTRAClass, getStatementHandler, isLinkedToSource
-
Constructor Details
-
AbstractStatement
public AbstractStatement()
-