public class Abi extends ArrayList<Abi.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
Abi.Constructor |
static class |
Abi.Entry |
static class |
Abi.Event |
static class |
Abi.Function |
modCount| Constructor and Description |
|---|
Abi() |
| Modifier and Type | Method and Description |
|---|---|
Abi.Constructor |
findConstructor() |
Abi.Event |
findEvent(String name) |
Abi.Function |
findFunction(String name) |
static Abi |
fromJson(String json) |
String |
toJson() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic String toJson()
public Abi.Function findFunction(String name)
public Abi.Constructor findConstructor()
public String toString()
toString in class AbstractCollection<Abi.Entry>Copyright © 2022 IoTeX Group. All rights reserved.