C# Class Expressive.Tests.Massive.InstructionCollectingVisitor

Inheritance: ElementVisitor
Show file Open project: ashmind/expressive Class Usage Examples

Public Methods

Method Description
InstructionCollectingVisitor ( ) : System.Collections.Generic

Protected Methods

Method Description
VisitInstruction ( InstructionElement instruction ) : IElement

Method Details

InstructionCollectingVisitor() public method

public InstructionCollectingVisitor ( ) : System.Collections.Generic
return System.Collections.Generic

VisitInstruction() protected method

protected VisitInstruction ( InstructionElement instruction ) : IElement
instruction Expressive.Elements.InstructionElement
return IElement