1 /*
   2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /* Generated from: ExternalSuper.java
  25 
  26    Constructor access level is changed to private.
  27 */
  28 
  29 class ExternalSuper {
  30   0xCAFEBABE;
  31   0; // minor version
  32   53; // version
  33   [] { // Constant Pool
  34     ; // first element is empty
  35     Method #3 #10; // #1    
  36     class #11; // #2    
  37     class #12; // #3    
  38     Utf8 "<init>"; // #4    
  39     Utf8 "()V"; // #5    
  40     Utf8 "Code"; // #6    
  41     Utf8 "LineNumberTable"; // #7    
  42     Utf8 "SourceFile"; // #8    
  43     Utf8 "TestConstructorHierarchy.java"; // #9    
  44     NameAndType #4 #5; // #10    
  45     Utf8 "ExternalSuper"; // #11    
  46     Utf8 "java/lang/Object"; // #12    
  47   } // Constant Pool
  48 
  49   0x0020; // access
  50   #2;// this_cpx
  51   #3;// super_cpx
  52 
  53   [] { // Interfaces
  54   } // Interfaces
  55 
  56   [] { // fields
  57   } // fields
  58 
  59   [] { // methods
  60     { // Member
  61       0x0002; // access - modified to private
  62       #4; // name_cpx
  63       #5; // sig_cpx
  64       [] { // Attributes
  65         Attr(#6) { // Code
  66           1; // max_stack
  67           1; // max_locals
  68           Bytes[]{
  69             0x2AB70001B1;
  70           };
  71           [] { // Traps
  72           } // end Traps
  73           [] { // Attributes
  74             Attr(#7) { // LineNumberTable
  75               [] { // LineNumberTable
  76                 0  78;
  77               }
  78             } // end LineNumberTable
  79           } // Attributes
  80         } // end Code
  81       } // Attributes
  82     } // Member
  83   } // methods
  84 
  85   [] { // Attributes
  86     Attr(#8) { // SourceFile
  87       #9;
  88     } // end SourceFile
  89   } // Attributes
  90 } // end class ExternalSuper