org.eclipse.jdt.internal.compiler.parser
类 RecoveredLocalVariable
java.lang.Object
org.eclipse.jdt.internal.compiler.parser.RecoveredElement
org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
org.eclipse.jdt.internal.compiler.parser.RecoveredLocalVariable
public class RecoveredLocalVariable
- extends RecoveredStatement
| 从类 org.eclipse.jdt.internal.compiler.parser.RecoveredElement 继承的方法 |
add, add, add, add, add, add, addAnnotationName, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, parser, preserveEnclosingBlocks, previousAvailableLineEnd, resetPendingModifiers, tabString, topElement, toString, type, updateBodyStart, updateFromParserState, updateSourceEndIfNecessary |
annotations
public RecoveredAnnotation[] annotations
annotationCount
public int annotationCount
modifiers
public int modifiers
modifiersStart
public int modifiersStart
localDeclaration
public LocalDeclaration localDeclaration
RecoveredLocalVariable
public RecoveredLocalVariable(LocalDeclaration localDeclaration,
RecoveredElement parent,
int bracketBalance)
add
public RecoveredElement add(Statement stmt,
int bracketBalanceValue)
- 覆盖:
- 类
RecoveredElement 中的 add
attach
public void attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart)
parseTree
public ASTNode parseTree()
- 覆盖:
- 类
RecoveredStatement 中的 parseTree
sourceEnd
public int sourceEnd()
- 覆盖:
- 类
RecoveredStatement 中的 sourceEnd
toString
public String toString(int tab)
- 覆盖:
- 类
RecoveredStatement 中的 toString
updatedStatement
public Statement updatedStatement(int depth,
Set knownTypes)
- 覆盖:
- 类
RecoveredStatement 中的 updatedStatement
updateOnClosingBrace
public RecoveredElement updateOnClosingBrace(int braceStart,
int braceEnd)
- 覆盖:
- 类
RecoveredStatement 中的 updateOnClosingBrace
updateOnOpeningBrace
public RecoveredElement updateOnOpeningBrace(int braceStart,
int braceEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateOnOpeningBrace
updateParseTree
public void updateParseTree()
- 覆盖:
- 类
RecoveredStatement 中的 updateParseTree
updateSourceEndIfNecessary
public void updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
- 覆盖:
- 类
RecoveredStatement 中的 updateSourceEndIfNecessary
Copyright © 2013. All Rights Reserved.