Package org.eclipse.jdt.core.util
package org.eclipse.jdt.core.util
Provides a set of tools and utilities for manipulating .class files and Java model elements.
Package Specification
This package provides a set of tools and utilities for manipulating .class files and Java model elements.-
ClassDescriptionAdapter that implements the IBytecodeVisitor.This class is intended to be subclassed to disassemble classfile bytes onto a String using the proper line separator.Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.Operation for sorting members within a compilation unit.Utilities for accessing and manipulating text files that externally define annotations for a given Java type.Strategy for merging a new signature with an existing (possibly annotated) signature.Description of a annotation structure as described in the JVM specifications (added in J2SE 1.5).Description of an annotation component as described in the JVM specifications (added in J2SE 1.5).Description of an annotation component value as described in the JVM specifications (added in J2SE 1.5).Description of a annotation default attribute as described in the JVM specifications (added in J2SE 1.5).Description of attribute names as described in the JVM specifications.Description of a bootstrap methods attribute as described in the JVM specifications.Description of a bootstrap method table entry as specified in the JVM specifications.Description of a Java opcodes visitor.This class represents a generic class file attribute.Deprecated.Description of a .class file.Description of a code attribute as described in the JVM specifications.Description of a component info as described in the JVM specifications.Description of a constant pool as described in the JVM specifications.Description of constant pool constants as described in the JVM specifications.Description of a constant pool entry as described in the JVM specifications.Description of the new constant pool entry as described in the JVM specifications added for Java 7 support.Description of a constant pool entry as described in the JVM specifications.Description of a constant value attribute as described in the JVM specifications.Description of an enclosing method attribute as described in the JVM specifications (added in J2SE 1.5).Description of a constant value attribute as described in the JVM specifications.The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications.Description of an extended annotation structure as described in the JVM specifications (added in JavaSE-1.8).Description of an extended annotation target types constants as described in the JVM specifications (added in JavaSE-1.8).Description of a field info as described in the JVM specifications.Description of a inner class attribute as described in the JVM specifications.Description of a inner class info as described in the JVM specifications.Description of a line number attribute as described in the JVM specifications.Description of a local variable attribute as described in the JVM specifications.Description of a local variable reference info table entry as specified in the JVM specifications.Description of a local variable table entry as specified in the JVM specifications.Description of a local variable type attribute as described in the JVM specifications (added in J2SE 1.5).Description of a local variable type table entry as specified in the JVM specifications (added in J2SE 1.5).Description of a method info as described in the JVM specifications.Description of a method's parameters names as described in the JVM specifications.Definition of the modifier constants as specified in the JVM specifications.Description of a module's attributes as described in the JVM specifications.Description of a Module Main Class Attribute as described in the JVMS9 4.7.27 This interface may be implemented by clients.Description of a Module Packages as described in the JVMS9 4.7.26 This interface may be implemented by clients.Description of a nest host attribute as described in the JVM specifications.Description of a nest host attribute as described in the JVM specifications.Description of nest members attribute as described in the JVM specifications.Description of each opcode mnemonic according to the JVM specifications.Description of an exports/opens info as described in the JVM specifications 4.7.25Description of a parameter annotation as described in the JVM specifications (added in J2SE 1.5).Description of permitted subclasses attribute as described in the JVM specifications.Description of permitted subclasses attribute as described in the JVM specifications.Description of a provides info as described in JVMS9 4.7.25.Description of record components attribute as described in the JVM specifications.Description of a requires info as described in JVMS9 4.7.25Description of a runtime invisible annotations attribute as described in the JVM specifications (added in J2SE 1.5).Description of a runtime invisible parameter annotations attribute as described in the JVM specifications (added in J2SE 1.5).Description of a runtime invisible type annotations attribute as described in the JVM specifications (added in JavaSE-1.8).Description of a runtime visible annotations attribute as described in the JVM specifications (added in J2SE 1.5).Description of a runtime visible parameter annotations attribute as described in the JVM specification (added in J2SE 1.5).Description of a runtime visible type annotations attribute as described in the JVM specifications (added in JavaSE-1.8).Description of a signature attribute as described in the JVM specifications (added in J2SE 1.5).Description of a source attribute as described in the JVM specifications.This class represents a stack map attribute.Description of a stack map frame as specified in the JVM specifications.This class represents a stack map table attribute.Description of a verification type info as described in the JVM specifications.Description of each opcode mnemonic according to the JVM specifications.
ClassFileBytesDisassembler
instead