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