| D | AsmTest.java | 2 // Copyright (c) 2000-2011 INRIA, France Telecom 46 * <li>a small set of hand-crafted classes designed to contain as much class file structures as 48 * called "precompiled classes" below, because they are not compiled as part of the build. 100 JDK8(8, Api.ASM5), enumConstant 134 * A precompiled class, hand-crafted to contain some set of class file structures. These classes 135 * are not compiled as part of the build. Instead, they have been compiled beforehand, with the 152 JDK8_ALL_FRAMES("jdk8.AllFrames", JdkVersion.JDK8), 153 JDK8_ALL_INSTRUCTIONS("jdk8.AllInstructions", JdkVersion.JDK8), 154 JDK8_ALL_STRUCTURES("jdk8.AllStructures", JdkVersion.JDK8), 155 JDK8_ANONYMOUS_INNER_CLASS("jdk8.AllStructures$1", JdkVersion.JDK8), [all …]
|