C# 클래스 IronPython.Modules._ast.AST

파일 보기 프로젝트 열기: jschementi/iron

보호된 프로퍼티들

프로퍼티 타입 설명
_col_offset int
_lineno int

보호된 메소드들

메소드 설명
GetSourceLocation ( Node node ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetSourceLocation() 보호된 메소드

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

프로퍼티 상세

_col_offset 보호되어 있는 프로퍼티

protected int _col_offset
리턴 int

_lineno 보호되어 있는 프로퍼티

protected int _lineno
리턴 int