| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.parser |
| Modifier and Type | Field and Description |
|---|---|
RecoveredAnnotation[] |
RecoveredMethod.annotations |
RecoveredAnnotation[] |
RecoveredField.annotations |
RecoveredAnnotation[] |
RecoveredType.annotations |
RecoveredAnnotation[] |
RecoveredLocalVariable.annotations |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveredMethod.attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart) |
void |
RecoveredField.attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart) |
void |
RecoveredType.attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart) |
void |
RecoveredLocalVariable.attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart) |
Copyright © 2015. All rights reserved.