public abstract class InputEqualsNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
InputEqualsNode() |
| Modifier and Type | Method and Description |
|---|---|
static InputEqualsNode |
create() |
boolean |
equalsTruffleObjNoMask(com.oracle.truffle.api.interop.TruffleObject input,
String string,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode) |
boolean |
equalsTruffleObjWithMask(com.oracle.truffle.api.interop.TruffleObject input,
String string,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode) |
boolean |
execEquals(String input,
String string,
String mask) |
boolean |
execEqualsWithMask(String input,
String string,
String mask) |
abstract boolean |
execute(Object input,
String string,
String mask) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic static InputEqualsNode create()
public boolean equalsTruffleObjNoMask(com.oracle.truffle.api.interop.TruffleObject input,
String string,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode)
public boolean equalsTruffleObjWithMask(com.oracle.truffle.api.interop.TruffleObject input,
String string,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode)