Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public enum Gregor.Core.TokenType : System.Enum, System.IComparable, System.IFormattable, System.IConvertible Custom Attributes: Description:
public const Gregor.Core.TokenType Ampersand = 21 Custom Attributes: Description:
public const Gregor.Core.TokenType Assignment = 10 Custom Attributes: Description:
public const Gregor.Core.TokenType At = 15 Custom Attributes: Description:
public const Gregor.Core.TokenType Char = 6 Custom Attributes: Description:
public const Gregor.Core.TokenType CloseAngle = 30 Custom Attributes: Description:
public const Gregor.Core.TokenType CloseBrace = 34 Custom Attributes: Description:
public const Gregor.Core.TokenType CloseBracket = 32 Custom Attributes: Description:
public const Gregor.Core.TokenType CloseParens = 28 Custom Attributes: Description:
public const Gregor.Core.TokenType Colon = 14 Custom Attributes: Description:
public const Gregor.Core.TokenType Comma = 12 Custom Attributes: Description:
public const Gregor.Core.TokenType Comment = 3 Custom Attributes: Description:
public const Gregor.Core.TokenType Divide = 26 Custom Attributes: Description:
public const Gregor.Core.TokenType Exclamation = 19 Custom Attributes: Description:
public const Gregor.Core.TokenType FpNumber = 8 Custom Attributes: Description:
public const Gregor.Core.TokenType Hat = 17 Custom Attributes: Description:
public const Gregor.Core.TokenType IntNumber = 7 Custom Attributes: Description:
public const Gregor.Core.TokenType Minus = 24 Custom Attributes: Description:
public const Gregor.Core.TokenType OpenAngle = 29 Custom Attributes: Description:
public const Gregor.Core.TokenType OpenBrace = 33 Custom Attributes: Description:
public const Gregor.Core.TokenType OpenBracket = 31 Custom Attributes: Description:
public const Gregor.Core.TokenType OpenParens = 27 Custom Attributes: Description:
public const Gregor.Core.TokenType Percent = 20 Custom Attributes: Description:
public const Gregor.Core.TokenType Pipe = 22 Custom Attributes: Description:
public const Gregor.Core.TokenType Plus = 23 Custom Attributes: Description:
public const Gregor.Core.TokenType Point = 11 Custom Attributes: Description:
public const Gregor.Core.TokenType Preprocessor = 2 Custom Attributes: Description:
public const Gregor.Core.TokenType QuestionMark = 16 Custom Attributes: Description:
public const Gregor.Core.TokenType Semicolon = 13 Custom Attributes: Description:
public const Gregor.Core.TokenType Star = 25 Custom Attributes: Description:
public const Gregor.Core.TokenType String = 4 Custom Attributes: Description:
public const Gregor.Core.TokenType Tilde = 18 Custom Attributes: Description:
public const Gregor.Core.TokenType Unresolved = 0 Custom Attributes: Description:
public System.Int32 value__ Custom Attributes: Description:
public const Gregor.Core.TokenType VerbatimString = 5 Custom Attributes: Description:
public const Gregor.Core.TokenType Whitespace = 1 Custom Attributes: Description:
public const Gregor.Core.TokenType Word = 9 Custom Attributes: Description: