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).Methods in org.codehaus.janino.util that return ClassFile.AttributeInfoModifier and TypeMethodDescriptionClassFile.FieldInfo.getAttributes()ClassFile.MethodInfo.getAttributes()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.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.