Package org.aspectj.apache.bcel.verifier.statics

Examples of org.aspectj.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor


  }

  /** Returns the VerificationResult for the given pass. */
  public VerificationResult doPass2(){
    if (p2v == null){
      p2v = new Pass2Verifier(this);
    }
    return p2v.verify();
  }
View Full Code Here

TOP

Related Classes of org.aspectj.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor

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.