C# Class Microsoft.Scripting.Interpreter.BranchInstruction

Inheritance: OffsetInstruction
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
BranchInstruction ( ) : System.Linq.Expressions

Method Details

BranchInstruction() public méthode

public BranchInstruction ( bool hasResult, bool hasValue ) : System.Linq.Expressions
hasResult bool
hasValue bool
Résultat System.Linq.Expressions

Run() public méthode

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Résultat int