Example usage for org.eclipse.jdt.internal.compiler.env IBinaryType interface-usage

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

Introduction

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

Usage

From source file org.eclipse.ajdt.core.javaelements.BinaryAspectElementInfo.java

/**
 * @author Andrew Eisenberg
 * @created Mar 18, 2009
 *
 */
public class BinaryAspectElementInfo /*extends ClassFileReader*/ implements IBinaryType {

From source file org.springframework.ide.eclipse.core.java.TypeStructure.java

/**
 * Implementation that can hold structural information about Java class files.
 * <p>
 * Used to check if class files have changes since the last build.
 * @author Christian Dupuis
 * @author Andy Clement