Example usage for org.eclipse.jdt.internal.core TypeParameter TypeParameter

List of usage examples for org.eclipse.jdt.internal.core TypeParameter TypeParameter

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core TypeParameter TypeParameter.

Prototype

public TypeParameter(JavaElement parent, String name) 

Source Link

Usage

From source file:org.eclipse.objectteams.otdt.internal.core.MethodMapping.java

License:Open Source License

public ITypeParameter getTypeParameter(String name) {
    return new TypeParameter((JavaElement) getCorrespondingJavaElement(), name);
}