C# Class AST.StringLiteral

String Literal
Inheritance: Expr
Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
GetExpr ( ABT env ) : ABT.Expr
StringLiteral ( String value ) : System

Method Details

GetExpr() public method

public GetExpr ( ABT env ) : ABT.Expr
env ABT
return ABT.Expr

StringLiteral() public method

public StringLiteral ( String value ) : System
value String
return System