public abstract static class RENode.CharacterClassExpr extends RENode
| Modifier and Type | Class and Description |
|---|---|
static class |
RENode.CharacterClassExpr.And |
static class |
RENode.CharacterClassExpr.Char |
static class |
RENode.CharacterClassExpr.Not |
static class |
RENode.CharacterClassExpr.Or |
static class |
RENode.CharacterClassExpr.Range |
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>| Modifier and Type | Method and Description |
|---|---|
RENode.CharacterClassExpr |
remove(char c)
Remove the specifed char from the expression.
|
RENode.CharacterClassExpr |
replace(char src,
char dst)
Remove the specifed char from the expression.
|
public RENode.CharacterClassExpr remove(char c)
c - the char to removepublic RENode.CharacterClassExpr replace(char src, char dst)
src - the char is substituteddst - the char that substitutesCopyright © 2018 JBoss by Red Hat. All Rights Reserved.