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

PerCederberg.Grammatica.Parser.RE
Enum RepeatElement.RepeatType

System.Object
   |
   +--RepeatElement.RepeatType

   in RepeatElement.cs

The repeat type constants.


Field Summary
GREEDY = 1
          
POSSESSIVE = 3
          
RELUCTANT = 2
          
 

Field Detail

GREEDY

public GREEDY = 1

POSSESSIVE

public POSSESSIVE = 3

RELUCTANT

public RELUCTANT = 2

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