|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.format.input.util.AbstractRegularExpression
jpicedt.format.input.util.AlternateExpression
jpicedt.format.input.pstricks.EndPsPictureExpression
public class EndPsPictureExpression
\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.
Field Summary |
---|
Fields inherited from interface jpicedt.format.input.util.ExpressionConstants |
---|
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 Summary | |
---|---|
EndPsPictureExpression()
|
Method Summary | |
---|---|
void |
action(ParserEvent e)
Called in the course of the interpret operation at the end of a SUCCESSFUL interpret operation. |
Methods inherited from class jpicedt.format.input.util.AlternateExpression |
---|
add, getExpressionList, interpret, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EndPsPictureExpression()
Method Detail |
---|
public void action(ParserEvent e) throws REParserException
AbstractRegularExpression
action
in class AbstractRegularExpression
REParserException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |