[Gregor.Core.TokenType]

Gregor.Core.TokenType

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.TokenType

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: 

Description: 


Members

Ampersand

public const Gregor.Core.TokenType Ampersand = 21

Custom Attributes: 

Description: 

Assignment

public const Gregor.Core.TokenType Assignment = 10

Custom Attributes: 

Description: 

At

public const Gregor.Core.TokenType At = 15

Custom Attributes: 

Description: 

Char

public const Gregor.Core.TokenType Char = 6

Custom Attributes: 

Description: 

CloseAngle

public const Gregor.Core.TokenType CloseAngle = 30

Custom Attributes: 

Description: 

CloseBrace

public const Gregor.Core.TokenType CloseBrace = 34

Custom Attributes: 

Description: 

CloseBracket

public const Gregor.Core.TokenType CloseBracket = 32

Custom Attributes: 

Description: 

CloseParens

public const Gregor.Core.TokenType CloseParens = 28

Custom Attributes: 

Description: 

Colon

public const Gregor.Core.TokenType Colon = 14

Custom Attributes: 

Description: 

Comma

public const Gregor.Core.TokenType Comma = 12

Custom Attributes: 

Description: 

Comment

public const Gregor.Core.TokenType Comment = 3

Custom Attributes: 

Description: 

Divide

public const Gregor.Core.TokenType Divide = 26

Custom Attributes: 

Description: 

Exclamation

public const Gregor.Core.TokenType Exclamation = 19

Custom Attributes: 

Description: 

FpNumber

public const Gregor.Core.TokenType FpNumber = 8

Custom Attributes: 

Description: 

Hat

public const Gregor.Core.TokenType Hat = 17

Custom Attributes: 

Description: 

IntNumber

public const Gregor.Core.TokenType IntNumber = 7

Custom Attributes: 

Description: 

Minus

public const Gregor.Core.TokenType Minus = 24

Custom Attributes: 

Description: 

OpenAngle

public const Gregor.Core.TokenType OpenAngle = 29

Custom Attributes: 

Description: 

OpenBrace

public const Gregor.Core.TokenType OpenBrace = 33

Custom Attributes: 

Description: 

OpenBracket

public const Gregor.Core.TokenType OpenBracket = 31

Custom Attributes: 

Description: 

OpenParens

public const Gregor.Core.TokenType OpenParens = 27

Custom Attributes: 

Description: 

Percent

public const Gregor.Core.TokenType Percent = 20

Custom Attributes: 

Description: 

Pipe

public const Gregor.Core.TokenType Pipe = 22

Custom Attributes: 

Description: 

Plus

public const Gregor.Core.TokenType Plus = 23

Custom Attributes: 

Description: 

Point

public const Gregor.Core.TokenType Point = 11

Custom Attributes: 

Description: 

Preprocessor

public const Gregor.Core.TokenType Preprocessor = 2

Custom Attributes: 

Description: 

QuestionMark

public const Gregor.Core.TokenType QuestionMark = 16

Custom Attributes: 

Description: 

Semicolon

public const Gregor.Core.TokenType Semicolon = 13

Custom Attributes: 

Description: 

Star

public const Gregor.Core.TokenType Star = 25

Custom Attributes: 

Description: 

String

public const Gregor.Core.TokenType String = 4

Custom Attributes: 

Description: 

Tilde

public const Gregor.Core.TokenType Tilde = 18

Custom Attributes: 

Description: 

Unresolved

public const Gregor.Core.TokenType Unresolved = 0

Custom Attributes: 

Description: 

value__

public System.Int32 value__

Custom Attributes: 

Description: 

VerbatimString

public const Gregor.Core.TokenType VerbatimString = 5

Custom Attributes: 

Description: 

Whitespace

public const Gregor.Core.TokenType Whitespace = 1

Custom Attributes: 

Description: 

Word

public const Gregor.Core.TokenType Word = 9

Custom Attributes: 

Description: 


See Also

System.Enum

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.TokenType