Class WrapperForCollectionsAndMaps

All Implemented Interfaces:
Assignment, Writable
Direct Known Subclasses:
GetterWrapperForCollectionsAndMaps, SetterWrapperForCollectionsAndMaps, SetterWrapperForCollectionsAndMapsWithNullCheck

public class WrapperForCollectionsAndMaps extends AssignmentWrapper
Author:
Sjaak Derksen
  • Constructor Details

    • WrapperForCollectionsAndMaps

      public WrapperForCollectionsAndMaps(Assignment rhs, List<Type> thrownTypesToExclude, Type targetType, boolean fieldAssignment)
  • Method Details

    • getThrownTypes

      public List<Type> getThrownTypes()
      Description copied from interface: Assignment
      returns all types exception types thrown by this assignment.
      Specified by:
      getThrownTypes in interface Assignment
      Overrides:
      getThrownTypes in class AssignmentWrapper
      Returns:
      exceptions thrown
    • getNullCheckLocalVarName

      public String getNullCheckLocalVarName()
    • getNullCheckLocalVarType

      public Type getNullCheckLocalVarType()