Class TruffleString.LastByteIndexOfCodePointNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.strings.TruffleString.LastByteIndexOfCodePointNode
- All Implemented Interfaces:
NodeInterface,Cloneable
- Enclosing class:
TruffleString
TruffleString.LastIndexOfCodePointNode, but with byte indices.- Since:
- 22.1
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
Node.Child, Node.Children -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newTruffleString.LastByteIndexOfCodePointNode.abstract intexecute(AbstractTruffleString a, int codepoint, int fromByteIndex, int toByteIndex, TruffleString.Encoding expectedEncoding) TruffleString.LastIndexOfCodePointNode, but with byte indices.Get the uncached version ofTruffleString.LastByteIndexOfCodePointNode.Methods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
-
Method Details
-
execute
public abstract int execute(AbstractTruffleString a, int codepoint, int fromByteIndex, int toByteIndex, TruffleString.Encoding expectedEncoding) TruffleString.LastIndexOfCodePointNode, but with byte indices.- Since:
- 22.1
-
create
Create a newTruffleString.LastByteIndexOfCodePointNode.- Since:
- 22.1
-
getUncached
Get the uncached version ofTruffleString.LastByteIndexOfCodePointNode.- Since:
- 22.1
-