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

Inheritance: Statement
Show file Open project: blakepell/AvalonMudClient

Public Methods

Method Description
Compile ( ByteCode bc ) : void
EmptyStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Execution

Method Details

Compile() public method

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

EmptyStatement() public method

public EmptyStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Execution
lcontext ScriptLoadingContext
return MoonSharp.Interpreter.Execution