C# Class AST.IntLiteral

May be signed or unsigned C doesn't have char constant, only int constant
Inheritance: AST.Literal
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
GetExpr ( ABT env ) : ABT.Expr
IntLiteral ( System.Int64 value, TokenInt suffix ) : System

Method Details

GetExpr() public méthode

public GetExpr ( ABT env ) : ABT.Expr
env ABT
Résultat ABT.Expr

IntLiteral() public méthode

public IntLiteral ( System.Int64 value, TokenInt suffix ) : System
value System.Int64
suffix LexicalAnalysis.TokenInt
Résultat System