| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(RegexNodeVisitor<T> visitor) |
static AlternativesNode |
anyOf(List<? extends RegexNode> nodes) |
static AlternativesNode |
anyOf(RegexNode... nodes) |
AlternativesNode |
clone() |
List<RegexNode> |
getSubNodes() |
RegexNode |
simplify() |
String |
toString() |
public static AlternativesNode anyOf(RegexNode... nodes)
public static AlternativesNode anyOf(List<? extends RegexNode> nodes)
public RegexNode simplify()
public <T> T accept(RegexNodeVisitor<T> visitor)
public AlternativesNode clone()
Copyright © 2017. All rights reserved.