C# Class Microsoft.Fast.AST.FastToken

Inheritance: Ast
Exibir arquivo Open project: AutomataDotNet/Automata Class Usage Examples

Public Properties

Property Type Description
text string

Private Properties

Property Type Description
FastToken System
FastToken System
FastToken System

Public Methods

Method Description
PrettyPrint ( StringBuilder sb ) : void
ToInt ( ) : int
ToString ( ) : string
TryGetInt ( int &k ) : bool

Private Methods

Method Description
FastToken ( string name ) : System
FastToken ( string text, FastLexLocation loc, Tokens kind ) : System
FastToken ( string name, Tokens kind ) : System

Method Details

PrettyPrint() public method

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

ToInt() public method

public ToInt ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

TryGetInt() public method

public TryGetInt ( int &k ) : bool
k int
return bool

Property Details

text public_oe property

public string text
return string