C# 클래스 IronPython.Compiler.Ast.DeleteBinder

상속: IronPython.Compiler.Ast.AstWalkerNonRecursive
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
DeleteBinder ( PythonNameBinder binder ) : System
Walk ( IronPython.Compiler.Ast.NameExpression node ) : bool

메소드 상세

DeleteBinder() 공개 메소드

public DeleteBinder ( PythonNameBinder binder ) : System
binder PythonNameBinder
리턴 System

Walk() 공개 메소드

public Walk ( IronPython.Compiler.Ast.NameExpression node ) : bool
node IronPython.Compiler.Ast.NameExpression
리턴 bool