[Gregor.Core.CToken]

Gregor.Core.CToken

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CToken

: System.Object, Gregor.Core.IRange

Custom Attributes: 

Description: 


Members

CToken

public CToken(Gregor.Core.TokenType type, System.String sCode, System.Int32 iPos, System.Int32 nLength)

Custom Attributes: 

Description: 

m_Code

private System.String m_Code

Custom Attributes: 

Description: 

m_Length

private System.Int32 m_Length

Custom Attributes: 

Description: 

m_Position

private System.Int32 m_Position

Custom Attributes: 

Description: 

m_Type

private Gregor.Core.TokenType m_Type

Custom Attributes: 

Description: 

Code

public System.String Code {get;}

Custom Attributes: 

Description: 

Gregor.Core.IRange.Begin

private System.Int32 Gregor.Core.IRange.Begin {get;} // Gregor.Core.IRange.Begin

Custom Attributes: 

Description: 

Gregor.Core.IRange.End

private System.Int32 Gregor.Core.IRange.End {get;} // Gregor.Core.IRange.End

Custom Attributes: 

Description: 

Gregor.Core.IRange.Length

private System.Int32 Gregor.Core.IRange.Length {get;} // Gregor.Core.IRange.Length

Custom Attributes: 

Description: 

Length

public System.Int32 Length {get;}

Custom Attributes: 

Description: 

Position

public System.Int32 Position {get;}

Custom Attributes: 

Description: 

Type

public Gregor.Core.TokenType Type {get;}

Custom Attributes: 

Description: 

Value

public System.String Value {get;}

Custom Attributes: 

Description: 

GetHint

public System.String GetHint()

Custom Attributes: 

Description: 

GetLocation

public Gregor.Core.Location GetLocation()

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

Gregor.Core.IRange

Gregor.Core.Location

System.Int32

Gregor.Core.TokenType