Class RENode.CharacterClassExpr
java.lang.Object
org.exoplatform.web.controller.regexp.RENode
org.exoplatform.web.controller.regexp.RENode.CharacterClassExpr
- Direct Known Subclasses:
RENode.CharacterClassExpr.And,RENode.CharacterClassExpr.Char,RENode.CharacterClassExpr.Not,RENode.CharacterClassExpr.Or,RENode.CharacterClassExpr.Range
- Enclosing class:
RENode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.exoplatform.web.controller.regexp.RENode
RENode.Alternative, RENode.Any, RENode.Assertion, RENode.Atom, 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> -
Method Summary
-
Method Details
-
remove
Remove the specifed char from the expression.- Parameters:
c- the char to remove- Returns:
- the replacement for this node
-
replace
Remove the specifed char from the expression.- Parameters:
src- the char is substituteddst- the char that substitutes- Returns:
- the replacement for this node
-