Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CToken : System.Object, Gregor.Core.IRange Custom Attributes: Description:
public CToken(Gregor.Core.TokenType type, System.String sCode, System.Int32 iPos, System.Int32 nLength) Custom Attributes: Description:
private System.String m_Code Custom Attributes: Description:
private System.Int32 m_Length Custom Attributes: Description:
private System.Int32 m_Position Custom Attributes: Description:
private Gregor.Core.TokenType m_Type Custom Attributes: Description:
public System.String Code {get;}
Custom Attributes:
Description:
private System.Int32 Gregor.Core.IRange.Begin {get;} // Gregor.Core.IRange.Begin
Custom Attributes:
Description:
private System.Int32 Gregor.Core.IRange.End {get;} // Gregor.Core.IRange.End
Custom Attributes:
Description:
private System.Int32 Gregor.Core.IRange.Length {get;} // Gregor.Core.IRange.Length
Custom Attributes:
Description:
public System.Int32 Length {get;}
Custom Attributes:
Description:
public System.Int32 Position {get;}
Custom Attributes:
Description:
public Gregor.Core.TokenType Type {get;}
Custom Attributes:
Description:
public System.String Value {get;}
Custom Attributes:
Description:
public System.String GetHint() Custom Attributes: Description:
public Gregor.Core.Location GetLocation() Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description: