Package eu.bandm.tools.metajava
Class GeneratedWildcardType
java.lang.Object
eu.bandm.tools.metajava.AbstractMetaType
eu.bandm.tools.metajava.GeneratedWildcardType
- All Implemented Interfaces:
Formattable,MetaType,MetaWildcardType
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface eu.bandm.tools.metajava.MetaType
getRawType, refer -
Constructor Summary
ConstructorsConstructorDescriptionGeneratedWildcardType(GeneratedWildcardType.Direction direction, MetaType bound) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLowerBound(MetaType bound) voidaddUpperBound(MetaType bound) static GeneratedWildcardTypewildcardExtends(MetaType bound) static GeneratedWildcardTypewildcardExtends(Class<?> bound) static GeneratedWildcardTypewildcardSuper(MetaType bound) static GeneratedWildcardTypewildcardSuper(Class<?> bound) Methods inherited from class eu.bandm.tools.metajava.AbstractMetaType
format, referMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.format.Formattable
format
-
Constructor Details
-
GeneratedWildcardType
public GeneratedWildcardType() -
GeneratedWildcardType
-
-
Method Details
-
wildcardSuper
-
wildcardSuper
-
wildcardExtends
-
wildcardExtends
-
getUpperBounds
- Specified by:
getUpperBoundsin interfaceMetaWildcardType
-
getLowerBounds
- Specified by:
getLowerBoundsin interfaceMetaWildcardType
-
addUpperBound
-
addLowerBound
-
getRawType
- Specified by:
getRawTypein interfaceMetaType
-