Searched refs:ClassReader (Results 1 - 25 of 65) sorted by relevance

123

/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocClassReader.java32 import com.sun.tools.javac.jvm.ClassReader;
38 public class JavadocClassReader extends ClassReader {
41 ClassReader instance = context.get(classReaderKey);
48 context.put(classReaderKey, new Context.Factory<ClassReader>() {
49 public ClassReader make(Context c) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFieldWriter.java155 if (ClassReader.SIGNATURES && signature != null) {
171 if (!ClassReader.ANNOTATIONS) {
221 if (ClassReader.SIGNATURES && signature != 0) {
225 if (ClassReader.ANNOTATIONS && anns != null) {
229 if (ClassReader.ANNOTATIONS && ianns != null) {
258 if (ClassReader.SIGNATURES && signature != 0) {
261 if (ClassReader.ANNOTATIONS && anns != null) {
264 if (ClassReader.ANNOTATIONS && ianns != null) {
283 if (ClassReader.SIGNATURES && signature != 0) {
287 if (ClassReader
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDefaultAttribute.java35 DefaultAttribute(ClassReader cr, int name_index, byte[] data) {
H A DDeprecated_attribute.java39 Deprecated_attribute(ClassReader cr, int name_index, int length) throws IOException {
H A DSynthetic_attribute.java39 Synthetic_attribute(ClassReader cr, int name_index, int length) throws IOException {
H A DConstantValue_attribute.java39 ConstantValue_attribute(ClassReader cr, int name_index, int length) throws IOException {
H A DRuntimeAnnotations_attribute.java39 protected RuntimeAnnotations_attribute(ClassReader cr, int name_index, int length)
H A DRuntimeInvisibleAnnotations_attribute.java39 RuntimeInvisibleAnnotations_attribute(ClassReader cr, int name_index, int length)
H A DRuntimeInvisibleParameterAnnotations_attribute.java39 RuntimeInvisibleParameterAnnotations_attribute(ClassReader cr, int name_index, int length)
H A DRuntimeVisibleAnnotations_attribute.java39 RuntimeVisibleAnnotations_attribute(ClassReader cr, int name_index, int length)
H A DRuntimeVisibleParameterAnnotations_attribute.java39 RuntimeVisibleParameterAnnotations_attribute(ClassReader cr, int name_index, int length)
H A DStackMapTable_attribute.java46 StackMapTable_attribute(ClassReader cr, int name_index, int length)
81 static stack_map_frame read(ClassReader cr)
142 same_locals_1_stack_item_frame(int frame_type, ClassReader cr)
166 same_locals_1_stack_item_frame_extended(int frame_type, ClassReader cr)
192 chop_frame(int frame_type, ClassReader cr) throws IOException {
214 same_frame_extended(int frame_type, ClassReader cr) throws IOException {
236 append_frame(int frame_type, ClassReader cr)
266 full_frame(int frame_type, ClassReader cr)
317 static verification_type_info read(ClassReader cr)
353 Object_variable_info(ClassReader c
[all...]
H A DAnnotation.java46 Annotation(ClassReader cr) throws IOException, InvalidAnnotation {
77 public static element_value read(ClassReader cr)
129 Primitive_element_value(ClassReader cr, int tag) throws IOException {
148 Enum_element_value(ClassReader cr, int tag) throws IOException {
168 Class_element_value(ClassReader cr, int tag) throws IOException {
186 Annotation_element_value(ClassReader cr, int tag)
205 Array_element_value(ClassReader cr, int tag)
231 element_value_pair(ClassReader cr)
H A DBootstrapMethods_attribute.java42 BootstrapMethods_attribute(ClassReader cr, int name_index, int length)
76 BootstrapMethodSpecifier(ClassReader cr) throws IOException {
H A DCharacterRangeTable_attribute.java47 CharacterRangeTable_attribute(ClassReader cr, int name_index, int length) throws IOException {
72 Entry(ClassReader cr) throws IOException {
H A DClassReader.java40 public class ClassReader { class
41 ClassReader(ClassFile classFile, InputStream in, Attribute.Factory attributeFactory) throws IOException { method in class:ClassReader
H A DLineNumberTable_attribute.java39 LineNumberTable_attribute(ClassReader cr, int name_index, int length) throws IOException {
66 Entry(ClassReader cr) throws IOException {
H A DLocalVariableTable_attribute.java39 LocalVariableTable_attribute(ClassReader cr, int name_index, int length) throws IOException {
66 Entry(ClassReader cr) throws IOException {
H A DLocalVariableTypeTable_attribute.java39 LocalVariableTypeTable_attribute(ClassReader cr, int name_index, int length) throws IOException {
66 Entry(ClassReader cr) throws IOException {
H A DStackMap_attribute.java37 StackMap_attribute(ClassReader cr, int name_index, int length)
65 stack_map_frame(ClassReader cr)
H A DAnnotationDefault_attribute.java39 AnnotationDefault_attribute(ClassReader cr, int name_index, int length)
H A DCompilationID_attribute.java37 CompilationID_attribute(ClassReader cr, int name_index, int length) throws IOException {
H A DConstantPool.java166 ConstantPool(ClassReader cr) throws IOException, InvalidEntry {
377 protected CPRefInfo(ConstantPool cp, ClassReader cr, int tag) throws IOException {
417 CONSTANT_Class_info(ConstantPool cp, ClassReader cr) throws IOException {
485 CONSTANT_Double_info(ClassReader cr) throws IOException {
519 CONSTANT_Fieldref_info(ConstantPool cp, ClassReader cr) throws IOException {
538 CONSTANT_Float_info(ClassReader cr) throws IOException {
567 CONSTANT_Integer_info(ClassReader cr) throws IOException {
596 CONSTANT_InterfaceMethodref_info(ConstantPool cp, ClassReader cr) throws IOException {
615 CONSTANT_InvokeDynamic_info(ConstantPool cp, ClassReader cr) throws IOException {
653 CONSTANT_Long_info(ClassReader c
[all...]
H A DEnclosingMethod_attribute.java40 EnclosingMethod_attribute(ClassReader cr, int name_index, int length) throws IOException {
H A DExceptions_attribute.java39 Exceptions_attribute(ClassReader cr, int name_index, int length) throws IOException {

Completed in 63 milliseconds

123