Uses of Class
org.codehaus.janino.util.ClassFile.AttributeInfo
Packages that use ClassFile.AttributeInfo
-
Uses of ClassFile.AttributeInfo in org.codehaus.janino.util
Subclasses of ClassFile.AttributeInfo in org.codehaus.janino.utilModifier and TypeClassDescriptionstatic classRepresentation of anAnnotationDefaultattribute (see JVMS8 4.7.22).static classRepresentation of aRuntime[In]visibleAnnotationsattribute (see JVMS8 4.7.16/17).static classRepresentation of an unmodifiableCodeattribute, as read from a class file.static classRepresentation of aConstantValueattribute (see JVMS 4.7.2).static classRepresentation of aDeprecatedattribute (see JVMS 4.7.10).static classRepresentation of anExceptionsattribute (see JVMS 4.7.4).static classRepresentation of anInnerClassesattribute (see JVMS 4.7.5).static classRepresentation of aLineNumberTableattribute (see JVMS 4.7.8).static classRepresentation of aLocalVariableTableattribute (see JVMS 4.7.9).static classRepresentation of aSignatureattribute (see JVMS 4.7.9).static classRepresentation of aSourceFileattribute (see JVMS 4.7.7).static classRepresentation of an unmodifiableStackMapTableattribute, as read from a class file.static classRepresentation of aSyntheticattribute (see JVMS 4.7.6).Fields in org.codehaus.janino.util declared as ClassFile.AttributeInfoModifier and TypeFieldDescriptionprivate final ClassFile.AttributeInfo[]ClassFile.CodeAttribute.attributesFields in org.codehaus.janino.util with type parameters of type ClassFile.AttributeInfoModifier and TypeFieldDescriptionprivate final List<ClassFile.AttributeInfo> ClassFile.attributesTheClassFile.AttributeInfos of the attributes of this class or interface.private final List<ClassFile.AttributeInfo> ClassFile.FieldInfo.attributesprivate final List<ClassFile.AttributeInfo> ClassFile.MethodInfo.attributesMethods in org.codehaus.janino.util that return ClassFile.AttributeInfoModifier and TypeMethodDescriptionprivate ClassFile.AttributeInfoClassFile.findAttribute(List<ClassFile.AttributeInfo> attributes, String attributeName) Finds the named attribute in the attributes.ClassFile.FieldInfo.getAttributes()ClassFile.MethodInfo.getAttributes()private ClassFile.AttributeInfoClassFile.loadAttribute(DataInputStream dis) Loads one class file attribute.private static ClassFile.AttributeInfoClassFile.AnnotationDefaultAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.AnnotationsAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.CodeAttribute.loadBody(short attributeNameIndex, ClassFile classFile, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.ConstantValueAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.DeprecatedAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.ExceptionsAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.InnerClassesAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.LineNumberTableAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.LocalVariableTableAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.SignatureAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.SourceFileAttribute.loadBody(short attributeNameIndex, DataInputStream dis) private static ClassFile.AttributeInfoClassFile.StackMapTableAttribute.loadBody(short attributeNameIndex, DataInputStream dis, ClassFile classFile) private static ClassFile.AttributeInfoClassFile.SyntheticAttribute.loadBody(short attributeNameIndex, DataInputStream dis) Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.AttributeInfoModifier and TypeMethodDescriptionprivate List<ClassFile.AttributeInfo> ClassFile.loadAttributes(DataInputStream dis) u2 attributes_count, attributes[attributes_count]Methods in org.codehaus.janino.util with parameters of type ClassFile.AttributeInfoModifier and TypeMethodDescriptionvoidClassFile.FieldInfo.addAttribute(ClassFile.AttributeInfo attribute) Adds the attribute to this field.voidClassFile.MethodInfo.addAttribute(ClassFile.AttributeInfo attribute) Adds the attribute to this method.Method parameters in org.codehaus.janino.util with type arguments of type ClassFile.AttributeInfoModifier and TypeMethodDescriptionprivate voidClassFile.addAnnotationsAttributeEntry(boolean runtimeVisible, String fieldDescriptor, Map<Short, ClassFile.ElementValue> elementValuePairs, List<ClassFile.AttributeInfo> target) Adds aRuntime[In]visibleAnnotationsattribute to the target (if it does not yet exist) and adds an entry to it.private ClassFile.AttributeInfoClassFile.findAttribute(List<ClassFile.AttributeInfo> attributes, String attributeName) Finds the named attribute in the attributes.private ClassFile.AnnotationsAttributeClassFile.getAnnotationsAttribute(boolean runtimeVisible, List<ClassFile.AttributeInfo> attributes) Finds theRuntime[In]visibleAnnotationsattribute in the attributes.private static voidClassFile.storeAttributes(DataOutputStream dos, List<ClassFile.AttributeInfo> attributeInfos) u2 attributes_count, attributes[attributes_count]Constructors in org.codehaus.janino.util with parameters of type ClassFile.AttributeInfoModifierConstructorDescriptionCodeAttribute(short attributeNameIndex, short maxStack, short maxLocals, byte[] code, ClassFile.CodeAttribute.ExceptionTableEntry[] exceptionTableEntries, ClassFile.AttributeInfo[] attributes) Constructor parameters in org.codehaus.janino.util with type arguments of type ClassFile.AttributeInfoModifierConstructorDescriptionFieldInfo(short accessFlags, short nameIndex, short descriptorIndex, List<ClassFile.AttributeInfo> attributes) MethodInfo(short accessFlags, short nameIndex, short descriptorIndex, List<ClassFile.AttributeInfo> attributes) Initializes the "method_info" structure.