Package | Description |
---|---|
jpicedt.format.input | |
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.
|
Modifier and Type | Field and Description |
---|---|
protected Context |
DefaultParser.context
holds information about the current parser state
|
Modifier and Type | Method and Description |
---|---|
boolean |
PicEndExpression.interpret(Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
PSTDotStyleExpression.interpret(Context context) |
boolean |
PSTFillStyleExpression.interpret(Context context) |
boolean |
PsObjectExpression.interpret(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
ParserEvent.getContext() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractRegularExpression.interpret(Context c)
Parses this expression, possibly using the given Context to fetch the String to interpret
if this Expression is a leaf expression.
|
boolean |
AlternateExpression.interpret(Context c)
Calls "action" with value=Integer(index of first expression parsed with success,
starting from 0).
|
boolean |
EnclosingExpression.interpret(Context context)
Call action() with value=enclosed string
|
boolean |
LiteralExpression.interpret(Context c) |
boolean |
NumericalExpression.interpret(Context context) |
boolean |
OptionalExpression.interpret(Context c) |
boolean |
PicPointExpression.interpret(Context c) |
boolean |
RegExExpression.interpret(Context context) |
boolean |
RepeatExpression.interpret(Context c) |
boolean |
SequenceExpression.interpret(Context c) |
boolean |
StatementExpression.interpret(Context c) |
boolean |
WildCharExpression.interpret(Context context) |
boolean |
WordExpression.interpret(Context context)
If parsing was successfull, sends a ParserEvent with value=string found (this may be an empty string)
|
Submit a bug : syd@jpicedt.org