Package cn.wensiqun.info

Examples of cn.wensiqun.info.FieldInfo


    }
  }

 
  public FieldVisitor visitField(int access, String name, String desc, String signature, Object value) {
    FieldInfo fieldInfo = new FieldInfo(info, name, desc);
    info.getFields().add(fieldInfo);
    return new FieldDefVisitor(grepClient, fieldInfo);
  }
View Full Code Here

TOP

Related Classes of cn.wensiqun.info.FieldInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.