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 |
|---|
RENode.Disjunction() |
RENode.Disjunction(RENode.Alternative alternative) |
RENode.Disjunction(RENode.Alternative alternative,
RENode.Disjunction next) |
RENode.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 RENode.Disjunction()
public RENode.Disjunction(RENode.Alternative alternative)
public RENode.Disjunction(RENode.Alternative alternative, RENode.Disjunction next)
public RENode.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 © 2016 JBoss by Red Hat. All Rights Reserved.