AsmTest |
Base class for the ASM tests.
|
ClassFile |
A Java class file, whose content can be returned as a verbose, human "readable" string.
|
ClassFile.AbstractBuilder<T> |
A helper class to build the dump of a class file.
|
ClassFile.Builder |
|
ClassFile.ByteClassLoader |
A simple ClassLoader to test that a class can be loaded in the JVM.
|
ClassFile.ConstantClassInfo |
A CONSTANT_Class_info item.
|
ClassFile.ConstantDoubleInfo |
A CONSTANT_Double_info item.
|
ClassFile.ConstantDynamicInfo |
A CONSTANT_Dynamic_info item.
|
ClassFile.ConstantFieldRefInfo |
A CONSTANT_Fieldref_info item.
|
ClassFile.ConstantFloatInfo |
A CONSTANT_Float_info item.
|
ClassFile.ConstantIntegerInfo |
A CONSTANT_Integer_info item.
|
ClassFile.ConstantInterfaceMethodRefInfo |
A CONSTANT_InterfaceMethodref_info item.
|
ClassFile.ConstantInvokeDynamicInfo |
A CONSTANT_InvokeDynamic_info item.
|
ClassFile.ConstantLongInfo |
A CONSTANT_Long_info item.
|
ClassFile.ConstantMethodHandleInfo |
A CONSTANT_MethodHandle_info item.
|
ClassFile.ConstantMethodRefInfo |
A CONSTANT_Methodref_info item.
|
ClassFile.ConstantMethodTypeInfo |
A CONSTANT_MethodType_info item.
|
ClassFile.ConstantModuleInfo |
A CONSTANT_Module_info item.
|
ClassFile.ConstantNameAndTypeInfo |
A CONSTANT_NameAndType_info item.
|
ClassFile.ConstantPackageInfo |
A CONSTANT_Package_info item.
|
ClassFile.ConstantStringInfo |
A CONSTANT_String_info item.
|
ClassFile.ConstantUtf8Info |
A CONSTANT_Utf8_info item.
|
ClassFile.CpInfo |
An abstract constant pool item.
|
ClassFile.InstructionIndex |
The index of a bytecode instruction.
|
ClassFile.Parser |
A simple byte array parser.
|
ClassFile.SortedBuilder |
|
Util |
Provides utility methods for the asm.test package.
|