Class RENode.Disjunction
java.lang.Object
org.exoplatform.web.controller.regexp.RENode
org.exoplatform.web.controller.regexp.RENode.Disjunction
- Enclosing class:
RENode
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.web.controller.regexp.RENode
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 Summary
ConstructorsConstructorDescriptionDisjunction(RENode.Alternative alternative) Disjunction(RENode.Alternative alternative, RENode.Disjunction next) -
Method Summary
Modifier and TypeMethodDescription<E extends Exception>
voidvoidvoidgetNext()booleanbooleanhasNext()voidsetAlternative(RENode.Alternative alternative) voidsetNext(RENode.Disjunction next) toString()
-
Constructor Details
-
Disjunction
public Disjunction() -
Disjunction
-
Disjunction
-
Disjunction
-
-
Method Details
-
getAlternative
-
setAlternative
-
hasAlternative
public boolean hasAlternative() -
clearAlternative
public void clearAlternative() -
getNext
-
setNext
-
hasNext
public boolean hasNext() -
clearNext
public void clearNext() -
toString
-
accept
-