C# 클래스 Pytocs.Syntax.ExceptHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
body SuiteStatement
name Identifier
type Exp

공개 메소드들

메소드 설명
ExceptHandler ( Exp type, Identifier name, SuiteStatement body, string filename, int start, int end ) : System

메소드 상세

ExceptHandler() 공개 메소드

public ExceptHandler ( Exp type, Identifier name, SuiteStatement body, string filename, int start, int end ) : System
type Exp
name Identifier
body SuiteStatement
filename string
start int
end int
리턴 System

프로퍼티 상세

body 공개적으로 프로퍼티

public SuiteStatement body
리턴 SuiteStatement

name 공개적으로 프로퍼티

public Identifier name
리턴 Identifier

type 공개적으로 프로퍼티

public Exp type
리턴 Exp