C# Class Sarcasm.Unparsing.UnparsableAst

Afficher le fichier Open project: davidnemeti/Sarcasm Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Equals() public méthode

public Equals ( UnparsableAst that ) : bool
that UnparsableAst
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SetAsLeave() public méthode

public SetAsLeave ( ) : void
Résultat void

SetAsRoot() public méthode

public SetAsRoot ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UnparsableAst() public méthode

public UnparsableAst ( BnfTerm bnfTerm, object astValue, Member astParentMember = null ) : System
bnfTerm BnfTerm
astValue object
astParentMember Member
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool