C# Class ilcclib.Tokenizer.CToken

Show file Open project: soywiz/ilcc Class Usage Examples

Public Properties

Property Type Description
Position CTokenPosition
Raw string
Type CTokenType

Public Methods

Method Description
GetCharValue ( ) : char
GetDoubleValue ( ) : double
GetLongValue ( ) : long
GetStringValue ( ) : string
Stringify ( string Text ) : string
ToString ( ) : string

Method Details

GetCharValue() public method

public GetCharValue ( ) : char
return char

GetDoubleValue() public method

public GetDoubleValue ( ) : double
return double

GetLongValue() public method

public GetLongValue ( ) : long
return long

GetStringValue() public method

public GetStringValue ( ) : string
return string

Stringify() public static method

public static Stringify ( string Text ) : string
Text string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Position public property

public CTokenPosition,ilcclib.Tokenizer Position
return CTokenPosition

Raw public property

public string Raw
return string

Type public property

public CTokenType Type
return CTokenType