public class PassThroughFactory<ScopeType extends ExecutionScope,ReaderType extends Tokenizer> extends java.lang.Object implements ExecTreeElemFactory<ScopeType,ReaderType>
| Constructor and Description |
|---|
PassThroughFactory() |
| 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 Tokenizer,ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends Tokenizer>>public java.lang.String toString()
toString in class java.lang.Object