public class OpMultiplication<ScopeType extends ExecutionScope,ReaderType extends IndexReader> extends ExecuterTreeNodeEager<ScopeType,ReaderType>
parameterTuple, signature
children
ENDOFBUFFER, 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, derivInit
execChild, getChildByIndex, getChildCount, getChildren, toStringRecursive
createElem
createCallMetadata, execute, getInputKey, getSignatureString, getSourcePosition, init, toString, toString
public 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>