C# Class Pytocs.Syntax.WithItem

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

Public Properties

Property Type Description
e Exp
t Exp

Public Methods

Method Description
WithItem ( Exp t, Exp e, string filename, int start, int end ) : System

Method Details

WithItem() public method

public WithItem ( Exp t, Exp e, string filename, int start, int end ) : System
t Exp
e Exp
filename string
start int
end int
return System

Property Details

e public_oe property

public Exp e
return Exp

t public_oe property

public Exp t
return Exp