C# Class System.Linq.Expressions.Interpreter.Instruction

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetDebugCookie ( LightCompiler compiler ) : object
Run ( InterpretedFrame frame ) : int
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
NullCheck ( object o ) : void

Method Details

GetDebugCookie() public méthode

public GetDebugCookie ( LightCompiler compiler ) : object
compiler LightCompiler
Résultat object

NullCheck() protected static méthode

protected static NullCheck ( object o ) : void
o object
Résultat void

Run() public abstract méthode

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

ToDebugString() public méthode

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IReadOnlyList
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string