C# 클래스 YAMP.CommaOperator

This is the class used for the operator that seperated various arguments in round brackets.
상속: BinaryOperator
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

공개 메소드들

메소드 설명
CommaOperator ( ) : System
CommaOperator ( ParseEngine engine ) : System
Create ( ) : Operator
Perform ( Value left, Value right ) : Value
RegisterElement ( IElementMapping elementMapping ) : void

메소드 상세

CommaOperator() 공개 메소드

public CommaOperator ( ) : System
리턴 System

CommaOperator() 공개 메소드

public CommaOperator ( ParseEngine engine ) : System
engine ParseEngine
리턴 System

Create() 공개 메소드

public Create ( ) : Operator
리턴 Operator

Perform() 공개 메소드

public Perform ( Value left, Value right ) : Value
left Value
right Value
리턴 Value

RegisterElement() 공개 메소드

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

프로퍼티 상세

Mapping 공개적으로 정적으로 프로퍼티

public static BinaryOperatorMappingList,YAMP Mapping
리턴 BinaryOperatorMappingList

OpLevel 공개적으로 정적으로 프로퍼티

public static int OpLevel
리턴 int

Symbol 공개적으로 정적으로 프로퍼티

public static String Symbol
리턴 String