public abstract class SLLessThanNode extends SLBinaryNode
SLAddNode. The only difference: the
specialized methods return boolean instead of the input types.| Constructor and Description |
|---|
SLLessThanNode() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lessThan(long left,
long right) |
protected boolean |
lessThan(SLBigNumber left,
SLBigNumber right) |
protected Object |
typeError(Object left,
Object right) |
addExpressionTag, createWrapper, executeBoolean, executeGeneric, executeLong, executeVoid, hasTagaddRootTag, addStatementTag, formatSourceSection, getSourceCharIndex, getSourceEndIndex, getSourceLength, getSourceSection, hasSource, isInstrumentable, setSourceSection, setUnavailableSourceSection, toStringfindBlock, getVisibleVariablesIndexOnEnter, hasScope, setVisibleVariablesIndexOnEnter, setVisibleVariablesIndexOnExitaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecializeprotected boolean lessThan(long left,
long right)
protected boolean lessThan(SLBigNumber left, SLBigNumber right)