public abstract class JSComplementNode extends JSUnaryNode
operandNodeINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
JSComplementNode(JavaScriptNode operand) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static JSComplementNode |
create(JavaScriptNode operand) |
protected BigInt |
doBigInt(BigInt a) |
protected int |
doDouble(double a,
JSToInt32Node toInt32Node) |
protected Object |
doGeneric(com.oracle.truffle.api.frame.VirtualFrame frame,
Object value,
JSToNumericNode toNumericNode,
JSComplementNode recursive) |
protected int |
doInteger(int a) |
protected Object |
doOverloaded(JSOverloadedOperatorsObject a,
JSOverloadedUnaryNode overloadedOperatorNode) |
protected int |
doSafeInteger(SafeInteger a) |
protected com.oracle.truffle.api.strings.TruffleString |
getOverloadedOperatorName() |
boolean |
hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag) |
boolean |
isResultAlwaysOfType(Class<?> clazz) |
createWrapper, execute, expressionToString, getNodeObject, getOperandaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected JSComplementNode(JavaScriptNode operand)
public static JSComplementNode create(JavaScriptNode operand)
public boolean hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag)
hasTag in interface com.oracle.truffle.api.instrumentation.InstrumentableNodehasTag in class JavaScriptNodeprotected int doInteger(int a)
protected int doSafeInteger(SafeInteger a)
protected int doDouble(double a,
JSToInt32Node toInt32Node)
protected Object doOverloaded(JSOverloadedOperatorsObject a, JSOverloadedUnaryNode overloadedOperatorNode)
protected com.oracle.truffle.api.strings.TruffleString getOverloadedOperatorName()
protected Object doGeneric(com.oracle.truffle.api.frame.VirtualFrame frame, Object value, JSToNumericNode toNumericNode, JSComplementNode recursive)
public boolean isResultAlwaysOfType(Class<?> clazz)
isResultAlwaysOfType in class JavaScriptNodeprotected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode