RENode.Alternative, RENode.Any, RENode.Assertion, RENode.Atom, RENode.Char, RENode.CharacterClass, RENode.CharacterClassExpr, RENode.Disjunction, RENode.Expr, RENode.Group, RENode.NonNullableRef<N extends RENode>, RENode.NullableRef<N extends RENode>, RENode.Ref<N extends RENode>| Constructor and Description |
|---|
Disjunction() |
Disjunction(RENode.Alternative alternative) |
Disjunction(RENode.Alternative alternative,
RENode.Disjunction next) |
Disjunction(RENode.Disjunction next) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
accept(REVisitor<E> visitor) |
void |
clearAlternative() |
void |
clearNext() |
RENode.Alternative |
getAlternative() |
RENode.Disjunction |
getNext() |
boolean |
hasAlternative() |
boolean |
hasNext() |
void |
setAlternative(RENode.Alternative alternative) |
void |
setNext(RENode.Disjunction next) |
String |
toString() |
public Disjunction()
public Disjunction(RENode.Alternative alternative)
public Disjunction(RENode.Alternative alternative, RENode.Disjunction next)
public Disjunction(RENode.Disjunction next)
public RENode.Alternative getAlternative()
public void setAlternative(RENode.Alternative alternative)
public boolean hasAlternative()
public void clearAlternative()
public RENode.Disjunction getNext()
public void setNext(RENode.Disjunction next)
public boolean hasNext()
public void clearNext()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.