Package jsyntaxpane.util
Class Configuration.StringKeyMatcher
java.lang.Object
jsyntaxpane.util.Configuration.StringKeyMatcher
- Enclosing class:
- Configuration
Utility class to hold data for
Configuration.getKeys(java.util.regex.Pattern)
method.-
Field Summary
Fields -
Method Summary
-
Field Details
-
key
The full key matched -
matcher
matcher instance for the key -
group1
Matched group 1. Could be null if no Group 1 is found -
value
Value for key matched
-