public interface RegexPart
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(RegexSwitch<T> switch_) |
String |
getConstantValue() |
int |
getLength(RegexContext context) |
boolean |
isConstant() |
boolean isConstant()
String getConstantValue()
int getLength(RegexContext context)
<T> T accept(RegexSwitch<T> switch_)
Copyright © 2014. All rights reserved.