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