Package se.krka.kahlua.stdlib
Class StringLib.MatchState.Capture
java.lang.Object
se.krka.kahlua.stdlib.StringLib.MatchState.Capture
- Enclosing class:
 - StringLib.MatchState
 
public static class StringLib.MatchState.Capture
extends java.lang.Object
- 
Field Summary
Fields Modifier and Type Field Description StringLib.StringPointerinitintlen - 
Constructor Summary
Constructors Constructor Description Capture() - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
init
 - 
len
public int len 
 - 
 - 
Constructor Details
- 
Capture
public Capture() 
 -