C# 클래스 YAMP.SpecialExpression

This is the class that represents some special expressions (like :).
상속: Expression
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Interpret ( Value>.IDictionary symbols ) : Value
Scan ( ParseEngine engine ) : Expression
SpecialExpression ( ) : System
SpecialExpression ( ParseEngine engine, String name ) : System
ToCode ( ) : String

비공개 메소드들

메소드 설명
Compare ( Char characters, Int32 index, String value ) : System.Boolean

메소드 상세

Interpret() 공개 메소드

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

Scan() 공개 메소드

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

SpecialExpression() 공개 메소드

public SpecialExpression ( ) : System
리턴 System

SpecialExpression() 공개 메소드

public SpecialExpression ( ParseEngine engine, String name ) : System
engine ParseEngine
name String
리턴 System

ToCode() 공개 메소드

public ToCode ( ) : String
리턴 String