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

Inheritance: Statement
Datei anzeigen Open project: blakepell/AvalonMudClient

Public Methods

Method Description
Compile ( ByteCode bc ) : void
RepeatStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Debugging

Method Details

Compile() public method

public Compile ( ByteCode bc ) : void
bc ByteCode
return void

RepeatStatement() public method

public RepeatStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Debugging
lcontext ScriptLoadingContext
return MoonSharp.Interpreter.Debugging