public final class SimpleTypeLiteral extends ValueObject implements TypeLiteral
Modifier and Type | Field and Description |
---|---|
List<TypeLiteral> |
arguments |
List<String> |
names |
Constructor and Description |
---|
SimpleTypeLiteral(List<String> names,
List<TypeLiteral> arguments) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final List<TypeLiteral> arguments
public SimpleTypeLiteral(List<String> names, List<TypeLiteral> arguments)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.