| Package | Description |
|---|---|
| net.sf.jiapi.file |
This package contains a low level representation of the Java class file format.
|
| net.sf.jiapi.file.attribute |
This package contains attributes specified in class file specification,
|
| Class and Description |
|---|
| Attribute
Base class of for attributes in class file.
|
| Code
Code attribute.
|
| Exceptions
Exceptions Attribute is an attribute of Method.
|
| Class and Description |
|---|
| AnnotationBase
This class reads annotations
|
| AnnotationBase.Annotation
This class represents Annotiotion structure defined in class file format.
|
| AnnotationBase.Element
This class holds annotation element name value pairs.
|
| AnnotationBase.Value |
| Annotations |
| Attribute
Base class of for attributes in class file.
|
| BootstrapMethods.BootstrapMethod |
| Code.ExceptionTableEntry
ExceptionTableEntry.
|
| LineNumberTable
LineNumberTable attribute.
|
| LineNumberTable.Entry |
| LocalVariableTable
LocalVariableTable attribute.
|
| LocalVariableTable.LocalVariable |
| LocalVariableTypeTable
LocalVariableTypeTable attribute.
|
| LocalVariableTypeTable.LocalVariableType |
| ParameterAnnotations |
| StackMapTable
StackMapTable attribute.
|
| StackMapTable.FrameType |
| StackMapTable.StackMapFrame |
| StackMapTable.VerificationTypeInfo |
Copyright © 2017. All rights reserved.