public static class TypeParameterDeclaration.Bound extends Object
| Modifier and Type | Method and Description |
|---|---|
static TypeParameterDeclaration.Bound |
extendsBound(Type type) |
Type |
getType() |
boolean |
isExtends() |
boolean |
isSuper() |
static TypeParameterDeclaration.Bound |
superBound(Type type) |
public static TypeParameterDeclaration.Bound extendsBound(Type type)
public static TypeParameterDeclaration.Bound superBound(Type type)
public Type getType()
public boolean isExtends()
public boolean isSuper()
Copyright © 2016. All rights reserved.