public final class TypeParameterDef extends ValueObject
Modifier and Type | Field and Description |
---|---|
TypeLiteral |
bound |
String |
name |
Constructor and Description |
---|
TypeParameterDef(String name,
TypeLiteral bound) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final String name
public final TypeLiteral bound
public TypeParameterDef(String name, TypeLiteral bound)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.