C# 클래스 Pytocs.Syntax.Module

상속: Node
파일 보기 프로젝트 열기: uxmal/pytocs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
body SuiteStatement

공개 메소드들

메소드 설명
Module ( string moduleName, SuiteStatement body, string filename, int begin, int end ) : System
ToString ( ) : string

메소드 상세

Module() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

body 공개적으로 프로퍼티

public SuiteStatement body
리턴 SuiteStatement