public abstract class JSLeftShiftNode extends JSBinaryNode
leftNode, rightNodeINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
JSLeftShiftNode(JavaScriptNode left,
JavaScriptNode right) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaScriptNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
static JSLeftShiftNode |
create() |
static JavaScriptNode |
create(JavaScriptNode left,
JavaScriptNode right) |
protected BigInt |
doBigInt(BigInt a,
BigInt b) |
protected Object |
doDouble(double a,
double b,
JSLeftShiftNode leftShift,
JSToInt32Node leftInt32,
JSToUInt32Node rightUInt32) |
protected static Object |
doGeneric(Object a,
Object b,
com.oracle.truffle.api.nodes.Node node,
JSLeftShiftNode leftShift,
JSToNumericNode leftToNumeric,
JSToNumericNode rightToNumeric,
com.oracle.truffle.api.profiles.InlinedBranchProfile mixedNumericTypes) |
protected int |
doInteger(int a,
int b) |
protected int |
doIntegerDouble(int a,
double b) |
protected Object |
doOverloaded(Object a,
Object b,
JSOverloadedBinaryNode overloadedOperatorNode) |
abstract Object |
executeObject(Object a,
Object b) |
protected com.oracle.truffle.api.strings.TruffleString |
getOverloadedOperatorName() |
ensureBothSameNumericType, expressionToString, getLeft, getNodeObject, getRight, hasTag, largerThan2e32addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, 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 JSLeftShiftNode(JavaScriptNode left, JavaScriptNode right)
public static JavaScriptNode create(JavaScriptNode left, JavaScriptNode right)
protected int doInteger(int a,
int b)
protected int doIntegerDouble(int a,
double b)
protected Object doDouble(double a, double b, JSLeftShiftNode leftShift, JSToInt32Node leftInt32, JSToUInt32Node rightUInt32)
protected Object doOverloaded(Object a, Object b, JSOverloadedBinaryNode overloadedOperatorNode)
protected com.oracle.truffle.api.strings.TruffleString getOverloadedOperatorName()
protected static Object doGeneric(Object a, Object b, com.oracle.truffle.api.nodes.Node node, JSLeftShiftNode leftShift, JSToNumericNode leftToNumeric, JSToNumericNode rightToNumeric, com.oracle.truffle.api.profiles.InlinedBranchProfile mixedNumericTypes)
public static JSLeftShiftNode create()
protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
copyUninitialized in class JavaScriptNode