Parse from an array using binary UAST format
Decodes UAST from the given bytes.
Decodes UAST from the given bytes.
It will copy memory into temporary Direct buffer, otherwise it will copy the content to a new Direct buffer.
UAST encoded in wire format of protocol.v2
JNode of the UAST root
Parse from a buffer using binary UAST format
Decodes UAST from the given Buffer.
Decodes UAST from the given Buffer.
If the buffer is Direct, it will avoid extra memory allocation, otherwise it will copy the content to a new Direct buffer.
UAST encoded in wire format of protocol.v2
JNode of the UAST root