C# Class LexicalAnalysis.TokenFloat

The token representing a floating number. It can either be a float or double.
Inheritance: Token
Mostra file Open project: phisiart/C-Compiler Class Usage Examples

Public Methods

Method Description
ToString ( ) : String
TokenFloat ( Double value, FloatSuffix suffix, String source ) : System

Method Details

ToString() public method

public ToString ( ) : String
return String

TokenFloat() public method

public TokenFloat ( Double value, FloatSuffix suffix, String source ) : System
value Double
suffix FloatSuffix
source String
return System