C# 클래스 YAMP.EmptyExpression

The empty expression - just a dummy!
상속: Expression
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
EmptyExpression ( ) : System
Interpret ( Value>.IDictionary symbols ) : Value
RegisterElement ( IElementMapping elementMapping ) : void
Scan ( ParseEngine engine ) : Expression
ToCode ( ) : String

메소드 상세

EmptyExpression() 공개 메소드

public EmptyExpression ( ) : System
리턴 System

Interpret() 공개 메소드

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
리턴 Value

RegisterElement() 공개 메소드

public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
리턴 void

Scan() 공개 메소드

public Scan ( ParseEngine engine ) : Expression
engine ParseEngine
리턴 Expression

ToCode() 공개 메소드

public ToCode ( ) : String
리턴 String