Package etch.compiler.opt

Examples of etch.compiler.opt.Unchecked


  /**
   * @return returns true if this is an unchecked exception.
   */
  public boolean isUnchecked()
  {
    Unchecked u = (Unchecked) getOpt( "Unchecked" );
    return u != null && u.isUnchecked();
  }
View Full Code Here


  /**
   * @return returns true if this is an unchecked exception.
   */
  public boolean isUnchecked()
  {
    Unchecked u = (Unchecked) getOpt( "Unchecked" );
    return u != null && u.isUnchecked();
  }
View Full Code Here

TOP

Related Classes of etch.compiler.opt.Unchecked

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.