C# Class Microsoft.Scripting.Interpreter.BranchInstruction

Inheritance: OffsetInstruction
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
BranchInstruction ( bool hasResult, bool hasValue ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
BranchInstruction ( ) : System.Linq.Expressions

Method Details

BranchInstruction() public method

public BranchInstruction ( bool hasResult, bool hasValue ) : System.Linq.Expressions
hasResult bool
hasValue bool
return System.Linq.Expressions

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int