org.eclipse.jdt.internal.compiler.parser
Class RecoveredAnnotation
java.lang.Object
org.eclipse.jdt.internal.compiler.parser.RecoveredElement
org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
public class RecoveredAnnotation
- extends RecoveredElement
| Methods inherited from class org.eclipse.jdt.internal.compiler.parser.RecoveredElement |
add, add, add, add, add, add, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, parser, preserveEnclosingBlocks, previousAvailableLineEnd, tabString, topElement, toString, type, updateBodyStart, updateOnOpeningBrace, updateSourceEndIfNecessary, updateSourceEndIfNecessary |
MARKER
public static final int MARKER
- See Also:
- Constant Field Values
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
SINGLE_MEMBER
public static final int SINGLE_MEMBER
- See Also:
- Constant Field Values
hasPendingMemberValueName
public boolean hasPendingMemberValueName
memberValuPairEqualEnd
public int memberValuPairEqualEnd
annotation
public Annotation annotation
RecoveredAnnotation
public RecoveredAnnotation(int identifierPtr,
int identifierLengthPtr,
int sourceStart,
RecoveredElement parent,
int bracketBalance)
add
public RecoveredElement add(TypeDeclaration typeDeclaration,
int bracketBalanceValue)
- Overrides:
add in class RecoveredElement
addAnnotationName
public RecoveredElement addAnnotationName(int identPtr,
int identLengthPtr,
int annotationStart,
int bracketBalanceValue)
- Overrides:
addAnnotationName in class RecoveredElement
addAnnotation
public RecoveredElement addAnnotation(Annotation annot,
int index)
updateFromParserState
public void updateFromParserState()
- Overrides:
updateFromParserState in class RecoveredElement
parseTree
public ASTNode parseTree()
- Overrides:
parseTree in class RecoveredElement
resetPendingModifiers
public void resetPendingModifiers()
- Overrides:
resetPendingModifiers in class RecoveredElement
setKind
public void setKind(int kind)
sourceEnd
public int sourceEnd()
- Overrides:
sourceEnd in class RecoveredElement
toString
public String toString(int tab)
- Overrides:
toString in class RecoveredElement
updatedAnnotationReference
public Annotation updatedAnnotationReference()
updateOnClosingBrace
public RecoveredElement updateOnClosingBrace(int braceStart,
int braceEnd)
- Overrides:
updateOnClosingBrace in class RecoveredElement
updateParseTree
public void updateParseTree()
- Overrides:
updateParseTree in class RecoveredElement
Copyright © 2012. All Rights Reserved.