public interface IsGeneric extends IsType
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTENDS
Bounds of
|
static int |
NILLABLE
A flag for generics that can be erased if we are targetting java 7.
|
static int |
OPAQUE
Default bounds of opaque means "just print the name in the <>".
|
static int |
SUPER
Bounds of
|
| Modifier and Type | Method and Description |
|---|---|
IsType[] |
extendedTypes() |
int |
genericBounds() |
String |
genericName() |
getEnclosingType, isPrimitivegetEnclosedName, getPackage, getQualifiedName, getSimpleNamestatic final int OPAQUE
static final int EXTENDS
static final int SUPER
static final int NILLABLE
String genericName()
int genericBounds()
IsType[] extendedTypes()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.