C# 클래스 LispEngine.Core.EqualFunctions

상속: BinaryFunction
파일 보기 프로젝트 열기: Patient0/FirstClassLisp

공개 프로퍼티들

프로퍼티 타입 설명
Eq StackFunction
Equal StackFunction

공개 메소드들

메소드 설명
EqualFunctions ( bool shallow ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
eval ( Datum arg1, Datum arg2 ) : Datum

메소드 상세

EqualFunctions() 공개 메소드

public EqualFunctions ( bool shallow ) : System
shallow bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

eval() 보호된 메소드

protected eval ( Datum arg1, Datum arg2 ) : Datum
arg1 Datum
arg2 Datum
리턴 Datum

프로퍼티 상세

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

public static StackFunction Eq
리턴 StackFunction

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

public static StackFunction Equal
리턴 StackFunction