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 class
Representation of anAnnotationDefault
attribute (see JVMS8 4.7.22).static class
Representation of aRuntime[In]visibleAnnotations
attribute (see JVMS8 4.7.16/17).static class
Representation of an unmodifiableCode
attribute, as read from a class file.static class
Representation of aConstantValue
attribute (see JVMS 4.7.2).static class
Representation of aDeprecated
attribute (see JVMS 4.7.10).static class
Representation of anExceptions
attribute (see JVMS 4.7.4).static class
Representation of anInnerClasses
attribute (see JVMS 4.7.5).static class
Representation of aLineNumberTable
attribute (see JVMS 4.7.8).static class
Representation of aLocalVariableTable
attribute (see JVMS 4.7.9).static class
Representation of aSignature
attribute (see JVMS 4.7.9).static class
Representation of aSourceFile
attribute (see JVMS 4.7.7).static class
Representation of an unmodifiableStackMapTable
attribute, as read from a class file.static class
Representation of aSynthetic
attribute (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 TypeMethodDescriptionvoid
ClassFile.FieldInfo.addAttribute
(ClassFile.AttributeInfo attribute) Adds the attribute to this field.void
ClassFile.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.