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

PerCederberg.Grammatica.Runtime.RE
Enum RepeatElement.RepeatType

System.Object
   |
   +--RepeatElement.RepeatType

   in RepeatElement.cs

The repeat type constants.


Field Summary
GREEDY = 1
          The greedy repeat type constant.
POSSESSIVE = 3
          The possesive repeat type constant.
RELUCTANT = 2
          The reluctant repeat type constant.
 

Field Detail

GREEDY

public GREEDY = 1
The greedy repeat type constant.

POSSESSIVE

public POSSESSIVE = 3
The possesive repeat type constant.

RELUCTANT

public RELUCTANT = 2
The reluctant repeat type constant.

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