Example usage for org.eclipse.jdt.internal.compiler IErrorHandlingPolicy interface-usage

List of usage examples for org.eclipse.jdt.internal.compiler IErrorHandlingPolicy interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler IErrorHandlingPolicy interface-usage.

Usage

From source file org.rapidoid.compile.impl.ErrorPolicy.java

@Authors("Nikolche Mihajlovski")
@Since("2.0.0")
public class ErrorPolicy implements IErrorHandlingPolicy {

    public boolean stopOnFirstError() {
        return false;

From source file org.rapidoidx.compile.impl.ErrorPolicy.java

@Authors("Nikolche Mihajlovski")
@Since("3.0.0")
public class ErrorPolicy implements IErrorHandlingPolicy {

    public boolean stopOnFirstError() {
        return false;