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