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