Uses of Class
org.aspectj.org.eclipse.jdt.core.util.ClassFormatException
Packages that use ClassFormatException
Package
Description
Provides a set of tools and utilities for manipulating .class files and Java model elements.
-
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.core.util
Methods in org.aspectj.org.eclipse.jdt.core.util that throw ClassFormatExceptionModifier and TypeMethodDescriptionabstract StringClassFileBytesDisassembler.disassemble(byte[] classFileBytes, String lineSeparator)Answers back the disassembled string of the classfile bytes using the default mode.abstract StringClassFileBytesDisassembler.disassemble(byte[] classFileBytes, String lineSeparator, int mode)Answers back the disassembled string of the classfile bytes according to the mode.voidICodeAttribute.traverse(IBytecodeVisitor visitor)Define a Java opcodes walker. -
Uses of ClassFormatException in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util that throw ClassFormatExceptionModifier and TypeMethodDescriptionDisassembler.disassemble(byte[] classFileBytes, String lineSeparator)Disassembler.disassemble(byte[] classFileBytes, String lineSeparator, int mode)voidCodeAttribute.traverse(IBytecodeVisitor visitor)Constructors in org.aspectj.org.eclipse.jdt.internal.core.util that throw ClassFormatExceptionModifierConstructorDescriptionAnnotation(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for Annotation.AnnotationComponent(byte[] classFileBytes, IConstantPool constantPool, int offset)AnnotationComponentValue(byte[] classFileBytes, IConstantPool constantPool, int offset)AnnotationDefaultAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for AnnotationDefaultAttribute.BootstrapMethodsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for BootstrapMethodsAttribute.BootstrapMethodsEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)ClassFileAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)ClassFileReader(byte[] classFileBytes, int decodingFlags)Constructor for ClassFileReader.ComponentInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)DefaultStackMapFrame(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for StackMapFrame.ExtendedAnnotation(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for ExtendedAnnotation, builds an annotation from the supplied bytestream.FieldInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)InnerClassesAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for InnerClassesAttribute.InnerClassesAttributeEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)LineNumberAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LineNumberAttribute.LocalVariableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LocalVariableAttribute.LocalVariableReferenceInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LocalVariableTableEntry.LocalVariableTableEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LocalVariableTableEntry.LocalVariableTypeAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LocalVariableTypeAttribute.LocalVariableTypeTableEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LocalVariableTypeTableEntry.MethodInfo(byte[] classFileBytes, IConstantPool constantPool, int offset, int decodingFlags)ModuleMainClassAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for ModuleMainClassAttribute.ModulePackagesAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for ModulePackagesAttribute.NestHostAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)NestMembersAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for NestMembersAttribute.NestMembersAttributeEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)PackageVisibilityInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)ParameterAnnotation(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for Annotation.PermittedSubclassesAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for PermittedSubclassesAttribute.PermittedSubclassesAttributeEntry(byte[] classFileBytes, IConstantPool constantPool, int offset)ProvidesInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)RecordAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)RequiresInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)RuntimeInvisibleAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for RuntimeInvisibleAnnotations.RuntimeInvisibleParameterAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for RuntimeVisibleParameterAnnotations.RuntimeInvisibleTypeAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for RuntimeInvisibleTypeAnnotations.RuntimeVisibleAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for RuntimeVisibleAnnotations.RuntimeVisibleParameterAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for RuntimeVisibleParameterAnnotations.RuntimeVisibleTypeAnnotationsAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for RuntimeVisibleTypeAnnotations.SourceFileAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for SourceFileAttribute.StackMapAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LineNumberAttribute.StackMapFrame(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for StackMapFrame.StackMapTableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset)Constructor for LineNumberAttribute.VerificationInfo(byte[] classFileBytes, IConstantPool constantPool, int offset)