public abstract class LazyResult extends RegexResult implements JsonConvertible
RegexResult.RegexResultGetEndMethod, RegexResult.RegexResultGetStartMethodAbstractConstantKeysObject.IsReadableCacheNode, AbstractConstantKeysObject.ReadCacheNode| Constructor and Description |
|---|
LazyResult(Object input,
int fromIndex,
int end) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
debugForceEvaluation()
Forces evaluation of this lazy regex result.
|
int |
getEnd() |
int |
getFromIndex() |
Object |
getInput() |
JsonObject |
toJson() |
getEnd, getKeys, getStart, readMemberImplgetMembers, hasMembers, isMemberReadable, readMemberpublic LazyResult(Object input, int fromIndex, int end)
public Object getInput()
public int getFromIndex()
public int getEnd()
public abstract void debugForceEvaluation()
public JsonObject toJson()
toJson in interface JsonConvertible