| Modifier and Type | Method and Description |
|---|---|
TypeInsertPoint |
FormalParameter.createTypeInsertPoint(TypePlaceholder tph,
ResultSet resultSet) |
TypeInsertPoint |
Field.createTypeInsertPoint(TypePlaceholder tph,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
TypeInsertPoint |
LambdaParameter.createTypeInsertPoint(TypePlaceholder tph,
ResultSet resultSet) |
TypeInsertPoint |
LocalVarDecl.createTypeInsertPoint(TypePlaceholder tph,
ResultSet resultSet) |
| Modifier and Type | Method and Description |
|---|---|
Menge<TypeInsertPoint> |
TypePlaceholder.getTypeInsertPoints(ResultSet result)
Berechnet die InsertPoints dieses TypePlaceholders.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInsertPoint |
TypeInsertable.createTypeInsertPoint(TypePlaceholder tph,
ResultSet resultSet)
Errechnet den TypeInsertPoint für das TypeInsertable.
|
TypeInsertPoint |
FunNMethod.createTypeInsertPoint(TypePlaceholder tph,
ResultSet resultSet) |
| Modifier and Type | Field and Description |
|---|---|
Menge<TypeInsertPoint> |
TypeInsertSet.points |
| Modifier and Type | Method and Description |
|---|---|
TypeInsertPoint |
TypeInsertSet.getInsertPointFor(TypeInsertable node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInsertSet.add(TypeInsertPoint typeInsertPoint)
Fügt einen TypeInsertPoint dem TypeInsertSet hinzu.
|
java.lang.String |
TypeInsertSet.insertType(TypeInsertPoint tip,
java.lang.String fileContent)
Fügt nur einen einzelnen TypeInsertPoint in fileContent ein.
|
private void |
TypeInsertSet.insertType(TypeInsertPoint tip,
TypePatchJob tpj)
Fügt einen einzelnen TypeInsertPoint einem TypePatchJob hinzu
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeInsertSet.add(Menge<TypeInsertPoint> insertPoints)
Fügt TypeInsertPoints an
|