public class OpMultiplication<ScopeType extends ExecutionScope,ReaderType extends IndexReader> extends ExecuterTreeNodeEager<ScopeType,ReaderType>
parameterTuple, signaturechildrenENDOFBUFFER, printPositions, signToString| Constructor and Description |
|---|
OpMultiplication() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionReturn |
derivExecute(ScopeType scope,
ExecutionResult<?>[] executedChildren) |
java.lang.String |
getName() |
java.lang.String |
getSign() |
static ExecutionReturn |
multiply(ExecutionResult<?> arg1,
ExecutionResult<?> arg2,
ScriptSystemInterface<?,?> typeSystem) |
derivExecute, derivInitexecChild, getChildByIndex, getChildCount, getChildren, toStringRecursivecreateElemcreateCallMetadata, execute, getInputKey, getSignatureString, getSourcePosition, init, toString, toStringpublic static ExecutionReturn multiply(ExecutionResult<?> arg1, ExecutionResult<?> arg2, ScriptSystemInterface<?,?> typeSystem)
public ExecutionReturn derivExecute(ScopeType scope, ExecutionResult<?>[] executedChildren)
derivExecute in class ExecuterTreeNodeEager<ScopeType extends ExecutionScope,ReaderType extends IndexReader>public java.lang.String getName()
getName in class ExecuterTreeNodeEager<ScopeType extends ExecutionScope,ReaderType extends IndexReader>public java.lang.String getSign()
getSign in class ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends IndexReader>