Uses of Class
org.codehaus.janino.util.ClassFile.AttributeInfo
-
Packages that use ClassFile.AttributeInfo Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.AttributeInfo in org.codehaus.janino
Methods in org.codehaus.janino that return ClassFile.AttributeInfo Modifier and Type Method Description protected ClassFile.AttributeInfoCodeContext. storeLocalVariableTable(DataOutputStream dos, short localVariableTableAttributeNameIndex) -
Uses of ClassFile.AttributeInfo in org.codehaus.janino.util
Subclasses of ClassFile.AttributeInfo in org.codehaus.janino.util Modifier and Type Class Description static classClassFile.ConstantValueAttributeRepresentation of a "ConstantValue" attribute (see JVMS 4.7.2).static classClassFile.DeprecatedAttributeRepresentation of a "Deprecated" attribute (see JVMS 4.7.10).static classClassFile.ExceptionsAttributeRepresentation of an "Exceptions" attribute (see JVMS 4.7.4).static classClassFile.InnerClassesAttributeRepresentation of an "InnerClasses" attribute (see JVMS 4.7.5).static classClassFile.LineNumberTableAttributeRepresentation of a "LineNumberTable" attribute (see JVMS 4.7.8).static classClassFile.LocalVariableTableAttributeRepresentation of a "LocalVariableTable" attribute (see JVMS 4.7.9).static classClassFile.SourceFileAttributeRepresentation of a "SourceFile" attribute (see JVMS 4.7.7).static classClassFile.SyntheticAttributeRepresentation of a "Synthetic" attribute (see JVMS 4.7.6).Methods in org.codehaus.janino.util that return ClassFile.AttributeInfo Modifier and Type Method Description ClassFile.AttributeInfo[]ClassFile.FieldInfo. getAttributes()ClassFile.AttributeInfo[]ClassFile.MethodInfo. getAttributes()Methods in org.codehaus.janino.util with parameters of type ClassFile.AttributeInfo Modifier and Type Method Description voidClassFile.FieldInfo. addAttribute(ClassFile.AttributeInfo attribute)Adds the givenattributeto this field.voidClassFile.MethodInfo. addAttribute(ClassFile.AttributeInfo attribute)Adds the givenattributeto this method.Constructor parameters in org.codehaus.janino.util with type arguments of type ClassFile.AttributeInfo Constructor Description FieldInfo(Java.Modifiers modifiers, short nameIndex, short descriptorIndex, List<ClassFile.AttributeInfo> attributes)MethodInfo(Java.Modifiers modifiers, short nameIndex, short descriptorIndex, List<ClassFile.AttributeInfo> attributes)Initializes the "method_info" structure.
-