|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
PC | Various PControl constants. |
PDisableActions | Disables the actions directive. |
PDisableCase | Disables the case sensitive directive. |
PDisableSkip | Disables the skip directive. |
PEnableActions | Enables the actions directive. |
PEnableCase | Enables the case-sensitive directive. |
PEnableSkip | Enables the skip directive. |
PFirstAlternative | Sets the alternatives directive to first mode, this will return the first
alternative in encountered in parsers like POr
and PTokens . |
PLongestAlternative | Sets the alternatives directive to longest mode, this will return the
longest of all matching alternatives in encountered in parsers like
POr and PTokens . |
PShortestAlternative | Sets the alternatives directive to shortest mode, this will return the
shortest of all matching alternatives in encountered in parsers like
POr and PTokens . |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |