C# Class LexicalAnalysis.TokenInt

There are four types of integers: signed, unsigned, signed long, unsigned long
Inheritance: Token
Mostra file Open project: phisiart/C-Compiler Class Usage Examples

Public Properties

Property Type Description
Raw String
Suffix IntSuffix
Val System.Int64

Public Methods

Method Description
ToString ( ) : String
TokenInt ( System.Int64 val, IntSuffix suffix, String raw ) : System

Method Details

ToString() public method

public ToString ( ) : String
return String

TokenInt() public method

public TokenInt ( System.Int64 val, IntSuffix suffix, String raw ) : System
val System.Int64
suffix IntSuffix
raw String
return System

Property Details

Raw public_oe property

public String Raw
return String

Suffix public_oe property

public IntSuffix Suffix
return IntSuffix

Val public_oe property

public Int64,System Val
return System.Int64