C# Class Pytocs.Syntax.Module

Inheritance: Node
Show file Open project: uxmal/pytocs Class Usage Examples

Public Properties

Property Type Description
body SuiteStatement

Public Methods

Method Description
Module ( string moduleName, SuiteStatement body, string filename, int begin, int end ) : System
ToString ( ) : string

Method Details

Module() public method

public Module ( string moduleName, SuiteStatement body, string filename, int begin, int end ) : System
moduleName string
body SuiteStatement
filename string
begin int
end int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

body public property

public SuiteStatement body
return SuiteStatement