public class PSTInstanciationExpression extends LiteralExpression implements ExpressionConstants
Pool.currentGroup)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 |
|---|
PSTInstanciationExpression(java.lang.String tag,
Element prototype,
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.
|
java.lang.String |
toString() |
interpretpublic PSTInstanciationExpression(java.lang.String tag,
Element prototype,
Pool pl)
tag - expression to be matchedprototype - element to be instanciated by cloningpl - pool where to add the instanciated element ; also used to fetch the current attribute set for PsTrickspublic void action(ParserEvent e) throws REParserException
AbstractRegularExpressionaction in class AbstractRegularExpressionREParserExceptionpublic java.lang.String toString()
toString in class LiteralExpressionSubmit a bug : syd@jpicedt.org