Package org.aspectj.apache.bcel.classfile

Examples of org.aspectj.apache.bcel.classfile.DescendingVisitor.visit()


   * @see #constant_pool_entries_satisfy_static_constraints()
   */
  private void field_and_method_refs_are_valid(){
    JavaClass jc = Repository.lookupClass(myOwner.getClassName());
    DescendingVisitor v = new DescendingVisitor(jc, new FAMRAV_Visitor(jc));
    v.visit();
  }

  /**
   * A Visitor class that ensures the ConstantCP-subclassed entries
   * of the constant pool are valid.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.