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

상속: Ast
파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bool FastSort
Char FastSort
Int FastSort
Real FastSort
String FastSort

보호된 프로퍼티들

프로퍼티 타입 설명
_name FastToken

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FastSort ( FastToken name, FastSortKind kind ) : System
GetHashCode ( ) : int
PrettyPrint ( StringBuilder sb ) : void

비공개 메소드들

메소드 설명
GetSort ( FastToken sortName ) : FastSort

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FastSort() 공개 메소드

public FastSort ( FastToken name, FastSortKind kind ) : System
name FastToken
kind FastSortKind
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PrettyPrint() 공개 메소드

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

프로퍼티 상세

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

public static FastSort,Microsoft.Fast.AST Bool
리턴 FastSort

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

public static FastSort,Microsoft.Fast.AST Char
리턴 FastSort

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

public static FastSort,Microsoft.Fast.AST Int
리턴 FastSort

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

public static FastSort,Microsoft.Fast.AST Real
리턴 FastSort

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

public static FastSort,Microsoft.Fast.AST String
리턴 FastSort

_name 보호되어 있는 프로퍼티

protected FastToken,Microsoft.Fast.AST _name
리턴 FastToken