C# Class Gurpenator.SymbolToken

Inheritance: Token
Show file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
text string

Public Methods

Method Description
SymbolToken ( ParsedThing parseThing, string text ) : System
ToString ( ) : string

Method Details

SymbolToken() public method

public SymbolToken ( ParsedThing parseThing, string text ) : System
parseThing ParsedThing
text string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

text public property

public string text
return string