See: Description
| Interface | Description |
|---|---|
| EclipseASTVisitor |
Implement so you can ask any JavacAST.Node to traverse depth-first through all children,
calling the appropriate visit and endVisit methods.
|
| Class | Description |
|---|---|
| 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. |
| EclipseAstProblemView | |
| EclipseASTVisitor.Printer |
Prints the structure of an AST.
|
| EclipseImportList | |
| 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.
|
| Annotation Type | Description |
|---|---|
| DeferUntilPostDiet |
Mark a handler class with this annotation to indicate that this handler should not be run in the diet parse phase.
|
Copyright © 2009-2013 The Project Lombok Authors, licensed under the MIT licence.