Package | Description |
---|---|
jflex |
Modifier and Type | Method and Description |
---|---|
void |
Macros.expand()
Expands all stored macros, so that getDefinition always returns
a defintion that doesn't contain any macro usages.
|
private RegExp |
Macros.expandMacro(java.lang.String name,
RegExp definition)
Expands the specified macro by replacing each macro usage
with the stored definition.
|