C# 클래스 DotNetXri.Syntax.Xri3.Impl.Parser.Rule

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

공개 프로퍼티들

프로퍼티 타입 설명
rules IList
spelling string

공개 메소드들

메소드 설명
CompareTo ( Rule rule ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
Rule ( Rule rule ) : System
ToString ( ) : string
visit ( Visitor visitor ) : object

보호된 메소드들

메소드 설명
Rule ( string spelling, IList rules ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( Rule rule ) : int
rule Rule
리턴 int

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Rule() 공개 메소드

public Rule ( Rule rule ) : System
rule Rule
리턴 System

Rule() 보호된 메소드

protected Rule ( string spelling, IList rules ) : System
spelling string
rules IList
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

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

public abstract visit ( Visitor visitor ) : object
visitor Visitor
리턴 object

프로퍼티 상세

rules 공개적으로 프로퍼티

public IList rules
리턴 IList

spelling 공개적으로 프로퍼티

public string spelling
리턴 string