Uses of Class
org.jline.builtins.Nano.HighlightRule
-
Packages that use Nano.HighlightRule Package Description org.jline.builtins -
-
Uses of Nano.HighlightRule in org.jline.builtins
Fields in org.jline.builtins with type parameters of type Nano.HighlightRule Modifier and Type Field Description private java.util.List<Nano.HighlightRule>
Nano.NanorcParser. highlightRules
private java.util.List<Nano.HighlightRule>
Nano.SyntaxHighlighter. rules
Methods in org.jline.builtins that return types with arguments of type Nano.HighlightRule Modifier and Type Method Description java.util.List<Nano.HighlightRule>
Nano.NanorcParser. getHighlightRules()
Method parameters in org.jline.builtins with type arguments of type Nano.HighlightRule Modifier and Type Method Description private void
Nano.SyntaxHighlighter. addRules(java.util.List<Nano.HighlightRule> rules)
-