org.eclipse.jdt.internal.compiler.parser
类 RecoveredStatement
java.lang.Object
org.eclipse.jdt.internal.compiler.parser.RecoveredElement
org.eclipse.jdt.internal.compiler.parser.RecoveredStatement
- 直接已知子类:
- RecoveredBlock, RecoveredLocalVariable, RecoveredType
public class RecoveredStatement
- extends RecoveredElement
| 从类 org.eclipse.jdt.internal.compiler.parser.RecoveredElement 继承的方法 |
add, add, add, add, add, add, add, addAnnotationName, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, parser, preserveEnclosingBlocks, previousAvailableLineEnd, resetPendingModifiers, tabString, topElement, toString, type, updateBodyStart, updateFromParserState, updateOnOpeningBrace, updateSourceEndIfNecessary |
statement
public Statement statement
RecoveredStatement
public RecoveredStatement(Statement statement,
RecoveredElement parent,
int bracketBalance)
parseTree
public ASTNode parseTree()
- 覆盖:
- 类
RecoveredElement 中的 parseTree
sourceEnd
public int sourceEnd()
- 覆盖:
- 类
RecoveredElement 中的 sourceEnd
toString
public String toString(int tab)
- 覆盖:
- 类
RecoveredElement 中的 toString
updatedStatement
public Statement updatedStatement(int depth,
Set knownTypes)
updateParseTree
public void updateParseTree()
- 覆盖:
- 类
RecoveredElement 中的 updateParseTree
updateSourceEndIfNecessary
public void updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateSourceEndIfNecessary
updateOnClosingBrace
public RecoveredElement updateOnClosingBrace(int braceStart,
int braceEnd)
- 覆盖:
- 类
RecoveredElement 中的 updateOnClosingBrace
Copyright © 2013. All Rights Reserved.