public class AbiFunction extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
List<Parameter> |
parameters |
String |
returntype |
| Constructor and Description |
|---|
AbiFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearParamsValue() |
String |
getName() |
Parameter |
getParameter(String name) |
List<Parameter> |
getParameters() |
void |
setParamsValue(Object... objs) |
String |
toString() |
Copyright © 2020. All rights reserved.