Uses of Class
jpicedt.format.input.util.Context
-
Packages that use Context 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. -
-
Uses of Context in jpicedt.format.input
Fields in jpicedt.format.input declared as Context Modifier and Type Field Description protected ContextDefaultParser. contextholds information about the current parser state -
Uses of Context in jpicedt.format.input.latex
Methods in jpicedt.format.input.latex with parameters of type Context Modifier and Type Method Description booleanPicEndExpression. interpret(Context context) -
Uses of Context in jpicedt.format.input.pstricks
Methods in jpicedt.format.input.pstricks with parameters of type Context Modifier and Type Method Description booleanPsObjectExpression. interpret(Context context)booleanPSTDotStyleExpression. interpret(Context context)booleanPSTFillStyleExpression. interpret(Context context) -
Uses of Context in jpicedt.format.input.util
Methods in jpicedt.format.input.util that return Context Modifier and Type Method Description ContextParserEvent. getContext()Methods in jpicedt.format.input.util with parameters of type Context Modifier and Type Method Description abstract booleanAbstractRegularExpression. interpret(Context c)Parses this expression, possibly using the given Context to fetch the String to interpret if this Expression is a leaf expression.booleanAlternateExpression. interpret(Context c)Calls "action" with value=Integer(index of first expression parsed with success, starting from 0).booleanEnclosingExpression. interpret(Context context)Call action() with value=enclosed stringbooleanLiteralExpression. interpret(Context c)booleanNumericalExpression. interpret(Context context)booleanOptionalExpression. interpret(Context c)booleanPicPointExpression. interpret(Context c)booleanRegExExpression. interpret(Context context)booleanRepeatExpression. interpret(Context c)booleanSequenceExpression. interpret(Context c)booleanStatementExpression. interpret(Context c)booleanWildCharExpression. interpret(Context context)booleanWordExpression. interpret(Context context)If parsing was successfull, sends a ParserEvent with value=string found (this may be an empty string)
-