RECODER 0.92

Package recoder.bytecode

This package contains classes that cover information derived from Java byte code.

See:
          Description

Interface Summary
AccessFlags  
 

Class Summary
AnnotationPropertyInfo  
AnnotationUseInfo  
ByteCodeElement  
ByteCodeParser Simple ByteCode parser.
ClassFile  
ConstructorInfo  
ElementValuePairInfo  
EnumConstantInfo  
EnumConstantReferenceInfo This is a container class for references to enum constants, which may appear in bytecode annotations.
FieldInfo  
MemberInfo  
MethodInfo  
ReflectionImport  
TypeArgumentInfo  
TypeNameReferenceInfo  
TypeParameterInfo  
 

Exception Summary
ByteCodeFormatException Byte Code format Exception.
 

Package recoder.bytecode Description

This package contains classes that cover information derived from Java byte code. As RECODER does not rewrite Bytecode, the information remains on interface level - no statements are analyzed.


RECODER 0.92