[ 源代码: lombok-ast ]
软件包:liblombok-ast-java(0.2+ds-7)
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).