Package se.krka.kahlua.threading
Class VerifiedSingleKahluaThread
java.lang.Object
se.krka.kahlua.vm.KahluaThread
se.krka.kahlua.threading.VerifiedSingleKahluaThread
-
Nested Class Summary
Nested classes/interfaces inherited from class se.krka.kahlua.vm.KahluaThread
KahluaThread.Entry -
Field Summary
Fields inherited from class se.krka.kahlua.vm.KahluaThread
bReset, bStep, bStepInto, currentCoroutine, currentfile, currentLine, lastCallFrame, LastCallFrame, lastLine, m_error_count, m_errors_list, profileEntries, profileEntryMap -
Constructor Summary
ConstructorsConstructorDescriptionVerifiedSingleKahluaThread(PrintStream printStream, Platform platform, KahluaTable kahluaTable) VerifiedSingleKahluaThread(Platform platform, KahluaTable kahluaTable) -
Method Summary
Modifier and TypeMethodDescriptionintcall(int int1) getmetatable(Object object, boolean boolean1) intpcall(int int1) Object[]final Object[]voidsetmetatable(Object object, KahluaTable kahluaTable) voidMethods inherited from class se.krka.kahlua.vm.KahluaThread
breakpointToggle, debugException, doStacktraceProper, doStacktraceProper, flushErrorMessage, getCurrentCoroutine, getOut, getPlatform, hasBreakpoint, hasDataBreakpoint, hasReadDataBreakpoint, isCurrent, pcallBoolean, pcallBoolean, pcallBoolean, pcallBoolean, pcallvoid, pcallvoid, pcallvoid, pcallvoid, startErrorMessage, toggleBreakOnChange, toggleBreakOnRead
-
Constructor Details
-
VerifiedSingleKahluaThread
-
VerifiedSingleKahluaThread
public VerifiedSingleKahluaThread(PrintStream printStream, Platform platform, KahluaTable kahluaTable)
-
-
Method Details
-
call
public int call(int int1) - Overrides:
callin classKahluaThread
-
pcall
public int pcall(int int1) - Overrides:
pcallin classKahluaThread
-
pcall
- Overrides:
pcallin classKahluaThread
-
pcall
- Overrides:
pcallin classKahluaThread
-
setmetatable
- Overrides:
setmetatablein classKahluaThread
-
call
- Overrides:
callin classKahluaThread
-
call
- Overrides:
callin classKahluaThread
-
getEnvironment
- Overrides:
getEnvironmentin classKahluaThread
-
getMetaOp
- Overrides:
getMetaOpin classKahluaThread
-
getmetatable
- Overrides:
getmetatablein classKahluaThread
-
tableget
- Overrides:
tablegetin classKahluaThread
-
tableSet
- Overrides:
tableSetin classKahluaThread
-