public abstract class RecoveredModuleStatement extends RecoveredElement
| Modifier and Type | Field and Description |
|---|---|
ModuleStatement |
moduleStatement |
bracketBalance, foundOpeningBrace, lambdaNestLevel, parent, recoveringParser| Constructor and Description |
|---|
RecoveredModuleStatement(ModuleStatement moduleStmt,
RecoveredElement parent,
int bracketBalance) |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
parseTree() |
int |
sourceEnd() |
java.lang.String |
toString(int tab) |
protected ModuleStatement |
updatedModuleStatement() |
void |
updateParseTree() |
void |
updateSourceEndIfNecessary(int bodyStart,
int bodyEnd) |
add, add, add, add, add, add, add, add, add, addAnnotationName, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, getLastStart, parser, preserveEnclosingBlocks, previousAvailableLineEnd, resetPendingModifiers, tabString, topElement, toString, type, updateBodyStart, updateFromParserState, updateOnClosingBrace, updateOnOpeningBrace, updateSourceEndIfNecessarypublic ModuleStatement moduleStatement
public RecoveredModuleStatement(ModuleStatement moduleStmt, RecoveredElement parent, int bracketBalance)
public ASTNode parseTree()
parseTree in class RecoveredElementpublic int sourceEnd()
sourceEnd in class RecoveredElementpublic java.lang.String toString(int tab)
toString in class RecoveredElementprotected ModuleStatement updatedModuleStatement()
public void updateParseTree()
updateParseTree in class RecoveredElementpublic void updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
updateSourceEndIfNecessary in class RecoveredElement