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