public class RecoveredAnnotation extends RecoveredElement
| Modifier and Type | Field and Description |
|---|---|
Annotation |
annotation |
boolean |
hasPendingMemberValueName |
static int |
MARKER |
int |
memberValuPairEqualEnd |
static int |
NORMAL |
static int |
SINGLE_MEMBER |
bracketBalance, foundOpeningBrace, lambdaNestLevel, parent, recoveringParser| Constructor and Description |
|---|
RecoveredAnnotation(int identifierPtr,
int identifierLengthPtr,
int sourceStart,
RecoveredElement parent,
int bracketBalance) |
| Modifier and Type | Method and Description |
|---|---|
RecoveredElement |
add(TypeDeclaration typeDeclaration,
int bracketBalanceValue) |
RecoveredElement |
addAnnotation(Annotation annot,
int index) |
RecoveredElement |
addAnnotationName(int identPtr,
int identLengthPtr,
int annotationStart,
int bracketBalanceValue) |
ASTNode |
parseTree() |
void |
resetPendingModifiers() |
void |
setKind(int kind) |
int |
sourceEnd() |
java.lang.String |
toString(int tab) |
Annotation |
updatedAnnotationReference() |
void |
updateFromParserState() |
RecoveredElement |
updateOnClosingBrace(int braceStart,
int braceEnd) |
void |
updateParseTree() |
add, add, add, add, add, add, add, add, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, getLastStart, parser, preserveEnclosingBlocks, previousAvailableLineEnd, tabString, topElement, toString, type, updateBodyStart, updateOnOpeningBrace, updateSourceEndIfNecessary, updateSourceEndIfNecessarypublic static final int MARKER
public static final int NORMAL
public static final int SINGLE_MEMBER
public boolean hasPendingMemberValueName
public int memberValuPairEqualEnd
public Annotation annotation
public RecoveredAnnotation(int identifierPtr,
int identifierLengthPtr,
int sourceStart,
RecoveredElement parent,
int bracketBalance)
public RecoveredElement add(TypeDeclaration typeDeclaration, int bracketBalanceValue)
add in class RecoveredElementpublic RecoveredElement addAnnotationName(int identPtr, int identLengthPtr, int annotationStart, int bracketBalanceValue)
addAnnotationName in class RecoveredElementpublic RecoveredElement addAnnotation(Annotation annot, int index)
public void updateFromParserState()
updateFromParserState in class RecoveredElementpublic ASTNode parseTree()
parseTree in class RecoveredElementpublic void resetPendingModifiers()
resetPendingModifiers in class RecoveredElementpublic void setKind(int kind)
public int sourceEnd()
sourceEnd in class RecoveredElementpublic java.lang.String toString(int tab)
toString in class RecoveredElementpublic Annotation updatedAnnotationReference()
public RecoveredElement updateOnClosingBrace(int braceStart, int braceEnd)
updateOnClosingBrace in class RecoveredElementpublic void updateParseTree()
updateParseTree in class RecoveredElement