test/langtools/lib/annotations/annotations/classfile/ClassfileInspector.java
changeset 50735 2f2af62dfac7
parent 47216 71c04702a3d5
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     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
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  1251         public Void visitLocalVariableTypeTable(LocalVariableTypeTable_attribute attr, T p) {
  1251         public Void visitLocalVariableTypeTable(LocalVariableTypeTable_attribute attr, T p) {
  1252             return null;
  1252             return null;
  1253         }
  1253         }
  1254 
  1254 
  1255         @Override
  1255         @Override
       
  1256           public Void visitNestHost(NestHost_attribute attr, T p) {
       
  1257             return null;
       
  1258         }
       
  1259 
       
  1260         @Override
  1256         public Void visitMethodParameters(MethodParameters_attribute attr, T p) {
  1261         public Void visitMethodParameters(MethodParameters_attribute attr, T p) {
  1257             return null;
  1262             return null;
  1258         }
  1263         }
  1259 
  1264 
  1260         @Override
  1265         @Override
  1282             return null;
  1287             return null;
  1283         }
  1288         }
  1284 
  1289 
  1285         @Override
  1290         @Override
  1286         public Void visitModuleTarget(ModuleTarget_attribute attr, T p) {
  1291         public Void visitModuleTarget(ModuleTarget_attribute attr, T p) {
       
  1292             return null;
       
  1293         }
       
  1294 
       
  1295         @Override
       
  1296         public Void visitNestMembers(NestMembers_attribute attr, T p) {
  1287             return null;
  1297             return null;
  1288         }
  1298         }
  1289 
  1299 
  1290         @Override
  1300         @Override
  1291         public Void visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute attr, T p) {
  1301         public Void visitRuntimeInvisibleAnnotations(RuntimeInvisibleAnnotations_attribute attr, T p) {