| Package | Description |
|---|---|
| com.bacoder.parser.java.adapter | |
| com.bacoder.parser.java.api | |
| com.bacoder.parser.java.visitor |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
AnnotationAdapter.adapt(JavaParser.AnnotationContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
PackageDeclaration.getAnnotations() |
List<Annotation> |
NodeWithModifiers.getAnnotations() |
List<Annotation> |
EnumConstant.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVisitor.after(Annotation annotation) |
void |
GenericVisitor.before(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageDeclaration.setAnnotations(List<Annotation> annotations) |
void |
NodeWithModifiers.setAnnotations(List<Annotation> annotations) |
void |
EnumConstant.setAnnotations(List<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVisitor.after(Annotation annotation) |
void |
GenericVisitor.before(Annotation annotation) |
Copyright © 2013. All rights reserved.