Class ArrayCopyWrapper

    • Field Detail

      • arraysType

        private final Type arraysType
      • targetType

        private final Type targetType
      • setExplicitlyToNull

        private final boolean setExplicitlyToNull
      • setExplicitlyToDefault

        private final boolean setExplicitlyToDefault
    • Constructor Detail

      • ArrayCopyWrapper

        public ArrayCopyWrapper​(Assignment rhs,
                                java.lang.String targetPropertyName,
                                Type arraysType,
                                Type targetType,
                                boolean fieldAssignment,
                                boolean setExplicitlyToNull,
                                boolean setExplicitlyToDefault)
    • Method Detail

      • getImportTypes

        public java.util.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.
      • isIncludeSourceNullCheck

        public boolean isIncludeSourceNullCheck()
      • isSetExplicitlyToNull

        public boolean isSetExplicitlyToNull()
      • isSetExplicitlyToDefault

        public boolean isSetExplicitlyToDefault()