|
|||||||||
| Home >> All >> jpicedt >> format >> latex >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jpicedt.format.latex.parser
Class LaTeXParser

java.lang.Objectjpicedt.graphic.io.parser.AbstractRegularExpression
jpicedt.graphic.io.parser.AlternateExpression
jpicedt.graphic.io.parser.RootExpression
jpicedt.format.latex.parser.LaTeXParser
- All Implemented Interfaces:
- jpicedt.graphic.io.parser.ExpressionConstants
- public class LaTeXParser
- extends jpicedt.graphic.io.parser.RootExpression
- implements jpicedt.graphic.io.parser.ExpressionConstants
- extends jpicedt.graphic.io.parser.RootExpression
Grammar rules for the LaTeX's picture environment parser
| Field Summary | |
static jpicedt.graphic.io.parser.Pool.Key |
KEY_ATTRIBUTES
key associated with the shared attribute set (PicAttributeSet) |
static jpicedt.graphic.io.parser.Pool.Key |
KEY_UNIT_LENGTH
key associated with unit-length parameter (double) |
private jpicedt.graphic.io.parser.Pool |
pool
|
| Fields inherited from class jpicedt.graphic.io.parser.AlternateExpression |
|
| Fields inherited from interface jpicedt.graphic.io.parser.ExpressionConstants |
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 Summary | |
LaTeXParser(jpicedt.graphic.io.parser.Pool pool)
Creates a new LaTeXParser, and build grammar rules |
|
| Method Summary | |
void |
reinit()
reinit LaTeX related parameters |
| Methods inherited from class jpicedt.graphic.io.parser.AlternateExpression |
add, getExpressionList, interpret, toString |
| Methods inherited from class jpicedt.graphic.io.parser.AbstractRegularExpression |
action |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
KEY_UNIT_LENGTH
public static final jpicedt.graphic.io.parser.Pool.Key KEY_UNIT_LENGTH
- key associated with unit-length parameter (double)
KEY_ATTRIBUTES
public static final jpicedt.graphic.io.parser.Pool.Key KEY_ATTRIBUTES
- key associated with the shared attribute set (PicAttributeSet)
pool
private jpicedt.graphic.io.parser.Pool pool
| Constructor Detail |
LaTeXParser
public LaTeXParser(jpicedt.graphic.io.parser.Pool pool)
- Creates a new LaTeXParser, and build grammar rules
| Method Detail |
reinit
public void reinit()
- reinit LaTeX related parameters
|
|||||||||
| Home >> All >> jpicedt >> format >> latex >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC