public static final class Macro.Variable
extends java.lang.Object
Constructor and Description |
---|
Variable(java.lang.String _name,
org.xml.sax.Locator loc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(java.util.Map dictionary)
Replaces this token with its definition in the dictionary file.
|
public Variable(java.lang.String _name, org.xml.sax.Locator loc)
_name
- variable name.loc
- Location of the occurence of this variable.
used for error messages.public java.lang.String toString(java.util.Map dictionary) throws NoDefinitionException
NoDefinitionException