|
Lua SPOT v1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.krka.kahlua.stdlib.StringLib.MatchState
public static class StringLib.MatchState
Nested Class Summary | |
---|---|
static class |
StringLib.MatchState.Capture
|
Field Summary | |
---|---|
LuaCallFrame |
callFrame
|
StringLib.MatchState.Capture[] |
capture
|
int |
endIndex
|
int |
level
|
StringLib.StringPointer |
src_init
|
Constructor Summary | |
---|---|
StringLib.MatchState()
|
Method Summary | |
---|---|
java.lang.Object[] |
getCaptures()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public StringLib.StringPointer src_init
public int endIndex
public LuaCallFrame callFrame
public int level
public StringLib.MatchState.Capture[] capture
Constructor Detail |
---|
public StringLib.MatchState()
Method Detail |
---|
public java.lang.Object[] getCaptures()
|
Lua SPOT v1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |