Class IsIdenticalStringNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.JavaScriptNode
com.oracle.truffle.js.nodes.unary.JSUnaryNode
com.oracle.truffle.js.nodes.unary.IsIdenticalBaseNode
com.oracle.truffle.js.nodes.unary.IsIdenticalStringNode
- All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, RepeatableNode, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.ChildrenNested classes/interfaces inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode
com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.oracle.truffle.api.strings.TruffleStringFields inherited from class IsIdenticalBaseNode
leftConstantFields inherited from class JSUnaryNode
operandNodeFields inherited from class JavaScriptNode
INTERMEDIATE_VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIsIdenticalStringNode(com.oracle.truffle.api.strings.TruffleString string, JavaScriptNode operand, boolean leftConstant) -
Method Summary
Modifier and TypeMethodDescriptionprotected JavaScriptNodecopyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) static IsIdenticalStringNodecreate(com.oracle.truffle.api.strings.TruffleString string, JavaScriptNode operand, boolean leftConstant) protected booleanprotected booleandoString(com.oracle.truffle.api.strings.TruffleString other, com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode) protected ObjectMethods inherited from class IsIdenticalBaseNode
hasTag, isResultAlwaysOfType, materializeInstrumentableNodesMethods inherited from class JSUnaryNode
expressionToString, getNodeObject, getOperandMethods inherited from class JavaScriptNode
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeVoid, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, onReplace, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsMethods inherited from class JavaScriptBaseNode
getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplaceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode
createProbe, findNearestNodeAt, findNearestNodeAt, findProbe
-
Field Details
-
string
protected final com.oracle.truffle.api.strings.TruffleString string
-
-
Constructor Details
-
IsIdenticalStringNode
protected IsIdenticalStringNode(com.oracle.truffle.api.strings.TruffleString string, JavaScriptNode operand, boolean leftConstant)
-
-
Method Details
-
doString
protected boolean doString(com.oracle.truffle.api.strings.TruffleString other, com.oracle.truffle.api.strings.TruffleString.EqualNode equalsNode) -
doOther
-
create
public static IsIdenticalStringNode create(com.oracle.truffle.api.strings.TruffleString string, JavaScriptNode operand, boolean leftConstant) -
copyUninitialized
protected JavaScriptNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) - Overrides:
copyUninitializedin classJavaScriptNode
-
getConstantValue
- Specified by:
getConstantValuein classIsIdenticalBaseNode
-