public class LaTeXParser extends RootExpression implements ExpressionConstants
Modifier and Type | Field and Description |
---|---|
static Pool.Key |
KEY_ATTRIBUTES
key associated with the shared attribute set (PicAttributeSet)
|
static Pool.Key |
KEY_UNIT_LENGTH
key associated with unit-length parameter (double)
|
ANY_CHAR, ANY_CHAR_EOL, ANY_SIGN, AT_LEAST, AT_MOST, DEBUG, DOUBLE, EOL, EXACTLY, INTEGER, NEGATIVE, NON_NULL, POSITIVE, STRICTLY_NEGATIVE, STRICTLY_POSITIVE, WHITE_SPACES, WHITE_SPACES_OR_EOL
Constructor and Description |
---|
LaTeXParser(Pool pool)
Creates a new LaTeXParser, and build grammar rules
|
Modifier and Type | Method and Description |
---|---|
void |
reinit()
reinit LaTeX related parameters
|
add, getExpressionList, interpret, toString
action
public static final Pool.Key KEY_UNIT_LENGTH
public static final Pool.Key KEY_ATTRIBUTES
public LaTeXParser(Pool pool)
pool
- a hashmap used to share variables across the grammar treepublic void reinit()
reinit
in class RootExpression
Submit a bug : syd@jpicedt.org