C# 클래스 _6_JIT.ASTInterpreter

파일 보기 프로젝트 열기: GHScan/DailyProjects

공개 메소드들

메소드 설명
Instance ( ) : ASTInterpreter
Interpret ( object exp ) : object

비공개 메소드들

메소드 설명
ASTInterpreter ( ) : System

메소드 상세

Instance() 공개 정적인 메소드

public static Instance ( ) : ASTInterpreter
리턴 ASTInterpreter

Interpret() 공개 메소드

public Interpret ( object exp ) : object
exp object
리턴 object