Class RENode.Group
java.lang.Object
org.exoplatform.web.controller.regexp.RENode
org.exoplatform.web.controller.regexp.RENode.Expr
org.exoplatform.web.controller.regexp.RENode.Group
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescription<E extends Exception>
voidgetType()voidsetDisjunction(RENode.Disjunction disjunction) voidprotected voidwriteTo(StringBuilder sb) Methods inherited from class org.exoplatform.web.controller.regexp.RENode.Expr
getMin, getQuantifier, setQuantifier, toString
-
Constructor Details
-
Group
- Throws:
NullPointerException
-
-
Method Details
-
getDisjunction
-
setDisjunction
-
getType
-
setType
-
writeTo
- Specified by:
writeToin classRENode.Expr
-
accept
-