Class RegexpToken
Inheritance
System.Object
    RegexpToken
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Parser
Assembly: Lucene.Net.QueryParser.dll
Syntax
public static class RegexpToken
  Fields
| Improve this Doc View SourceAND
RegularExpression Id.
Declaration
public const int AND = 8
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
CARAT
RegularExpression Id.
Declaration
public const int CARAT = 21
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
EOF
End of File.
Declaration
public const int EOF = 0
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
ESCAPED_CHAR
RegularExpression Id.
Declaration
public const int ESCAPED_CHAR = 2
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
FUZZY_SLOP
RegularExpression Id.
Declaration
public const int FUZZY_SLOP = 24
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
LPAREN
RegularExpression Id.
Declaration
public const int LPAREN = 13
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
MINUS
RegularExpression Id.
Declaration
public const int MINUS = 12
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
NOT
RegularExpression Id.
Declaration
public const int NOT = 10
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
NUM_CHAR
RegularExpression Id.
Declaration
public const int NUM_CHAR = 1
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
NUMBER
RegularExpression Id.
Declaration
public const int NUMBER = 28
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OP_COLON
RegularExpression Id.
Declaration
public const int OP_COLON = 15
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OP_EQUAL
RegularExpression Id.
Declaration
public const int OP_EQUAL = 16
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OP_LESSTHAN
RegularExpression Id.
Declaration
public const int OP_LESSTHAN = 17
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OP_LESSTHANEQ
RegularExpression Id.
Declaration
public const int OP_LESSTHANEQ = 18
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OP_MORETHAN
RegularExpression Id.
Declaration
public const int OP_MORETHAN = 19
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OP_MORETHANEQ
RegularExpression Id.
Declaration
public const int OP_MORETHANEQ = 20
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
OR
RegularExpression Id.
Declaration
public const int OR = 9
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
PLUS
RegularExpression Id.
Declaration
public const int PLUS = 11
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
QUOTED
RegularExpression Id.
Declaration
public const int QUOTED = 22
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
QUOTED_CHAR
RegularExpression Id.
Declaration
public const int QUOTED_CHAR = 6
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGE_GOOP
RegularExpression Id.
Declaration
public const int RANGE_GOOP = 33
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGE_QUOTED
RegularExpression Id.
Declaration
public const int RANGE_QUOTED = 32
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGE_TO
RegularExpression Id.
Declaration
public const int RANGE_TO = 29
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGEEX_END
RegularExpression Id.
Declaration
public const int RANGEEX_END = 31
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGEEX_START
RegularExpression Id.
Declaration
public const int RANGEEX_START = 27
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGEIN_END
RegularExpression Id.
Declaration
public const int RANGEIN_END = 30
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RANGEIN_START
RegularExpression Id.
Declaration
public const int RANGEIN_START = 26
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
REGEXPTERM
RegularExpression Id.
Declaration
public const int REGEXPTERM = 25
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RPAREN
RegularExpression Id.
Declaration
public const int RPAREN = 14
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
TERM
RegularExpression Id.
Declaration
public const int TERM = 23
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
TERM_CHAR
RegularExpression Id.
Declaration
public const int TERM_CHAR = 4
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
TERM_START_CHAR
RegularExpression Id.
Declaration
public const int TERM_START_CHAR = 3
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
WHITESPACE
RegularExpression Id.
Declaration
public const int WHITESPACE = 5
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |