public class WinCmdBlocTextHighlighter extends Object implements net.thevpc.nuts.spi.NCodeHighlighter
| Constructor and Description |
|---|
WinCmdBlocTextHighlighter(net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NText |
commandToNode(String text,
net.thevpc.nuts.text.NTexts txt) |
String |
getId() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
net.thevpc.nuts.text.NText |
next(StringReaderExt reader,
boolean exitOnClosedCurlBrace,
boolean exitOnClosedPar,
boolean exitOnDblQuote,
boolean exitOnAntiQuote,
net.thevpc.nuts.text.NTexts txt) |
net.thevpc.nuts.text.NText |
nextDoubleQuotes(StringReaderExt reader) |
net.thevpc.nuts.text.NText |
stringToText(String text,
net.thevpc.nuts.text.NTexts txt) |
net.thevpc.nuts.text.NText |
tokenToText(String text,
String nodeType,
net.thevpc.nuts.text.NTexts txt) |
public WinCmdBlocTextHighlighter(net.thevpc.nuts.NWorkspace workspace)
public String getId()
getId in interface net.thevpc.nuts.spi.NCodeHighlighterpublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NCodeHighlightergetSupportLevel in interface net.thevpc.nuts.spi.NComponentpublic net.thevpc.nuts.text.NText stringToText(String text, net.thevpc.nuts.text.NTexts txt)
stringToText in interface net.thevpc.nuts.spi.NCodeHighlighterpublic net.thevpc.nuts.text.NText tokenToText(String text, String nodeType, net.thevpc.nuts.text.NTexts txt)
tokenToText in interface net.thevpc.nuts.spi.NCodeHighlighterpublic net.thevpc.nuts.text.NText next(StringReaderExt reader, boolean exitOnClosedCurlBrace, boolean exitOnClosedPar, boolean exitOnDblQuote, boolean exitOnAntiQuote, net.thevpc.nuts.text.NTexts txt)
public net.thevpc.nuts.text.NText nextDoubleQuotes(StringReaderExt reader)
public net.thevpc.nuts.text.NText commandToNode(String text, net.thevpc.nuts.text.NTexts txt)
Copyright © 2025 vpc open source initiative. All rights reserved.