public abstract class io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor implements io.ebeaninternal.server.deploy.visitor.BeanPropertyVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/visitor/BaseTablePropertyVisitor;

  public void visitEmbedded(io.ebeaninternal.server.deploy.BeanPropertyAssocOne<?>);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
        start local 1 // io.ebeaninternal.server.deploy.BeanPropertyAssocOne p
         0: .line 18
            return
        end local 1 // io.ebeaninternal.server.deploy.BeanPropertyAssocOne p
        end local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/visitor/BaseTablePropertyVisitor;
            0    1     1     p  Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne<*>;
    Signature: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne<*>;)V
    MethodParameters:
      Name  Flags
      p     

  public abstract void visitEmbeddedScalar(io.ebeaninternal.server.deploy.BeanProperty, io.ebeaninternal.server.deploy.BeanPropertyAssocOne<?>);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanProperty;Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/ebeaninternal/server/deploy/BeanProperty;Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne<*>;)V
    MethodParameters:
          Name  Flags
      p         
      embedded  

  public void visitMany(io.ebeaninternal.server.deploy.BeanPropertyAssocMany<?>);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
        start local 1 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany p
         0: .line 31
            return
        end local 1 // io.ebeaninternal.server.deploy.BeanPropertyAssocMany p
        end local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/visitor/BaseTablePropertyVisitor;
            0    1     1     p  Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany<*>;
    Signature: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocMany<*>;)V
    MethodParameters:
      Name  Flags
      p     

  public void visitOneExported(io.ebeaninternal.server.deploy.BeanPropertyAssocOne<?>);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
        start local 1 // io.ebeaninternal.server.deploy.BeanPropertyAssocOne p
         0: .line 38
            return
        end local 1 // io.ebeaninternal.server.deploy.BeanPropertyAssocOne p
        end local 0 // io.ebeaninternal.server.deploy.visitor.BaseTablePropertyVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/visitor/BaseTablePropertyVisitor;
            0    1     1     p  Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne<*>;
    Signature: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne<*>;)V
    MethodParameters:
      Name  Flags
      p     

  public abstract void visitOneImported(io.ebeaninternal.server.deploy.BeanPropertyAssocOne<?>);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/ebeaninternal/server/deploy/BeanPropertyAssocOne<*>;)V
    MethodParameters:
      Name  Flags
      p     

  public abstract void visitScalar(io.ebeaninternal.server.deploy.BeanProperty);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanProperty;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      p     
}
SourceFile: "BaseTablePropertyVisitor.java"