public class StdVoidFactory<ScopeType extends ExecutionScope,ReaderType extends IndexReader> extends java.lang.Object implements ExecTreeElemFactory<ScopeType,ReaderType>
Constructor and Description |
---|
StdVoidFactory() |
Modifier and Type | Method and Description |
---|---|
ExecuterTreeElem<ScopeType,ReaderType> |
createElem(ReaderType source) |
java.lang.String |
toString() |
public ExecuterTreeElem<ScopeType,ReaderType> createElem(ReaderType source)
createElem
in interface ContentFactory<ReaderType extends IndexReader,ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends IndexReader>>
public java.lang.String toString()
toString
in class java.lang.Object