C# Class Code2Xml.Core.Generators.ExternalGenerators.Java.JavaAstGenerator

Inheritance: AstGeneratorUsingExternalProgram
显示文件 Open project: exKAZUu/Code2Xml

Public Methods

Method Description
JavaAstGenerator ( ) : System
JavaAstGenerator ( string processorPath ) : System

Protected Methods

Method Description
CreateProcessStartInfoForGeneratingCode ( ) : ProcessStartInfo
CreateProcessStartInfoForGeneratingXml ( ) : ProcessStartInfo

Method Details

CreateProcessStartInfoForGeneratingCode() protected method

protected CreateProcessStartInfoForGeneratingCode ( ) : ProcessStartInfo
return System.Diagnostics.ProcessStartInfo

CreateProcessStartInfoForGeneratingXml() protected method

protected CreateProcessStartInfoForGeneratingXml ( ) : ProcessStartInfo
return System.Diagnostics.ProcessStartInfo

JavaAstGenerator() public method

public JavaAstGenerator ( ) : System
return System

JavaAstGenerator() public method

public JavaAstGenerator ( string processorPath ) : System
processorPath string
return System