Package ch.ethz.prose.crosscut

Examples of ch.ethz.prose.crosscut.ThrowCut


    }
  }

  public void test0050_equals() {
    Method m; Field f; Class c; Aspect ext = new MyExtension();
    Crosscut cr = new ThrowCut() {
      public void THROW_ARGS() { }
      public Class[] potentialCrosscutClasses()
      { Class[] result = { LinkageError.class,
          IllegalStateException.class,
          InstantiationError.class,
View Full Code Here

TOP

Related Classes of ch.ethz.prose.crosscut.ThrowCut

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.