Example usage for org.eclipse.jdt.internal.compiler.apt.model ElementsImpl subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.apt.model ElementsImpl subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.apt.model ElementsImpl subclass-usage.

Usage

From source file io.gige.compiler.internal.HackElements.java

/**
 * @author taichi
 */
class HackElements extends ElementsImpl {
    public HackElements(BaseProcessingEnvImpl env) {
        super(env);