Uses of Interface
astra.statement.StatementHandler
| Package | Description |
|---|---|
| astra.core | |
| astra.statement |
-
Uses of StatementHandler in astra.core
Methods in astra.core that return StatementHandler Modifier and Type Method Description StatementHandlerIntention. getNextStatement()StatementHandlerRuleExecutor. getNextStatment()StatementHandlerStatementExecutor. getStatement()Methods in astra.core with parameters of type StatementHandler Modifier and Type Method Description voidRuleExecutor. addStatement(StatementHandler handler)voidRuleExecutor. addStatement(StatementHandler handler, Map<Integer,Term> bindings)Method parameters in astra.core with type arguments of type StatementHandler Modifier and Type Method Description voidRuleExecutor. buildFailureTrace(Stack<StatementHandler> failureTrace)voidStatementExecutor. buildFailureTrace(Stack<StatementHandler> failureTrace)Constructors in astra.core with parameters of type StatementHandler Constructor Description StatementExecutor(StatementHandler handler)StatementExecutor(StatementHandler handler, Map<Integer,Term> bindings) -
Uses of StatementHandler in astra.statement
Classes in astra.statement that implement StatementHandler Modifier and Type Class Description classAbstractStatementHandler