org.eclipse.jdt.internal.compiler.parser
类 RecoveredField
java.lang.Object
org.eclipse.jdt.internal.compiler.parser.RecoveredElement
org.eclipse.jdt.internal.compiler.parser.RecoveredField
- 直接已知子类:
- RecoveredInitializer
public class RecoveredField
- extends RecoveredElement
|
方法摘要 |
RecoveredElement |
add(FieldDeclaration addedfieldDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
add(Statement statement,
int bracketBalanceValue)
|
RecoveredElement |
add(TypeDeclaration typeDeclaration,
int bracketBalanceValue)
|
void |
attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart)
|
ASTNode |
parseTree()
|
int |
sourceEnd()
|
String |
toString(int tab)
|
FieldDeclaration |
updatedFieldDeclaration(int depth,
Set knownTypes)
|
RecoveredElement |
updateOnClosingBrace(int braceStart,
int braceEnd)
|
RecoveredElement |
updateOnOpeningBrace(int braceStart,
int braceEnd)
|
void |
updateParseTree()
|
void |
updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
|
| 从类 org.eclipse.jdt.internal.compiler.parser.RecoveredElement 继承的方法 |
add, add, add, add, addAnnotationName, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, parser, preserveEnclosingBlocks, previousAvailableLineEnd, resetPendingModifiers, tabString, topElement, toString, type, updateBodyStart, updateFromParserState, updateSourceEndIfNecessary |
fieldDeclaration
public FieldDeclaration fieldDeclaration
annotations
public RecoveredAnnotation[] annotations
annotationCount
public int annotationCount
modifiers
public int modifiers
modifiersStart
public int modifiersStart
anonymousTypes
public RecoveredType[] anonymousTypes
anonymousTypeCount
public int anonymousTypeCount
RecoveredField
public RecoveredField(FieldDeclaration fieldDeclaration,
RecoveredElement parent,
int bracketBalance)
RecoveredField
public RecoveredField(FieldDeclaration fieldDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser)
add
public RecoveredElement add(FieldDeclaration addedfieldDeclaration,
int bracketBalanceValue)
- 覆盖:
- 类
RecoveredElement 中的 add
add
public RecoveredElement add(Statement statement,
int bracketBalanceValue)
- 覆盖:
- 类
RecoveredElement 中的 add
add
public RecoveredElement add(TypeDeclaration typeDeclaration,
int bracketBalanceValue)
- 覆盖:
- 类
RecoveredElement 中的 add
attach
public void attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart)
parseTree
public ASTNode parseTree()
- 覆盖:
- 类
RecoveredElement 中的 parseTree
sourceEnd
public int sourceEnd()
- 覆盖:
- 类
RecoveredElement 中的 sourceEnd
toString
public String toString(int tab)
- 覆盖:
- 类
RecoveredElement 中的 toString
updatedFieldDeclaration
public FieldDeclaration updatedFieldDeclaration(int depth,
Set knownTypes)
updateOnClosingBrace
public RecoveredElement updateOnClosingBrace(int braceStart,
int braceEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateOnClosingBrace
updateOnOpeningBrace
public RecoveredElement updateOnOpeningBrace(int braceStart,
int braceEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateOnOpeningBrace
updateParseTree
public void updateParseTree()
- 覆盖:
- 类
RecoveredElement 中的 updateParseTree
updateSourceEndIfNecessary
public void updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateSourceEndIfNecessary
Copyright © 2013. All Rights Reserved.