Class SourceVisitorAdapter

  • All Implemented Interfaces:
    SourceVisitor

    public class SourceVisitorAdapter
    extends java.lang.Object
    implements SourceVisitor
    The Source visitor adapter.
    Version:
    AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(Source impl)
      Visitor method for a Source type object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SourceVisitorAdapter

        public SourceVisitorAdapter()
    • Method Detail

      • visit

        public void visit​(Source impl)
        Description copied from interface: SourceVisitor
        Visitor method for a Source type object.
        Specified by:
        visit in interface SourceVisitor
        Parameters:
        impl - a Source type object