public class UpdateWrapper extends AssignmentWrapper
Assignment.AssignmentTypeWritable.Context| Constructor and Description |
|---|
UpdateWrapper(Assignment decoratedAssignment,
List<Type> thrownTypesToExclude,
Assignment factoryMethod,
Type targetImplementationType) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
getFactoryMethod() |
Set<Type> |
getImportTypes()
Returns a set containing those
Types referenced by this model element for which an import statement needs
to be declared. |
List<Type> |
getThrownTypes()
returns all types exception types thrown by this assignment.
|
getAssignment, getSourceLocalVarName, getSourceReference, getSourceType, getType, isUpdateMethod, setAssignment, setSourceLocalVarNamewritegetTemplateName, getTemplateNameForClasspublic UpdateWrapper(Assignment decoratedAssignment, List<Type> thrownTypesToExclude, Assignment factoryMethod, Type targetImplementationType)
public List<Type> getThrownTypes()
AssignmentgetThrownTypes in interface AssignmentgetThrownTypes in class AssignmentWrapperpublic Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
to be declared.getImportTypes in interface AssignmentgetImportTypes in class AssignmentWrappernull.public Assignment getFactoryMethod()
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.