public abstract class ExecuterTreeNode<ScopeType extends ExecutionScope,ReaderType extends IndexReader> extends ExecuterTreeElem<ScopeType,ReaderType>
ENDOFBUFFER, printPositions, signToString| Constructor and Description |
|---|
ExecuterTreeNode() |
| Modifier and Type | Method and Description |
|---|---|
ExecuterTreeElem<ScopeType,ReaderType> |
createElem(ReaderType source) |
abstract java.lang.String |
toStringRecursive() |
createCallMetadata, derivExecute, derivInit, execute, getInputKey, getName, getSign, getSignatureString, getSourcePosition, init, toString, toStringpublic ExecuterTreeElem<ScopeType,ReaderType> createElem(ReaderType source)
createElem in interface ContentFactory<ReaderType extends IndexReader,ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends IndexReader>>createElem in class ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends IndexReader>public abstract java.lang.String toStringRecursive()
toStringRecursive in class ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends IndexReader>