C# 클래스 Schemin.Primitives.Primitive

파일 보기 프로젝트 열기: imphasing/schemin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Rewriter bool

공개 메소드들

메소드 설명
CheckArguments ( ScheminPair args ) : void
Execute ( Environment env, Evaluator eval, ScheminPair args ) : IScheminType

메소드 상세

CheckArguments() 공개 메소드

public CheckArguments ( ScheminPair args ) : void
args ScheminPair
리턴 void

Execute() 공개 추상적인 메소드

public abstract Execute ( Environment env, Evaluator eval, ScheminPair args ) : IScheminType
env Schemin.Evaluate.Environment
eval Schemin.Evaluate.Evaluator
args ScheminPair
리턴 IScheminType

프로퍼티 상세

Rewriter 공개적으로 프로퍼티

public bool Rewriter
리턴 bool