摘要: package sun.tools.javap; import java.util.*; import java.io.*; /** * Central data repository of the Java Disassembler. * Stores all the information in java class file. * * @author Sucheta Dambalkar (Adopted code from jdis) */ public class ClassData implements RuntimeConstants { private ... 阅读全文
posted @ 2012-08-21 11:10 zhwj184 阅读(249) 评论(0) 推荐(0) 编辑