Class AdderWrapper

    • Constructor Detail

      • AdderWrapper

        public AdderWrapper​(Assignment rhs,
                            List<Type> thrownTypesToExclude,
                            boolean fieldAssignment,
                            String adderIteratorName)
    • Method Detail

      • getAdderType

        public Type getAdderType()
      • isIncludeSourceNullCheck

        public boolean isIncludeSourceNullCheck()
      • isSetExplicitlyToNull

        public boolean isSetExplicitlyToNull()
      • isSetExplicitlyToDefault

        public boolean isSetExplicitlyToDefault()
      • getImportTypes

        public Set<Type> getImportTypes()
        Description copied from class: ModelElement
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Specified by:
        getImportTypes in interface Assignment
        Overrides:
        getImportTypes in class AssignmentWrapper
        Returns:
        A set with type referenced by this model element. Must not be null.