public abstract static class Parser.Result extends Entity.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
Parser.Result.State |
mOwner| Modifier | Constructor and Description |
|---|---|
protected |
Result(long nativeResult) |
| Modifier and Type | Method and Description |
|---|---|
abstract Parser.Result |
clone()
Create a copy of the result.
|
Parser.Result.State |
getResultState()
Returns the state of the parser result.
|
protected boolean |
isEmpty() |
java.lang.String |
toString()
Returns extracted result string.
|
describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel@NonNull public abstract Parser.Result clone()
Entity.Resultclone in class Entity.Result@NonNull public Parser.Result.State getResultState()
@NonNull public java.lang.String toString()
toString in class java.lang.Objectprotected final boolean isEmpty()
isEmpty in class Entity.Result