public class FunctionSignature extends Object
| Constructor and Description |
|---|
FunctionSignature(String functionName,
String returnTypeName,
List<ParamType> paramTypeList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFunctionName() |
List<ParamType> |
getParamTypeList() |
String |
getReturnTypeName() |
int |
hashCode() |
String |
toString() |
Copyright © 2014. All Rights Reserved.