public static final class TSQLResolver2.RunOutcome extends Object
TSQLResolver2.resolve() invocation.
This is deliberately diagnostic-only. The parser continues to ignore
the boolean returned by resolve() exactly as before; callers that
need to distinguish "resolver object exists" from "resolver completed"
can inspect this value after parsing.
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureClassName() |
String |
getFailureMessage() |
boolean |
isAttempted() |
boolean |
isSuccessful() |
public boolean isAttempted()
public boolean isSuccessful()
public String getFailureClassName()
public String getFailureMessage()