org.eclipse.jdt.internal.compiler.parser
类 RecoveredAnnotation
java.lang.Object
org.eclipse.jdt.internal.compiler.parser.RecoveredElement
org.eclipse.jdt.internal.compiler.parser.RecoveredAnnotation
public class RecoveredAnnotation
- extends RecoveredElement
| 从类 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
- 另请参见:
- 常量字段值
NORMAL
public static final int NORMAL
- 另请参见:
- 常量字段值
SINGLE_MEMBER
public static final int SINGLE_MEMBER
- 另请参见:
- 常量字段值
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)
- 覆盖:
- 类
RecoveredElement 中的 add
addAnnotationName
public RecoveredElement addAnnotationName(int identPtr,
int identLengthPtr,
int annotationStart,
int bracketBalanceValue)
- 覆盖:
- 类
RecoveredElement 中的 addAnnotationName
addAnnotation
public RecoveredElement addAnnotation(Annotation annot,
int index)
updateFromParserState
public void updateFromParserState()
- 覆盖:
- 类
RecoveredElement 中的 updateFromParserState
parseTree
public ASTNode parseTree()
- 覆盖:
- 类
RecoveredElement 中的 parseTree
resetPendingModifiers
public void resetPendingModifiers()
- 覆盖:
- 类
RecoveredElement 中的 resetPendingModifiers
setKind
public void setKind(int kind)
sourceEnd
public int sourceEnd()
- 覆盖:
- 类
RecoveredElement 中的 sourceEnd
toString
public String toString(int tab)
- 覆盖:
- 类
RecoveredElement 中的 toString
updatedAnnotationReference
public Annotation updatedAnnotationReference()
updateOnClosingBrace
public RecoveredElement updateOnClosingBrace(int braceStart,
int braceEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateOnClosingBrace
updateParseTree
public void updateParseTree()
- 覆盖:
- 类
RecoveredElement 中的 updateParseTree
Copyright © 2013. All Rights Reserved.