Package aQute.bnd.signatures
Class TypeArgument
- java.lang.Object
-
- aQute.bnd.signatures.TypeArgument
-
public class TypeArgument extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ReferenceTypeSignature
type
WildcardIndicator
wildcard
-
Constructor Summary
Constructors Constructor Description TypeArgument(WildcardIndicator wildcard, ReferenceTypeSignature type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
wildcard
public final WildcardIndicator wildcard
-
type
public final ReferenceTypeSignature type
-
-
Constructor Detail
-
TypeArgument
public TypeArgument(WildcardIndicator wildcard, ReferenceTypeSignature type)
-
-