C# Class IronPython.Modules._ast.AST

Mostrar archivo Open project: jschementi/iron

Protected Properties

Property Type Description
_col_offset int
_lineno int

Protected Methods

Method Description
GetSourceLocation ( Node node ) : void

Private Methods

Method Description
Convert ( Node node ) : AST
Convert ( IronPython.Compiler.PythonOperator op ) : AST
Convert ( ComprehensionIterator iters ) : IronPython.Runtime.List
Convert ( IList iters ) : IronPython.Runtime.List
Convert ( BinaryExpression expr ) : expr
Convert ( Compiler expr ) : expr
Convert ( Compiler expr, expr_context ctx ) : expr
Convert ( ConstantExpression expr ) : expr
Convert ( Statement stmt ) : stmt
Convert ( IronPython.Compiler.Ast.TryStatement stmt ) : stmt
ConvertAliases ( IList names, IList asnames ) : IronPython.Runtime.List
ConvertAliases ( IList names, IList asnames ) : IronPython.Runtime.List
ConvertStatements ( Statement stmt ) : IronPython.Runtime.List
ConvertStatements ( Statement stmt, bool allowNull ) : IronPython.Runtime.List

Method Details

GetSourceLocation() protected method

protected GetSourceLocation ( Node node ) : void
node IronPython.Compiler.Ast.Node
return void

Property Details

_col_offset protected_oe property

protected int _col_offset
return int

_lineno protected_oe property

protected int _lineno
return int