Package | Description |
---|---|
org.joni | |
org.joni.ast |
Modifier and Type | Method and Description |
---|---|
private int |
ArrayCompiler.compileLengthStringRawNode(StringNode sn) |
private void |
Compiler.compileStringNode(StringNode node) |
private void |
Compiler.compileStringRawNode(StringNode sn) |
private Node |
Parser.parseStringLoop(StringNode node,
boolean group) |
private void |
Analyser.updateStringNodeCaseFoldMultiByte(StringNode sn) |
private void |
Analyser.updateStringNodeCaseFoldSingleByte(StringNode sn,
byte[] toLower) |
Modifier and Type | Field and Description |
---|---|
static StringNode |
StringNode.EMPTY |
Modifier and Type | Method and Description |
---|---|
static StringNode |
StringNode.fromCodePoint(int code,
org.jcodings.Encoding enc) |
StringNode |
StringNode.splitLastChar(org.jcodings.Encoding enc) |