@Immutable
public final class ParserResult
extends java.lang.Object
Instances of this class are immutable, and so may be used from multiple threads.
| Modifier and Type | Method and Description | 
|---|---|
UpdateBundle | 
bundle()
Returns the bundle created while parsing this bundle. 
 | 
Problems | 
problems()
Returns problems encountered while parsing this bundle. 
 | 
java.lang.String | 
toString()  | 
@NotNull public Problems problems()
@NotNull public UpdateBundle bundle()
public java.lang.String toString()
toString in class java.lang.Object