public static final class LambdaExpression.Parameter extends ValueObject
Modifier and Type | Field and Description |
---|---|
String |
name |
Optional<TypeLiteral> |
type |
Constructor and Description |
---|
Parameter(String name) |
Parameter(TypeLiteral type,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final Optional<TypeLiteral> type
public final String name
public Parameter(TypeLiteral type, String name)
public Parameter(String name)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.