public class RegExNode
extends CommonAST
| Constructor and Description |
|---|
RegExNode(int tokenType,
java.lang.String text,
boolean caseSensitive,
boolean regex) |
| Modifier and Type | Method and Description |
|---|---|
java.util.regex.Pattern |
getPattern() |