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 BaseTypetypeBounds-
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 voidaccept(TypeParameterVisitor visitor)BaseTypegetTypeBounds()java.lang.StringtoString()-
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:
acceptin interfaceTypeParameterVisitable- Overrides:
acceptin classTypeParameter
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTypeParameter
-
-