Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AST
Variable
C# 클래스 AST.Variable
상속:
CppSharp.Parser.AST.Declaration
,
IDisposable
,
CppSharp.Runtime.ICppMarshal
파일 보기
프로젝트 열기: phisiart/C-Compiler
1 사용 예제들
공개 메소드들
메소드
설명
Create
(
String
name
) :
Expr
GetExpr
(
ABT
env
) :
ABT.Expr
Variable
(
String
name
) :
System
메소드 상세
Create()
공개
정적인
메소드
public
static
Create
(
String
name
) :
Expr
name
String
리턴
Expr
GetExpr()
공개
메소드
public
GetExpr
(
ABT
env
) :
ABT.Expr
env
ABT
리턴
ABT.Expr
Variable()
공개
메소드
public
Variable
(
String
name
) :
System
name
String
리턴
System