Package astra.statement
Interface Statement
- All Known Implementing Classes:
AbstractStatement,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 interface Statement
-
Method Summary
Modifier and Type Method Description intbeginLine()intendLine()StringgetASTRAClass()StatementHandlergetStatementHandler()booleanisLinkedToSource()
-
Method Details
-
getStatementHandler
StatementHandler getStatementHandler() -
isLinkedToSource
boolean isLinkedToSource() -
beginLine
int beginLine() -
endLine
int endLine() -
getASTRAClass
String getASTRAClass()
-