C# Class VisualMutator.Model.Mutations.AstDescriptor

Datei anzeigen Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
AstDescriptor ( IAstDescriptor significant, int index ) : System.Reflection.Emit
AstDescriptor ( int index ) : System.Reflection.Emit
Equals ( AstDescriptor other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GoDown ( ) : AstDescriptor
GoUp ( ) : AstDescriptor
Increment ( ) : AstDescriptor
IsContainedIn ( AstDescriptor another ) : bool
ToString ( ) : string
operator ( ) : bool

Method Details

AstDescriptor() public method

public AstDescriptor ( IAstDescriptor significant, int index ) : System.Reflection.Emit
significant IAstDescriptor
index int
return System.Reflection.Emit

AstDescriptor() public method

public AstDescriptor ( int index ) : System.Reflection.Emit
index int
return System.Reflection.Emit

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GoDown() public method

public GoDown ( ) : AstDescriptor
return AstDescriptor

GoUp() public method

public GoUp ( ) : AstDescriptor
return AstDescriptor

Increment() public method

public Increment ( ) : AstDescriptor
return AstDescriptor

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