ExtendedAnnotationTest.java
package org.objectweb.asm
public org.objectweb.asm.ExtendedAnnotationTest extends junit.framework.TestCase {
	private annotations.ValuesAnnotation a
	public void  (java.lang.String) 
		String name
	protected void setUp ()  throws java.lang.Exception 
		org.objectweb.asm.ExtendedAnnotationTest$TestClassLoader cl
		Class c
		java.lang.annotation.Annotation[] annotations
		int i
	public void testByteValue () 
	public void testCharValue () 
	public void testBooleanValue () 
	public void testIntValue () 
	public void testShortValue () 
	public void testLongValue () 
	public void testFloatValue () 
	public void testDoubleValue () 
	public void testStringValue () 
	public void testAnnotationValue () 
		annotations.ValueAttrAnnotation ann
	public void testEnumValue () 
		annotations.ValuesEnum en
	public void testClassValue () 
		Class c
	public void testByteArrayValue () 
		byte[] bs
	public void testCharArrayValue () 
		char[] bs
	public void testBooleanArrayValue () 
		boolean[] bs
	public void testIntArrayValue () 
		int[] bs
	public void testShortArrayValue () 
		short[] bs
	public void testLongArrayValue () 
		long[] bs
	public void testFloatArrayValue () 
		float[] bs
	public void testDoubleArrayValue () 
		double[] bs
	public void testStringArrayValue () 
		String[] s
	public void testAnnotationArrayValue () 
		annotations.ValueAttrAnnotation[] ann
	public void testEnumArrayValue () 
		annotations.ValuesEnum[] en
	public void testClassArrayValue () 
		Class[] c
	public void testMethodNode ()  throws java.lang.Exception 
		java.io.InputStream is
		org.objectweb.asm.ClassReader cr
		org.objectweb.asm.tree.ClassNode cn
	public java.lang.String nameExpected (java.lang.String) 
		String className
		Class cls
		java.security.ProtectionDomain pr
		java.security.CodeSource cs
		java.net.URL loc
		String s
	public void testRunner (java.lang.String, byte[])  throws java.lang.Exception 
		String className
		byte[] bytecodes
		java.io.InputStream isExpected
		org.objectweb.asm.ClassReader crCorrect
		org.objectweb.asm.ClassReader crGenerated
		org.objectweb.asm.AnnotationVerifier av
		Exception e
	public void testClassEmpty ()  throws java.lang.Exception 
	public void testClassNonEmpty ()  throws java.lang.Exception 
	public void testFieldSimple ()  throws java.lang.Exception 
	public void testFieldGeneric ()  throws java.lang.Exception 
	public void testLocalVariable ()  throws java.lang.Exception 
	public void testLocalVariableGenericArray ()  throws java.lang.Exception 
	public void testMethodReceiver ()  throws java.lang.Exception 
	public void testMethodReturnTypeGenericArray ()  throws java.lang.Exception 
	public void testObjectCreation ()  throws java.lang.Exception 
	public void testObjectCreationGenericArray ()  throws java.lang.Exception 
	public void testTypecast ()  throws java.lang.Exception 
	public void testTypecastGenericArray ()  throws java.lang.Exception 
	public void testTypeTest ()  throws java.lang.Exception 
}