Lombok - v0.9.3

Package lombok.javac

Includes the javac v1.6-specific implementations of the lombok AST and annotation introspection support.

See:
          Description

Interface Summary
JavacAnnotationHandler<T extends Annotation> Implement this interface if you want to be triggered for a specific annotation.
JavacASTVisitor Implement so you can ask any JavacAST.LombokNode to traverse depth-first through all children, calling the appropriate visit and endVisit methods.
 

Class Summary
DeleteLombokAnnotations Used as marker in javac's Context object when delombok is running to signal that all lombok annotations should be deleted as they are processed.
HandlerLibrary This class tracks 'handlers' and knows how to invoke them for any given AST node.
Javac Container for static utility methods relevant to lombok's operation on javac.
JavacAST Wraps around javac's internal AST view to add useful features as well as the ability to visit parents from children, something javac's own AST system does not offer.
JavacASTAdapter Standard adapter for the JavacASTVisitor interface.
JavacASTVisitor.Printer Prints the structure of an AST.
JavacNode Javac specific version of the LombokNode class.
JavacTransformer  
 

Package lombok.javac Description

Includes the javac v1.6-specific implementations of the lombok AST and annotation introspection support.


Lombok - v0.9.3

Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.