public abstract class InputIndexOfNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
InputIndexOfNode() |
| Modifier and Type | Method and Description |
|---|---|
static InputIndexOfNode |
create() |
abstract int |
execute(Object input,
int fromIndex,
int maxIndex,
char[] chars) |
int |
indexOf(String input,
int fromIndex,
int maxIndex,
char[] chars) |
int |
indexOf(com.oracle.truffle.api.interop.TruffleObject input,
int fromIndex,
int maxIndex,
char[] chars,
InputCharAtNode charAtNode) |
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 InputIndexOfNode create()
public abstract int execute(Object input, int fromIndex, int maxIndex, char[] chars)
public int indexOf(String input, int fromIndex, int maxIndex, char[] chars)
public int indexOf(com.oracle.truffle.api.interop.TruffleObject input,
int fromIndex,
int maxIndex,
char[] chars,
InputCharAtNode charAtNode)