public class RecoveredTypeReference extends RecoveredElement
| Modifier and Type | Field and Description |
|---|---|
TypeReference |
typeReference |
bracketBalance, foundOpeningBrace, lambdaNestLevel, parent, recoveringParser| Constructor and Description |
|---|
RecoveredTypeReference(TypeReference typeReference,
RecoveredElement parent,
int bracketBalance) |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
parseTree() |
java.lang.String |
toString(int tab) |
TypeReference |
updatedImportReference() |
void |
updateParseTree() |
TypeReference |
updateTypeReference() |
add, add, add, add, add, add, add, add, add, addAnnotationName, addBlockStatement, addModifier, depth, enclosingInitializer, enclosingMethod, enclosingType, getLastStart, parser, preserveEnclosingBlocks, previousAvailableLineEnd, resetPendingModifiers, sourceEnd, tabString, topElement, toString, type, updateBodyStart, updateFromParserState, updateOnClosingBrace, updateOnOpeningBrace, updateSourceEndIfNecessary, updateSourceEndIfNecessarypublic TypeReference typeReference
public RecoveredTypeReference(TypeReference typeReference, RecoveredElement parent, int bracketBalance)
public ASTNode parseTree()
parseTree in class RecoveredElementpublic TypeReference updateTypeReference()
public java.lang.String toString(int tab)
toString in class RecoveredElementpublic TypeReference updatedImportReference()
public void updateParseTree()
updateParseTree in class RecoveredElement