C# 클래스 Microsoft.Scripting.Interpreter.IndexedBranchInstruction

상속: Microsoft.Scripting.Interpreter.Instruction
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
GetLabel ( InterpretedFrame frame ) : Microsoft.Scripting.Interpreter.RuntimeLabel
IndexedBranchInstruction ( int labelIndex ) : System.Linq.Expressions
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
ToString ( ) : string

메소드 상세

GetLabel() 공개 메소드

public GetLabel ( InterpretedFrame frame ) : Microsoft.Scripting.Interpreter.RuntimeLabel
frame InterpretedFrame
리턴 Microsoft.Scripting.Interpreter.RuntimeLabel

IndexedBranchInstruction() 공개 메소드

public IndexedBranchInstruction ( int labelIndex ) : System.Linq.Expressions
labelIndex int
리턴 System.Linq.Expressions

ToDebugString() 공개 메소드

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IList
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string