Lombok - v0.10.8

Package lombok.javac

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

See:
          Description

Interface Summary
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
FindTypeVarScanner scanner (i.e.
HandlerLibrary This class tracks 'handlers' and knows how to invoke them for any given AST node.
JavacAnnotationHandler<T extends Annotation> Implement this interface if you want to be triggered for a specific annotation.
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.
JavacResolution  
JavacTransformer  
LombokOptions  
 

Exception Summary
JavacResolution.TypeNotConvertibleException  
 

Package lombok.javac Description

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


Lombok - v0.10.8

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.