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.Stringidentifier
-
Constructor Summary
Constructors Constructor Description TypeParameter(java.lang.String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TypeParameterVisitor visitor)java.lang.StringgetIdentifier()java.lang.StringtoString()-
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:
acceptin interfaceTypeParameterVisitable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-