| Package | Description |
|---|---|
| net.amygdalum.stringsearchalgorithms.patternsearch.chars | |
| net.amygdalum.stringsearchalgorithms.regex |
| Modifier and Type | Method and Description |
|---|---|
RegexNode |
GlushkovNormalizer.visitUnboundedLoop(UnboundedLoopNode node) |
Void |
GlushkovAnalyzer.visitUnboundedLoop(UnboundedLoopNode node) |
net.amygdalum.stringsearchalgorithms.patternsearch.chars.BestFactorAnalyzer.Factors |
BestFactorAnalyzer.visitUnboundedLoop(UnboundedLoopNode node) |
| Modifier and Type | Method and Description |
|---|---|
UnboundedLoopNode |
UnboundedLoopNode.clone() |
static UnboundedLoopNode |
UnboundedLoopNode.plus(RegexNode node) |
static UnboundedLoopNode |
UnboundedLoopNode.star(RegexNode node) |
static UnboundedLoopNode |
UnboundedLoopNode.unbounded(RegexNode node,
int from) |
| Modifier and Type | Method and Description |
|---|---|
T |
RegexNodeVisitor.visitUnboundedLoop(UnboundedLoopNode node) |
CharClassAnalyzer |
CharClassAnalyzer.visitUnboundedLoop(UnboundedLoopNode node) |
Copyright © 2016. All rights reserved.