public class OpConst<ValueType extends ExecutionResult<?>> extends ExecuterTreeElem<ExecutionScope,IndexReader>
ENDOFBUFFER, printPositions, signToString
Modifier and Type | Method and Description |
---|---|
ExecutionResult<?> |
derivExecute(ExecutionScope scope) |
java.lang.String |
getName() |
java.lang.String |
getSign() |
java.lang.String |
toString() |
createCallMetadata, createElem, derivInit, execute, getInputKey, getSignatureString, getSourcePosition, init, toString, toStringRecursive
public OpConst(ValueType value)
public ExecutionResult<?> derivExecute(ExecutionScope scope)
derivExecute
in class ExecuterTreeElem<ExecutionScope,IndexReader>
public java.lang.String getName()
getName
in class ExecuterTreeElem<ExecutionScope,IndexReader>
public java.lang.String getSign()
getSign
in class ExecuterTreeElem<ExecutionScope,IndexReader>
public java.lang.String toString()
toString
in class ExecuterTreeElem<ExecutionScope,IndexReader>