Overview   Project   Class   Tree   Deprecated   Index 
Grammatica 1.5 Documentation
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

PerCederberg.Grammatica.Runtime
Enum TokenPattern.PatternType

System.Object
   |
   +--TokenPattern.PatternType

   in TokenPattern.cs

The pattern type enumeration.


Field Summary
REGEXP
          The regular expression pattern type is used for tokens that match a regular expression.
STRING
          The string pattern type is used for tokens that only match an exact string.
 

Field Detail

REGEXP

public REGEXP
The regular expression pattern type is used for tokens that match a regular expression.

STRING

public STRING
The string pattern type is used for tokens that only match an exact string.

 Overview   Project   Class   Tree   Deprecated   Index 
Grammatica 1.5 Documentation
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD