public class RecoveredExport extends RecoveredElement
| Modifier and Type | Field and Description |
|---|---|
ExportsStatement |
exportReference |
bracketBalance, foundOpeningBrace, lambdaNestLevel, parent, recoveringParser| Constructor and Description |
|---|
RecoveredExport(ExportsStatement exportReference,
RecoveredElement parent,
int bracketBalance) |
| Modifier and Type | Method and Description |
|---|---|
RecoveredElement |
add(ModuleReference target,
int bracketBalance1) |
ASTNode |
parseTree() |
int |
sourceEnd() |
java.lang.String |
toString(int tab) |
ExportsStatement |
updatedExportReference() |
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 ExportsStatement exportReference
public RecoveredExport(ExportsStatement exportReference, RecoveredElement parent, int bracketBalance)
public RecoveredElement add(ModuleReference target, int bracketBalance1)
public ASTNode parseTree()
parseTree in class RecoveredElementpublic int sourceEnd()
sourceEnd in class RecoveredElementpublic java.lang.String toString(int tab)
toString in class RecoveredElementpublic ExportsStatement updatedExportReference()
public void updateParseTree()
updateParseTree in class RecoveredElementpublic void updateSourceEndIfNecessary(int bodyStart,
int bodyEnd)
updateSourceEndIfNecessary in class RecoveredElement