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

상속: Node
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
Arg ( Expression expression ) : IronPython.Runtime
Arg ( string name, Expression expression ) : IronPython.Runtime
ToString ( ) : string
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

비공개 메소드들

메소드 설명
GetArgumentInfo ( ) : Argument

메소드 상세

Arg() 공개 메소드

public Arg ( Expression expression ) : IronPython.Runtime
expression Expression
리턴 IronPython.Runtime

Arg() 공개 메소드

public Arg ( string name, Expression expression ) : IronPython.Runtime
name string
expression Expression
리턴 IronPython.Runtime

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Walk() 공개 메소드

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
리턴 void