|
|||||||||
Home >> All >> jpicedt >> graphic >> io >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
jpicedt.graphic.io.parser
Interface ExpressionConstants

- All Known Implementing Classes:
- AbstractRegularExpression, Context, DefaultParser, InstanciationExpression, LaTeXParser, WhiteSpaces, WhiteSpacesOrEOL
- public interface ExpressionConstants
Constants used by subclasses of AbstractRegularExpression.
Field Summary | |
static int |
ANY_CHAR
constant for WildCharExpression |
static int |
ANY_CHAR_EOL
constant for WildCharExpression |
static int |
ANY_SIGN
sign for NumericalExpression |
static int |
AT_LEAST
RepeatExpression mode |
static int |
AT_MOST
RepeatExpression mode |
static boolean |
DEBUG
debug flag ; turn on for verbose parsing |
static int |
DOUBLE
type for NumericalExpression |
static int |
EOL
constant for WildCharExpression |
static int |
EXACTLY
RepeatExpression mode |
static int |
INTEGER
type for NumericalExpression |
static int |
NEGATIVE
sign for NumericalExpression |
static int |
NON_NULL
sign for NumericalExpression |
static int |
POSITIVE
sign for NumericalExpression |
static int |
STRICTLY_NEGATIVE
sign for NumericalExpression |
static int |
STRICTLY_POSITIVE
sign for NumericalExpression |
static WhiteSpaces |
WHITE_SPACES
placeholder for WildSpaces expression (which is used pretty often) |
static WhiteSpacesOrEOL |
WHITE_SPACES_OR_EOL
placeholder for WildSpacesOrEOL expression (which is used pretty often) |
Field Detail |
DEBUG
public static final boolean DEBUG
- debug flag ; turn on for verbose parsing
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- type for NumericalExpression
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- type for NumericalExpression
- See Also:
- Constant Field Values
ANY_SIGN
public static final int ANY_SIGN
- sign for NumericalExpression
- See Also:
- Constant Field Values
POSITIVE
public static final int POSITIVE
- sign for NumericalExpression
- See Also:
- Constant Field Values
NEGATIVE
public static final int NEGATIVE
- sign for NumericalExpression
- See Also:
- Constant Field Values
STRICTLY_POSITIVE
public static final int STRICTLY_POSITIVE
- sign for NumericalExpression
- See Also:
- Constant Field Values
STRICTLY_NEGATIVE
public static final int STRICTLY_NEGATIVE
- sign for NumericalExpression
- See Also:
- Constant Field Values
NON_NULL
public static final int NON_NULL
- sign for NumericalExpression
- See Also:
- Constant Field Values
EXACTLY
public static final int EXACTLY
- RepeatExpression mode
- See Also:
- Constant Field Values
AT_LEAST
public static final int AT_LEAST
- RepeatExpression mode
- See Also:
- Constant Field Values
AT_MOST
public static final int AT_MOST
- RepeatExpression mode
- See Also:
- Constant Field Values
ANY_CHAR
public static final int ANY_CHAR
- constant for WildCharExpression
- See Also:
- Constant Field Values
ANY_CHAR_EOL
public static final int ANY_CHAR_EOL
- constant for WildCharExpression
- See Also:
- Constant Field Values
EOL
public static final int EOL
- constant for WildCharExpression
- See Also:
- Constant Field Values
WHITE_SPACES
public static final WhiteSpaces WHITE_SPACES
- placeholder for WildSpaces expression (which is used pretty often)
WHITE_SPACES_OR_EOL
public static final WhiteSpacesOrEOL WHITE_SPACES_OR_EOL
- placeholder for WildSpacesOrEOL expression (which is used pretty often)
|
|||||||||
Home >> All >> jpicedt >> graphic >> io >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |