Skip navigation links
A C E G H I N O T U V 

A

ALL_CLASSES_AND_ALL_APIS - Static variable in class org.objectweb.asm.test.AsmTest
MethodSource name to be used in parameterized tests that must be instantiated for all possible (precompiled class, api) pairs.
ALL_CLASSES_AND_LATEST_API - Static variable in class org.objectweb.asm.test.AsmTest
MethodSource name to be used in parameterized tests that must be instantiated for all precompiled classes, with the latest api.
allClassesAndAllApis() - Static method in class org.objectweb.asm.test.AsmTest
Builds a list of test arguments for a parameterized test.
allClassesAndLatestApi() - Static method in class org.objectweb.asm.test.AsmTest
Builds a list of test arguments for a parameterized test.
AsmTest - Class in org.objectweb.asm.test
Base class for the ASM tests.
AsmTest() - Constructor for class org.objectweb.asm.test.AsmTest
 
AsmTest.Api - Enum in org.objectweb.asm.test
An ASM API version.
AsmTest.InvalidClass - Enum in org.objectweb.asm.test
An invalid class, hand-crafted to contain some set of invalid class file structures.
AsmTest.PrecompiledClass - Enum in org.objectweb.asm.test
A precompiled class, hand-crafted to contain some set of class file structures.

C

ClassFile - Class in org.objectweb.asm.test
A Java class file, whose content can be returned as a verbose, human "readable" string.
ClassFile(byte[]) - Constructor for class org.objectweb.asm.test.ClassFile
Constructs a new ClassFile instance.
ClassFormatException - Exception in org.objectweb.asm.test
A RuntimeException thrown by ClassFile when a class file is malformed.
ClassFormatException(String) - Constructor for exception org.objectweb.asm.test.ClassFormatException
Constructs a new ClassFormatException instance.
ClassFormatException(String, Throwable) - Constructor for exception org.objectweb.asm.test.ClassFormatException
Constructs a new ClassFormatException instance.

E

equals(Object) - Method in class org.objectweb.asm.test.ClassFile
Returns whether the given class file is the same as this one.

G

getBytes() - Method in enum org.objectweb.asm.test.AsmTest.InvalidClass
Returns the content of this class.
getBytes() - Method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns the content of this class.
getConstantPoolDump() - Method in class org.objectweb.asm.test.ClassFile
Returns a string representation of the constant pool of the class contained in this class file.
getInternalName() - Method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns the internal name of this class.
getName() - Method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns the fully qualified name of this class.

H

hashCode() - Method in class org.objectweb.asm.test.ClassFile
Returns the hashcode of this class file.

I

isMoreRecentThan(AsmTest.Api) - Method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns true if this class was compiled with a JDK which is more recent than the given ASM API.
isMoreRecentThanCurrentJdk() - Method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns true if this class was compiled with a JDK which is more recent than the JDK used to run the tests.

N

newInstance() - Method in class org.objectweb.asm.test.ClassFile
Returns a new instance of the class contained in this class file.

O

org.objectweb.asm.test - package org.objectweb.asm.test
 

T

toString() - Method in enum org.objectweb.asm.test.AsmTest.Api
Returns a human readable symbol corresponding to this version.
toString() - Method in enum org.objectweb.asm.test.AsmTest.InvalidClass
 
toString() - Method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
 
toString() - Method in class org.objectweb.asm.test.ClassFile
Returns a string representation of this class file.

U

UNSUPPORTED_OPERATION_MESSAGE_PATTERN - Static variable in class org.objectweb.asm.test.AsmTest
The expected pattern (i.e.

V

value() - Method in enum org.objectweb.asm.test.AsmTest.Api
Returns the int value of this version, as expected by ASM.
valueOf(String) - Static method in enum org.objectweb.asm.test.AsmTest.Api
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.asm.test.AsmTest.InvalidClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.objectweb.asm.test.AsmTest.Api
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.objectweb.asm.test.AsmTest.InvalidClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.objectweb.asm.test.AsmTest.PrecompiledClass
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I N O T U V 
Skip navigation links