Class TypeParameterWithTypeBounds
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.type.TypeParameter
-
- org.jd.core.v1.model.javasyntax.type.TypeParameterWithTypeBounds
-
- All Implemented Interfaces:
java.lang.Iterable<TypeParameter>
,BaseTypeParameter
,TypeParameterVisitable
,Base<TypeParameter>
public class TypeParameterWithTypeBounds extends TypeParameter
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseType
typeBounds
-
Fields inherited from class org.jd.core.v1.model.javasyntax.type.TypeParameter
identifier
-
-
Constructor Summary
Constructors Constructor Description TypeParameterWithTypeBounds(java.lang.String identifier, BaseType typeBounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TypeParameterVisitor visitor)
BaseType
getTypeBounds()
java.lang.String
toString()
-
Methods inherited from class org.jd.core.v1.model.javasyntax.type.TypeParameter
getIdentifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
typeBounds
protected BaseType typeBounds
-
-
Constructor Detail
-
TypeParameterWithTypeBounds
public TypeParameterWithTypeBounds(java.lang.String identifier, BaseType typeBounds)
-
-
Method Detail
-
getTypeBounds
public BaseType getTypeBounds()
-
accept
public void accept(TypeParameterVisitor visitor)
- Specified by:
accept
in interfaceTypeParameterVisitable
- Overrides:
accept
in classTypeParameter
-
toString
public java.lang.String toString()
- Overrides:
toString
in classTypeParameter
-
-