Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AST
IntLiteral
C# Class AST.IntLiteral
May be signed or unsigned C doesn't have char constant, only int constant
Inheritance:
AST.Literal
Mostra file
Open project: phisiart/C-Compiler
Public Methods
Method
Description
GetExpr
(
ABT
env
) :
ABT.Expr
IntLiteral
(
System.Int64
value
,
TokenInt
suffix
) :
System
Method Details
GetExpr()
public
method
public
GetExpr
(
ABT
env
) :
ABT.Expr
env
ABT
return
ABT.Expr
IntLiteral()
public
method
public
IntLiteral
(
System.Int64
value
,
TokenInt
suffix
) :
System
value
System.Int64
suffix
LexicalAnalysis.TokenInt
return
System