T - the parse result typepublic final class ParseResult<T> extends Object
| Constructor and Description |
|---|
ParseResult() |
| Modifier and Type | Method and Description |
|---|---|
T |
getResult()
Get the result.
|
void |
setResult(T result)
Set the result.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.