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 org.jd.core.v1.model.javasyntax.type.TypeParameter
identifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jd.core.v1.model.javasyntax.type.TypeParameter
getIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
typeBounds
-
-
Constructor Details
-
TypeParameterWithTypeBounds
-
-
Method Details
-
getTypeBounds
-
accept
- Specified by:
acceptin interfaceTypeParameterVisitable- Overrides:
acceptin classTypeParameter
-
toString
- Overrides:
toStringin classTypeParameter
-