| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<CharRange> |
CharClass.ranges
The list of character ranges.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CharRange.compareTo(CharRange other) |
void |
PrettyPrinter.visit(CharRange r)
Print the specified character range.
|
| Constructor and Description |
|---|
CharClass(boolean exclusive,
java.util.List<CharRange> ranges)
Create a new character class.
|
CharClass(java.util.List<CharRange> ranges)
Create a new, non-exclusive character class.
|
Copyright © 2014. All Rights Reserved.