Example usage for org.eclipse.jdt.internal.core.hierarchy HierarchyBinaryType subclass-usage

List of usage examples for org.eclipse.jdt.internal.core.hierarchy HierarchyBinaryType subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core.hierarchy HierarchyBinaryType subclass-usage.

Usage

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