C# 클래스 YAMP.AbsExpression

The absolute expression |...| which returns the absolute value of the evaluated value inside.
상속: TreeExpression
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
AbsExpression ( ) : System
AbsExpression ( Int32 line, Int32 column, Int32 length, QueryContext query, ContainerExpression child ) : System
Interpret ( Value>.IDictionary symbols ) : Value
Scan ( ParseEngine engine ) : Expression
ToCode ( ) : String

메소드 상세

AbsExpression() 공개 메소드

public AbsExpression ( ) : System
리턴 System

AbsExpression() 공개 메소드

public AbsExpression ( Int32 line, Int32 column, Int32 length, QueryContext query, ContainerExpression child ) : System
line System.Int32
column System.Int32
length System.Int32
query QueryContext
child ContainerExpression
리턴 System

Interpret() 공개 메소드

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

Scan() 공개 메소드

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

ToCode() 공개 메소드

public ToCode ( ) : String
리턴 String