C# 클래스 IronRuby.Compiler.Ast.LocalVariable

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

Private Properties

프로퍼티 타입 설명
GetNodeName string
LocalVariable System.Diagnostics
SetClosureIndex void
TransformReadVariable System.Linq.Expressions.Expression
TransformWriteVariable System.Linq.Expressions.Expression

비공개 메소드들

메소드 설명
GetNodeName ( AstGenerator gen ) : string
LocalVariable ( string name, Microsoft.Scripting.SourceSpan location, int definitionLexicalDepth ) : System.Diagnostics
SetClosureIndex ( int index ) : void
TransformReadVariable ( AstGenerator gen, bool tryRead ) : Expression
TransformWriteVariable ( AstGenerator gen, System.Linq.Expressions rightValue ) : Expression