public class StringReaderExtUtils extends Object
| Constructor and Description |
|---|
StringReaderExtUtils() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.text.NText[] |
readJSDoubleQuotesString(StringReaderExt ar) |
static net.thevpc.nuts.text.NText[] |
readJSIdentifier(StringReaderExt ar) |
static net.thevpc.nuts.text.NText[] |
readJSSimpleQuotes(StringReaderExt ar) |
static net.thevpc.nuts.text.NText[] |
readNumber(StringReaderExt ar) |
static net.thevpc.nuts.text.NText[] |
readSlashSlashComments(StringReaderExt ar) |
static net.thevpc.nuts.text.NText[] |
readSlashStarComments(StringReaderExt ar) |
static net.thevpc.nuts.text.NText[] |
readSpaces(StringReaderExt ar) |
public static net.thevpc.nuts.text.NText[] readSpaces(StringReaderExt ar)
public static net.thevpc.nuts.text.NText[] readSlashSlashComments(StringReaderExt ar)
public static net.thevpc.nuts.text.NText[] readSlashStarComments(StringReaderExt ar)
public static net.thevpc.nuts.text.NText[] readJSDoubleQuotesString(StringReaderExt ar)
public static net.thevpc.nuts.text.NText[] readJSSimpleQuotes(StringReaderExt ar)
public static net.thevpc.nuts.text.NText[] readJSIdentifier(StringReaderExt ar)
public static net.thevpc.nuts.text.NText[] readNumber(StringReaderExt ar)
Copyright © 2025 vpc open source initiative. All rights reserved.