Class TypeParameterWithTypeBounds
java.lang.Object
org.jd.core.v1.model.javasyntax.type.TypeParameter
org.jd.core.v1.model.javasyntax.type.TypeParameterWithTypeBounds
- All Implemented Interfaces:
Iterable<TypeParameter>, BaseTypeParameter, TypeParameterVisitable, Base<TypeParameter>
-
Field Summary
FieldsFields inherited from class TypeParameter
identifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TypeParameter
getIdentifierMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
typeBounds
-
-
Constructor Details
-
TypeParameterWithTypeBounds
-
-
Method Details
-
getTypeBounds
-
accept
- Specified by:
acceptin interfaceTypeParameterVisitable- Overrides:
acceptin classTypeParameter
-
toString
- Overrides:
toStringin classTypeParameter
-