Uses of Class
jpicedt.format.input.util.AlternateExpression
-
Packages that use AlternateExpression Package Description jpicedt.format.input jpicedt.format.input.eepic Parser grammar for the eepic format.jpicedt.format.input.latex Parser grammar for the LaTeX picture environment format.jpicedt.format.input.pstricks Pstricks grammar tree.jpicedt.format.input.util This package contains helper classes for building a parser based on the well-known RegExp scheme, yet with a strong object-oriented approach in mind. -
-
Uses of AlternateExpression in jpicedt.format.input
Fields in jpicedt.format.input declared as AlternateExpression Modifier and Type Field Description protected AlternateExpressionDefaultParser. headExpholds a reference to each supported grammar -
Uses of AlternateExpression in jpicedt.format.input.eepic
Subclasses of AlternateExpression in jpicedt.format.input.eepic Modifier and Type Class Description classEepicLineThicknessExpression\thinlines or \thicklines or (eepic) \ThicklinesclassEepicParserGrammar tree for the epic/eepic parser. -
Uses of AlternateExpression in jpicedt.format.input.latex
Subclasses of AlternateExpression in jpicedt.format.input.latex Modifier and Type Class Description classLaTeXParserGrammar rules for the LaTeX's picture environment parserclassPicBezierExpressionParser expression for :classPicColorExpressionjPicEdt syntax (ie lines starting with a %) color : filled/blacken/whiten/shadeclassPicGroupExpressionPicGroup:
%Begin group
...
%End group -
Uses of AlternateExpression in jpicedt.format.input.pstricks
Subclasses of AlternateExpression in jpicedt.format.input.pstricks Modifier and Type Class Description classEndPsPictureExpression\end{pspicture} and/or \endpspicture.
A REParserException.EndOfPicture is thrown when this expression gets successfully parsed, which give a chance to the receiver to end up the parsing process here.classPstricksParserRoot expression for the Pstricks parser, containing grammar rules for the pstricks format.classUserDefinedColorExpressionParse statement defining user-colours, that is : \\newgray{user-def colour name}{num} (where num is a gray scale specification b/w 0 and 1)
\\newrgbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1)
\\newhsbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1)
\\newcmykcolor{user-def-colour-name}{num1 num2 num3 num4} (where num are numbers b/w 0 and 1)
Colour names may contain letters and numbers. -
Uses of AlternateExpression in jpicedt.format.input.util
Subclasses of AlternateExpression in jpicedt.format.input.util Modifier and Type Class Description classRootExpressionThis is the super-class for head-expressions that contain grammar rule for a given format.
-