public class OpNot<ScopeType extends ExecutionScope,ReaderType extends IndexReader> extends ExecuterTreeNodeEager<ScopeType,ReaderType>
parameterTuple, signature
children
ENDOFBUFFER, printPositions, signToString
Constructor and Description |
---|
OpNot() |
Modifier and Type | Method and Description |
---|---|
ExecutionReturn |
derivExecute(ScopeType scope,
ExecutionResult<?>[] executedChildren) |
java.lang.String |
getName() |
java.lang.String |
getSign() |
protected java.lang.String |
getSignatureString() |
derivExecute, derivInit
execChild, getChildByIndex, getChildCount, getChildren, toStringRecursive
createElem
createCallMetadata, execute, getInputKey, getSourcePosition, init, toString, toString
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>
protected java.lang.String getSignatureString()
getSignatureString
in class ExecuterTreeElem<ScopeType extends ExecutionScope,ReaderType extends IndexReader>