21 lines
251 B
Java
Raw Normal View History

2013-10-18 13:33:46 +02:00
package test;
import java.io.FileOutputStream;
import CPInfo;
import ClassFile;
public class X extends CPInfo
{
byte tag;
short class_index;
short name_and_type_index;
public void codegen(ClassFile classfile, FileOutputStream f)
{
}
}