public class Parameter extends Object
| Constructor and Description |
|---|
Parameter(String name,
TypeSignature type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
TypeSignature |
getType() |
int |
hashCode() |
String |
toString() |
public Parameter(String name, TypeSignature type)
Copyright © 2012–2022. All rights reserved.