Uses of Class
jflex.exceptions.MacroException
Packages that use MacroException
-
Uses of MacroException in jflex.core
Methods in jflex.core that throw MacroExceptionModifier and TypeMethodDescriptionvoid
Macros.expand()
Expands all stored macros, so that getDefinition always returns a definition that doesn't contain any macro usages.private RegExp
Macros.expandMacro
(String name, RegExp definition) Expands the specified macro by replacing each macro usage with the stored definition.