C# 클래스 LispEngine.Evaluation.Statistics

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

공개 메소드들

메소드 설명
AddTo ( LexicalEnvironment env ) : LexicalEnvironment
Delta ( Statistics prev ) : Statistics
Snapshot ( ) : Statistics
Statistics ( ) : System
Statistics ( Statistics s ) : System
ToString ( ) : string

메소드 상세

AddTo() 공개 메소드

public AddTo ( LexicalEnvironment env ) : LexicalEnvironment
env LexicalEnvironment
리턴 LexicalEnvironment

Delta() 공개 메소드

public Delta ( Statistics prev ) : Statistics
prev Statistics
리턴 Statistics

Snapshot() 공개 메소드

public Snapshot ( ) : Statistics
리턴 Statistics

Statistics() 공개 메소드

public Statistics ( ) : System
리턴 System

Statistics() 공개 메소드

public Statistics ( Statistics s ) : System
s Statistics
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string