Lombok - v0.10.8

Package lombok.eclipse

Includes the eclipse-specific implementations of the lombok AST and annotation introspection support.

See:
          Description

Interface Summary
EclipseASTVisitor Implement so you can ask any JavacAST.Node to traverse depth-first through all children, calling the appropriate visit and endVisit methods.
 

Class Summary
EclipseAnnotationHandler<T extends Annotation> Implement this interface if you want to be triggered for a specific annotation.
EclipseAST Wraps around Eclipse's internal AST view to add useful features as well as the ability to visit parents from children, something Eclipse own AST system does not offer.
EclipseASTAdapter Standard adapter for the EclipseASTVisitor interface.
EclipseASTVisitor.Printer Prints the structure of an AST.
EclipseNode Eclipse specific version of the LombokNode class.
HandlerLibrary This class tracks 'handlers' and knows how to invoke them for any given AST node.
TransformEclipseAST Entry point for the Eclipse Parser patch that lets lombok modify the Abstract Syntax Tree as generated by Eclipse's parser implementations.
 

Package lombok.eclipse Description

Includes the eclipse-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.