org.eclipse.jdt.core.util |
Package-level Javadoc
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.
|
Java Source File Name | Type | Comment |
ByteCodeVisitorAdapter.java | Class | Adapter that implements the IBytecodeVisitor. |
ClassFileBytesDisassembler.java | Class | This class is intended to be subclassed to disassemble
classfile bytes onto a String using the proper line separator. |
ClassFormatException.java | Class | Exception thrown by a class file reader when encountering a error in decoding
information contained in a .class file. |
CompilationUnitSorter.java | Class | Operation for sorting members within a compilation unit. |
IAnnotation.java | Interface | Description of a annotation structure as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IAnnotationComponent.java | Interface | Description of an annotation component as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IAnnotationComponentValue.java | Interface | Description of an annotation component value as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IAnnotationDefaultAttribute.java | Interface | Description of a annotation default attribute as described in the JVM
specifications (added in J2SE 1.5). |
IAttributeNamesConstants.java | Interface | Description of attribute names as described in the JVM specifications. |
IBytecodeVisitor.java | Interface | Description of a Java opcodes visitor. |
IClassFileAttribute.java | Interface | This class represents a generic class file attribute. |
IClassFileDisassembler.java | Interface | This interface is intended to be implemented to disassemble
IClassFileReader onto a String using the proper line separator. |
IClassFileReader.java | Interface | Description of a .class file. |
ICodeAttribute.java | Interface | Description of a code attribute as described in the JVM specifications.
This interface may be implemented by clients. |
IConstantPool.java | Interface | Description of a constant pool as described in the JVM specifications.
This interface may be implemented by clients. |
IConstantPoolConstant.java | Interface | Description of constant pool constants as described in the JVM specifications.
This interface is not intended to be implemented by clients. |
IConstantPoolEntry.java | Interface | Description of a constant pool entry as described in the JVM specifications. |
IConstantValueAttribute.java | Interface | Description of a constant value attribute as described in the JVM
specifications. |
IEnclosingMethodAttribute.java | Interface | Description of an enclosing method attribute as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IExceptionAttribute.java | Interface | Description of a constant value attribute as described in the JVM
specifications.
This interface may be implemented by clients. |
IExceptionTableEntry.java | Interface | The class represents an entry in the exception table of a ICodeAttribute as
specified in the JVM specifications.
This interface may be implemented by clients. |
IFieldInfo.java | Interface | Description of a field info as described in the JVM
specifications.
This interface may be implemented by clients. |
IInnerClassesAttribute.java | Interface | Description of a inner class attribute as described in the JVM
specifications.
This interface may be implemented by clients. |
IInnerClassesAttributeEntry.java | Interface | Description of a inner class info as described in the JVM
specifications.
This interface may be implemented by clients. |
ILineNumberAttribute.java | Interface | Description of a line number attribute as described in the JVM specifications.
This interface may be implemented by clients. |
ILocalVariableAttribute.java | Interface | Description of a local variable attribute as described in the JVM specifications.
This interface may be implemented by clients. |
ILocalVariableTableEntry.java | Interface | Description of a local variable table entry as specified in the JVM specifications.
This interface may be implemented by clients. |
ILocalVariableTypeTableAttribute.java | Interface | Description of a local variable type attribute as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
ILocalVariableTypeTableEntry.java | Interface | Description of a local variable type table entry as specified in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IMethodInfo.java | Interface | Description of a method info as described in the JVM
specifications. |
IModifierConstants.java | Interface | Definition of the modifier constants as specified in the JVM specifications.
This interface is not intended to be implemented by clients. |
IOpcodeMnemonics.java | Interface | Description of each opcode mnemonic according to the JVM specifications.
This interface is not intended to be implemented by clients. |
IParameterAnnotation.java | Interface | Description of a parameter annotation as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IRuntimeInvisibleAnnotationsAttribute.java | Interface | Description of a runtime invisible annotations attribute as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IRuntimeInvisibleParameterAnnotationsAttribute.java | Interface | Description of a runtime invisible parameter annotations attribute as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IRuntimeVisibleAnnotationsAttribute.java | Interface | Description of a runtime visible annotations attribute as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
IRuntimeVisibleParameterAnnotationsAttribute.java | Interface | Description of a runtime visible parameter annotations attribute as described in the JVM specification
(added in J2SE 1.5).
This interface may be implemented by clients. |
ISignatureAttribute.java | Interface | Description of a signature attribute as described in the JVM specifications
(added in J2SE 1.5).
This interface may be implemented by clients. |
ISourceAttribute.java | Interface | Description of a source attribute as described in the JVM
specifications.
This interface may be implemented by clients. |
IStackMapAttribute.java | Interface | This class represents a stack map attribute. |
IStackMapFrame.java | Interface | Description of a stack map frame as specified in the JVM specifications.
This interface may be implemented by clients. |
IStackMapTableAttribute.java | Interface | This class represents a stack map table attribute. |
IVerificationTypeInfo.java | Interface | Description of a verification type info as described in the JVM specifications.
This interface may be implemented by clients. |
OpcodeStringValues.java | Class | Description of each opcode mnemonic according to the JVM specifications. |