public abstract class InputStartsWithNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
InputStartsWithNode() |
| Modifier and Type | Method and Description |
|---|---|
static InputStartsWithNode |
create() |
abstract boolean |
execute(Object input,
String prefix,
String mask) |
boolean |
startsWith(String input,
String prefix,
String mask) |
boolean |
startsWithTruffleObjNoMask(com.oracle.truffle.api.interop.TruffleObject input,
String prefix,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode) |
boolean |
startsWithTruffleObjWithMask(com.oracle.truffle.api.interop.TruffleObject input,
String prefix,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode) |
boolean |
startsWithWithMask(String input,
String prefix,
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 InputStartsWithNode create()
public boolean startsWithTruffleObjNoMask(com.oracle.truffle.api.interop.TruffleObject input,
String prefix,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode)
public boolean startsWithTruffleObjWithMask(com.oracle.truffle.api.interop.TruffleObject input,
String prefix,
String mask,
InputLengthNode lengthNode,
InputCharAtNode charAtNode)