C# Class Rosetta.AST.ProgramWrapper

Acts like a wrapper for ProgramASTWalker in order to provide an easy interface for converting C# code.
显示文件 Open project: andry-tino/Rosetta Class Usage Examples

Public Methods

Method Description
ProgramWrapper ( string source, string assemblyPath = null ) : System

Initializes a new instance of the ProgramWrapper class.

Private Methods

Method Description
Initialize ( ) : void
LoadSemanticModel ( string path, CSharpSyntaxTree sourceTree ) : void

Method Details

ProgramWrapper() public method

Initializes a new instance of the ProgramWrapper class.
public ProgramWrapper ( string source, string assemblyPath = null ) : System
source string The source code
assemblyPath string The path to assembly for semantic model
return System