Class GenericVisitorSupport

  • All Implemented Interfaces:
    IVisitorSupport

    public class GenericVisitorSupport
    extends java.lang.Object
    implements IVisitorSupport
    Implementation of IVisitorSupport for IModelObjects not generated implementing IVisitorSupport.
    Since:
    21.6
    Implementation Note:
    This implementation uses generic access via the IpsModel, so generating your classes with visitor support will be more efficient if you have access to the project's generator settings.
    • Constructor Detail

      • GenericVisitorSupport

        public GenericVisitorSupport​(IModelObject modelObject)
    • Method Detail