Searched refs:Asm (Results 1 – 2 of 2) sorted by relevance
5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then6 run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them11 javac -cp asm.jar:asm-tree.jar:. Asm.java12 java -cp asm.jar:asm-tree.jar:. Asm
22 public class Asm { class