Package org.jline.builtins
Class Nano.HighlightRule
java.lang.Object
org.jline.builtins.Nano.HighlightRule
- Enclosing class:
- Nano
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Pattern
private Pattern
private Pattern
private final AttributedStyle
private final Nano.HighlightRule.RuleType
-
Constructor Summary
ConstructorsConstructorDescriptionHighlightRule
(AttributedStyle style, Pattern pattern) HighlightRule
(AttributedStyle style, Pattern start, Pattern end) -
Method Summary
Modifier and TypeMethodDescriptionstatic Nano.HighlightRule.RuleType
evalRuleType
(List<String> colorCfg) getEnd()
getStart()
getStyle()
getType()
-
Field Details
-
type
-
pattern
-
style
-
start
-
end
-
-
Constructor Details
-
HighlightRule
-
HighlightRule
-
-
Method Details
-
getType
-
getStyle
-
getPattern
-
getStart
-
getEnd
-
evalRuleType
-