C# Class VisualMutator.Model.Mutations.Types.MethodNode

Inheritance: MutationNode
Datei anzeigen Open project: visualmutator/visualmutator

Public Methods

Method Description
MethodNode ( CheckedNode parent, string name, IMethodDefinition methodDefinition, bool hasChildren ) : System.Collections.Generic
MethodNode ( string name, IMethodDefinition methodDefinition, IEnumerable children ) : System.Collections.Generic

Method Details

MethodNode() public method

public MethodNode ( CheckedNode parent, string name, IMethodDefinition methodDefinition, bool hasChildren ) : System.Collections.Generic
parent CheckedNode
name string
methodDefinition IMethodDefinition
hasChildren bool
return System.Collections.Generic

MethodNode() public method

public MethodNode ( string name, IMethodDefinition methodDefinition, IEnumerable children ) : System.Collections.Generic
name string
methodDefinition IMethodDefinition
children IEnumerable
return System.Collections.Generic