C# 클래스 Sarcasm.Unparsing.UnparsableAst

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

공개 메소드들

메소드 설명
Equals ( UnparsableAst that ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SetAsLeave ( ) : void
SetAsRoot ( ) : void
ToString ( ) : string
UnparsableAst ( BnfTerm bnfTerm, object astValue, Member astParentMember = null ) : System
operator ( ) : bool

비공개 메소드들

메소드 설명
CheckIfNotThrownOut ( UnparsableAst relative, [ nameOfRelative = "" ) : void
CheckIfValid ( UnparsableAst relative, [ nameOfRelative = "" ) : void
IsCalculated ( UnparsableAst unparsableAst ) : bool
IsThrownOut ( UnparsableAst unparsableAst ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( UnparsableAst that ) : bool
that UnparsableAst
리턴 bool

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetAsLeave() 공개 메소드

public SetAsLeave ( ) : void
리턴 void

SetAsRoot() 공개 메소드

public SetAsRoot ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnparsableAst() 공개 메소드

public UnparsableAst ( BnfTerm bnfTerm, object astValue, Member astParentMember = null ) : System
bnfTerm BnfTerm
astValue object
astParentMember Member
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool