org.eclipse.jdt.groovy.search.GenericsMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotless-ext-greclipse Show documentation
Show all versions of spotless-ext-greclipse Show documentation
Groovy Eclipse's formatter bundled for Spotless
The newest version!
package org.eclipse.jdt.groovy.search;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Stack;
import org.codehaus.groovy.ast.ClassNode;
import org.codehaus.groovy.ast.GenericsType;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.jdt.internal.core.util.Util;
/**
* This class maps type parameter names to resolved types
*/
public class GenericsMapper {
/**
* Stack keeps track of all type parameterization up the type hierarchy
*/
private Stack
© 2015 - 2024 Weber Informatics LLC | Privacy Policy