org.eclipse.jdt.internal.compiler.parser
Class 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
| Methods inherited from class 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)
- Overrides:
add in class RecoveredElement
attach
public void attach(RecoveredAnnotation[] annots,
int annotCount,
int mods,
int modsSourceStart)
parseTree
public ASTNode parseTree()
- Overrides:
parseTree in class RecoveredStatement
sourceEnd
public int sourceEnd()
- Overrides:
sourceEnd in class RecoveredStatement
toString
public String toString(int tab)
- Overrides:
toString in class RecoveredStatement
updatedStatement
public Statement updatedStatement(int depth,
Set knownTypes)
- Overrides:
updatedStatement in class RecoveredStatement
updateOnClosingBrace
public RecoveredElement updateOnClosingBrace(int braceStart,
int braceEnd)
- Overrides:
updateOnClosingBrace in class RecoveredStatement
updateOnOpeningBrace
public RecoveredElement updateOnOpeningBrace(int braceStart,
int braceEnd)
- Overrides:
updateOnOpeningBrace in class RecoveredElement
updateParseTree
public void updateParseTree()
- Overrides:
updateParseTree in class RecoveredStatement
updateSourceEndIfNecessary
public void updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
- Overrides:
updateSourceEndIfNecessary in class RecoveredStatement
Copyright © 2012. All Rights Reserved.