C# 클래스 Microsoft.Fast.AST.FunctionSort

상속: FastSort
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
domain List
range FastSort

공개 메소드들

메소드 설명
FunctionSort ( FastToken name, List domain, FastSort range ) : System
PrettyPrint ( StringBuilder sb ) : void

메소드 상세

FunctionSort() 공개 메소드

public FunctionSort ( FastToken name, List domain, FastSort range ) : System
name FastToken
domain List
range FastSort
리턴 System

PrettyPrint() 공개 메소드

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

프로퍼티 상세

domain 공개적으로 프로퍼티

public List domain
리턴 List

range 공개적으로 프로퍼티

public FastSort,Microsoft.Fast.AST range
리턴 FastSort