C# 클래스 MoonSharp.Interpreter.Tree.Statements.RepeatStatement

상속: Statement
파일 보기 프로젝트 열기: blakepell/AvalonMudClient

공개 메소드들

메소드 설명
Compile ( ByteCode bc ) : void
RepeatStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Debugging

메소드 상세

Compile() 공개 메소드

public Compile ( ByteCode bc ) : void
bc ByteCode
리턴 void

RepeatStatement() 공개 메소드

public RepeatStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Debugging
lcontext ScriptLoadingContext
리턴 MoonSharp.Interpreter.Debugging