C# Class VisualMutator.Model.Mutations.DummyDescriptor

Datei anzeigen Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
Equals ( DummyDescriptor other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsContainedIn ( AstDescriptor another ) : bool
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( DummyDescriptor other ) : bool
other DummyDescriptor
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsContainedIn() public method

public IsContainedIn ( AstDescriptor another ) : bool
another AstDescriptor
return bool

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool