JavaPatternMatching/examples/OldExamples/test/X.java

21 lines
251 B
Java
Raw Normal View History

2013-10-18 11:33:46 +00: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)
{
}
}