Example usage for org.aspectj.ajde.core ICompilerConfiguration interface-usage

List of usage examples for org.aspectj.ajde.core ICompilerConfiguration interface-usage

Introduction

In this page you can find the example usage for org.aspectj.ajde.core ICompilerConfiguration interface-usage.

Usage

From source file org.eclipse.ajdt.internal.core.ajde.CoreCompilerConfiguration.java

/**
 * ICompilerConfiguration implementation which returns information for all 
 * methods except getNonStandardOptions().  This implementation is used
 * if ajdt.core plugin is not present in the platform
 */
public class CoreCompilerConfiguration implements ICompilerConfiguration {