| Package | Description |
|---|---|
| org.textmapper.lapg | |
| org.textmapper.lapg.api | |
| org.textmapper.lapg.api.builder | |
| org.textmapper.lapg.api.regex | |
| org.textmapper.lapg.lex | |
| org.textmapper.lapg.regex |
| Modifier and Type | Method and Description |
|---|---|
static RegexPart |
LapgCore.parse(String alias,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
static RegexMatcher |
LapgCore.createMatcher(RegexPart regex,
RegexContext context) |
| Modifier and Type | Method and Description |
|---|---|
static RegexContext |
LapgCore.createContext(Map<String,RegexPart> map) |
| Modifier and Type | Method and Description |
|---|---|
RegexPart |
NamedPattern.getRegexp() |
RegexPart |
LexerRule.getRegexp() |
| Modifier and Type | Method and Description |
|---|---|
LexerRule |
GrammarBuilder.addLexerRule(int kind,
Terminal sym,
RegexPart regexp,
Iterable<LexerState> states,
int priority,
LexerRule classLexerRule,
SourceElement origin) |
NamedPattern |
GrammarBuilder.addPattern(String name,
RegexPart regexp,
SourceElement origin) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RegexAny |
interface |
RegexChar |
interface |
RegexEmpty |
interface |
RegexExpand |
interface |
RegexList |
interface |
RegexOr |
interface |
RegexQuantifier |
interface |
RegexRange |
interface |
RegexSet |
| Modifier and Type | Method and Description |
|---|---|
RegexPart |
RegexQuantifier.getInner() |
RegexPart |
RegexContext.resolvePattern(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RegexPart> |
RegexSet.getCharset() |
Collection<RegexPart> |
RegexList.getElements() |
Collection<RegexPart> |
RegexOr.getVariants() |
| Modifier and Type | Method and Description |
|---|---|
RegexInstruction[] |
RegexpCompiler.compile(int number,
RegexPart regex) |
| Modifier and Type | Method and Description |
|---|---|
static RegexPart |
RegexFacade.parse(String alias,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
static RegexMatcher |
RegexFacade.createMatcher(RegexPart regex,
RegexContext context) |
abstract void |
RegexCompilingSwitch.yield(RegexPart part,
boolean optional,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
static RegexContext |
RegexFacade.createContext(Map<String,RegexPart> map) |
Copyright © 2014. All rights reserved.