public class NotParsableExpression extends RepeatExpression
Store the parsed string in Pool's string "notParsed".
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 and Description |
|---|
NotParsableExpression(Pool pl) |
| Modifier and Type | Method and Description |
|---|---|
void |
action(ParserEvent e)
Called in the course of the interpret operation at the end of a SUCCESSFUL interpret operation.
|
interpret, setPattern, toStringpublic NotParsableExpression(Pool pl)
public void action(ParserEvent e)
AbstractRegularExpressionaction in class AbstractRegularExpressionSubmit a bug : syd@jpicedt.org