C# 클래스 AST.IntLiteral

May be signed or unsigned C doesn't have char constant, only int constant
상속: AST.Literal
파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
GetExpr ( ABT env ) : ABT.Expr
IntLiteral ( System.Int64 value, TokenInt suffix ) : System

메소드 상세

GetExpr() 공개 메소드

public GetExpr ( ABT env ) : ABT.Expr
env ABT
리턴 ABT.Expr

IntLiteral() 공개 메소드

public IntLiteral ( System.Int64 value, TokenInt suffix ) : System
value System.Int64
suffix LexicalAnalysis.TokenInt
리턴 System