Class RENode.Any
java.lang.Object
org.exoplatform.web.controller.regexp.RENode
org.exoplatform.web.controller.regexp.RENode.Expr
org.exoplatform.web.controller.regexp.RENode.Atom
org.exoplatform.web.controller.regexp.RENode.Any
- 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>
voidprotected voidwriteTo(StringBuilder sb) Methods inherited from class org.exoplatform.web.controller.regexp.RENode.Expr
getMin, getQuantifier, setQuantifier, toString
-
Constructor Details
-
Any
public Any()
-
-
Method Details
-
writeTo
- Specified by:
writeToin classRENode.Expr
-
accept
-