Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
AST
StringLiteral
C# Class AST.StringLiteral
String Literal
Inheritance:
Expr
ファイルを表示
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