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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_defaultValue Expression
_kind ParameterKind

Private Properties

프로퍼티 타입 설명
FinishBind System.Linq.Expressions.Expression
Init void

공개 메소드들

메소드 설명
Parameter ( string name ) : System.Collections.Generic
Parameter ( string name, ParameterKind kind ) : System.Collections.Generic
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

비공개 메소드들

메소드 설명
FinishBind ( bool needsLocalsDictionary ) : Expression
Init ( List init ) : void

메소드 상세

Parameter() 공개 메소드

public Parameter ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

Parameter() 공개 메소드

public Parameter ( string name, ParameterKind kind ) : System.Collections.Generic
name string
kind ParameterKind
리턴 System.Collections.Generic

Walk() 공개 메소드

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

프로퍼티 상세

_defaultValue 보호되어 있는 프로퍼티

protected Expression _defaultValue
리턴 Expression

_kind 보호되어 있는 프로퍼티

protected ParameterKind _kind
리턴 ParameterKind