Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.format.latex.parser
Class LaTeXParser  view LaTeXParser download LaTeXParser.java

java.lang.Object
  extended byjpicedt.graphic.io.parser.AbstractRegularExpression
      extended byjpicedt.graphic.io.parser.AlternateExpression
          extended byjpicedt.graphic.io.parser.RootExpression
              extended byjpicedt.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

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