Binary package “liblombok-ast-java” in ubuntu oracular

Robust parser + AST for the Java language

 Lombok wraps the Abstract Syntax Tree (AST) produced by a target
 platform into its own AST system, mostly because both Eclipse and
 javac do not allow upward traversal (from a method to its owning
 type, for example).