| Package | Description |
|---|---|
| org.textmapper.lapg.api.regex | |
| org.textmapper.lapg.common | |
| org.textmapper.lapg.lex | |
| org.textmapper.lapg.unicode |
| Modifier and Type | Method and Description |
|---|---|
CharacterSet |
RegexSet.getSet() |
| Modifier and Type | Class and Description |
|---|---|
class |
CharacterSetImpl
Handles set of unicode characters.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterSet |
CharacterSetImpl.Builder.create() |
CharacterSet |
CharacterSetImpl.Builder.create(boolean inverted) |
CharacterSet |
CharacterSetImpl.Builder.intersect(CharacterSet set1,
CharacterSet set2) |
CharacterSet |
CharacterSetImpl.Builder.subtract(CharacterSet set1,
CharacterSet set2) |
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterSetImpl.Builder.addSet(CharacterSet set) |
CharacterSet |
CharacterSetImpl.Builder.intersect(CharacterSet set1,
CharacterSet set2) |
CharacterSet |
CharacterSetImpl.Builder.subtract(CharacterSet set1,
CharacterSet set2) |
| Modifier and Type | Method and Description |
|---|---|
int |
LexerInputSymbols.addSet(CharacterSet set) |
| Modifier and Type | Method and Description |
|---|---|
CharacterSet |
UnicodeData.getCharacterSet(String propertyName) |
Copyright © 2014. All rights reserved.