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() |
boolean |
isClass() |
abstract boolean |
isMethod() |
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 abstract boolean isMethod()
public boolean isClass()
public int getIndex()
public String getName()
Copyright © 2017. All rights reserved.