Example usage for org.eclipse.jdt.internal.core.util ReferenceInfoAdapter subclass-usage

List of usage examples for org.eclipse.jdt.internal.core.util ReferenceInfoAdapter subclass-usage

Introduction

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

Usage

From source file com.codenvy.ide.ext.java.server.internal.core.CompilationUnitStructureRequestor.java

/**
 * A requestor for the fuzzy parser, used to compute the children of an ICompilationUnit.
 */
@SuppressWarnings({ "rawtypes", "unchecked" })
public class CompilationUnitStructureRequestor extends ReferenceInfoAdapter implements ISourceElementRequestor {

From source file com.codenvy.ide.ext.java.server.internal.core.SourceMapper.java

/**
 * A SourceMapper maps source code in a ZIP file to binary types in
 * a JAR. The SourceMapper uses the fuzzy parser to identify source
 * fragments in a .java file, and attempts to match the source code
 * with children in a binary type. A SourceMapper is associated
 * with a JarPackageFragment by an AttachSourceOperation.

From source file org.eclipse.che.jdt.internal.core.CompilationUnitStructureRequestor.java

/**
 * A requestor for the fuzzy parser, used to compute the children of an ICompilationUnit.
 */
@SuppressWarnings({ "rawtypes", "unchecked" })
public class CompilationUnitStructureRequestor extends ReferenceInfoAdapter implements ISourceElementRequestor {

From source file org.eclipse.che.jdt.internal.core.SourceMapper.java

/**
 * A SourceMapper maps source code in a ZIP file to binary types in
 * a JAR. The SourceMapper uses the fuzzy parser to identify source
 * fragments in a .java file, and attempts to match the source code
 * with children in a binary type. A SourceMapper is associated
 * with a JarPackageFragment by an AttachSourceOperation.

From source file org.eclipse.jdt.internal.core.SourceMapper.java

/**
 * A SourceMapper maps source code in a ZIP file to binary types in
 * a JAR. The SourceMapper uses the fuzzy parser to identify source
 * fragments in a .java file, and attempts to match the source code
 * with children in a binary type. A SourceMapper is associated
 * with a JarPackageFragment by an AttachSourceOperation.