C# Class Pytocs.Syntax.Module

Inheritance: Node
Afficher le fichier Open project: uxmal/pytocs Class Usage Examples

Méthodes publiques

Свойство Type Description
body SuiteStatement

Méthodes publiques

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

Method Details

Module() public méthode

public Module ( string moduleName, SuiteStatement body, string filename, int begin, int end ) : System
moduleName string
body SuiteStatement
filename string
begin int
end int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

body public_oe property

public SuiteStatement body
Résultat SuiteStatement