C# Class MoonSharp.Interpreter.Tree.Statements.RepeatStatement

Inheritance: Statement
Afficher le fichier Open project: blakepell/AvalonMudClient

Méthodes publiques

Méthode Description
Compile ( ByteCode bc ) : void
RepeatStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Debugging

Method Details

Compile() public méthode

public Compile ( ByteCode bc ) : void
bc ByteCode
Résultat void

RepeatStatement() public méthode

public RepeatStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Debugging
lcontext ScriptLoadingContext
Résultat MoonSharp.Interpreter.Debugging