1 /*
   2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
   3  * Copyright (c) 2018 SAP SE. All rights reserved.
   4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5  *
   6  * This code is free software; you can redistribute it and/or modify it
   7  * under the terms of the GNU General Public License version 2 only, as
   8  * published by the Free Software Foundation.
   9  *
  10  * This code is distributed in the hope that it will be useful, but WITHOUT
  11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13  * version 2 for more details (a copy is included in the LICENSE file that
  14  * accompanied this code).
  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  */
  24 
  25 class AME1_E extends AME1_B implements AME1_C {
  26 
  27     public Method "<init>":"()V"
  28         stack 1 locals 1
  29     {
  30         aload_0;
  31         invokespecial Method AME1_B."<init>":"()V";
  32         return;
  33     }
  34 
  35     public Method firstAbstractMethod:"()Ljava/lang/String;"
  36         stack 1 locals 1
  37     {
  38         aload_0;
  39         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  40         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  41         areturn;
  42     }
  43 
  44     public Method secondAbstractMethod:"()Ljava/lang/String;"
  45         stack 1 locals 1
  46     {
  47         aload_0;
  48         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  49         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  50         areturn;
  51     }
  52     
  53     /* Missing to cause error.
  54     public Method anAbstractMethod:"()Ljava/lang/String;"
  55         stack 1 locals 1
  56     {
  57         aload_0;
  58         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  59         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  60         areturn;
  61     }
  62     */
  63 
  64     public Method firstFunctionOfMyInterface0:"()Ljava/lang/String;"
  65         stack 1 locals 1
  66     {
  67         aload_0;
  68         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  69         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  70         areturn;
  71     }
  72 
  73     public Method secondFunctionOfMyInterface0:"()Ljava/lang/String;"
  74         stack 1 locals 1
  75     {
  76         aload_0;
  77         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  78         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  79         areturn;
  80     }
  81 
  82     public Method firstFunctionOfMyInterface:"()Ljava/lang/String;"
  83         stack 1 locals 1
  84     {
  85         aload_0;
  86         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  87         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  88         areturn;
  89     }
  90 
  91     public Method secondFunctionOfMyInterface:"()Ljava/lang/String;"
  92         stack 1 locals 1
  93     {
  94         aload_0;
  95         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
  96         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
  97         areturn;
  98     }
  99 
 100     /* Missing to cause error.
 101     public Method aFunctionOfMyInterface:"()Ljava/lang/String;"
 102         stack 1 locals 1
 103     {
 104         aload_0;
 105         invokevirtual Method java/lang/Object.getClass:"()Ljava/lang/Class;";
 106         invokevirtual Method java/lang/Class.getName:"()Ljava/lang/String;";
 107         areturn;
 108     }
 109     */
 110 }