Package org.robovm.compiler.util.generic
Class ImplForVariable<D extends GenericDeclaration>
java.lang.Object
org.robovm.compiler.util.generic.ImplForVariable<D>
- All Implemented Interfaces:
Type,TypeVariable<D>
public final class ImplForVariable<D extends GenericDeclaration> extends Object implements TypeVariable<D>
-
Method Summary
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getBounds
- Specified by:
getBoundsin interfaceTypeVariable<D extends GenericDeclaration>
-
getGenericDeclaration
- Specified by:
getGenericDeclarationin interfaceTypeVariable<D extends GenericDeclaration>
-
getName
- Specified by:
getNamein interfaceTypeVariable<D extends GenericDeclaration>
-
toString
-
toGenericSignature
Description copied from interface:TypeReturns the generic signature of this type.- Specified by:
toGenericSignaturein interfaceType
-