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