public abstract class TypeParamInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TypeParamInfo.Class |
static class |
TypeParamInfo.Method |
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected String |
name |
Constructor and Description |
---|
TypeParamInfo(int index,
String name) |
Modifier and Type | Method and Description |
---|---|
static TypeParamInfo |
create(TypeParameterElement paramElt) |
static TypeParamInfo |
create(TypeVariable typeVariable) |
int |
getIndex() |
String |
getName() |
protected final int index
protected final String name
public TypeParamInfo(int index, String name)
public static TypeParamInfo create(TypeVariable typeVariable)
public static TypeParamInfo create(TypeParameterElement paramElt)
public int getIndex()
public String getName()
Copyright © 2016. All rights reserved.