Package se.krka.kahlua.stdlib
Class StringLib.MatchState
java.lang.Object
se.krka.kahlua.stdlib.StringLib.MatchState
- Enclosing class:
- StringLib
public static class StringLib.MatchState
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StringLib.MatchState.Capture
-
Field Summary
Fields Modifier and Type Field Description LuaCallFrame
callFrame
StringLib.MatchState.Capture[]
capture
int
endIndex
int
level
StringLib.StringPointer
src_init
-
Constructor Summary
Constructors Constructor Description MatchState(LuaCallFrame luaCallFrame, StringLib.StringPointer stringPointer, int int1)
-
Method Summary
Modifier and Type Method Description java.lang.Object
getCapture(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
callFrame
-
src_init
-
endIndex
public final int endIndex -
capture
-
level
public int level
-
-
Constructor Details
-
MatchState
-
-
Method Details
-
getCapture
public java.lang.Object getCapture(int int1)
-