JavaTXCompilerInJavaTX/examples/OldExamples/test/X.java
2013-10-18 13:33:46 +02:00

21 lines
251 B
Java
Executable File

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)
{
}
}