C# Class Pytocs.Syntax.ExceptHandler

Inheritance: Node
Mostrar archivo Open project: uxmal/pytocs Class Usage Examples

Public Properties

Property Type Description
body SuiteStatement
name Identifier
type Exp

Public Methods

Method Description
ExceptHandler ( Exp type, Identifier name, SuiteStatement body, string filename, int start, int end ) : System

Method Details

ExceptHandler() public method

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
return System

Property Details

body public_oe property

public SuiteStatement body
return SuiteStatement

name public_oe property

public Identifier name
return Identifier

type public_oe property

public Exp type
return Exp