C# Class Sarcasm.Unparsing.UnparsableAst

Show file Open project: davidnemeti/Sarcasm Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CheckIfNotThrownOut ( UnparsableAst relative, [ nameOfRelative = "" ) : void
CheckIfValid ( UnparsableAst relative, [ nameOfRelative = "" ) : void
IsCalculated ( UnparsableAst unparsableAst ) : bool
IsThrownOut ( UnparsableAst unparsableAst ) : bool

Method Details

Equals() public method

public Equals ( UnparsableAst that ) : bool
that UnparsableAst
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetAsLeave() public method

public SetAsLeave ( ) : void
return void

SetAsRoot() public method

public SetAsRoot ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

UnparsableAst() public method

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

operator() public static method

public static operator ( ) : bool
return bool