C# Class LexicalAnalysis.TokenInt

There are four types of integers: signed, unsigned, signed long, unsigned long
Inheritance: Token
Show 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 property

public String Raw
return String

Suffix public property

public IntSuffix Suffix
return IntSuffix

Val public property

public Int64,System Val
return System.Int64