C# Class _5_CompilingByteCode.ByteCodeInterpreter

Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
Instance ( ) : ByteCodeInterpreter
Interpret ( object exp ) : object
SetMaxStackDepth ( int evalStackDepth, int stackFrameCount ) : void

Private Methods

Méthode Description
ByteCodeInterpreter ( ) : System
CompileToByteCode ( ASTNode_Lambda node ) : ScriptProcedureMeta

Method Details

Instance() public static méthode

public static Instance ( ) : ByteCodeInterpreter
Résultat ByteCodeInterpreter

Interpret() public méthode

public Interpret ( object exp ) : object
exp object
Résultat object

SetMaxStackDepth() public méthode

public SetMaxStackDepth ( int evalStackDepth, int stackFrameCount ) : void
evalStackDepth int
stackFrameCount int
Résultat void