public static class WASMABIUtils.Struct extends Object
| 构造器和说明 |
|---|
Struct() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<WASMABIUtils.Field> |
getFields() |
WASMABIUtils.StructType |
getIsInterface() |
String |
getName() |
List<String> |
getResults() |
void |
setFields(List<WASMABIUtils.Field> fields) |
void |
setIsInterface(WASMABIUtils.StructType isInterface) |
void |
setName(String name) |
void |
setResults(List<String> results) |
public String getName()
public void setName(String name)
public List<WASMABIUtils.Field> getFields()
public void setFields(List<WASMABIUtils.Field> fields)
public WASMABIUtils.StructType getIsInterface()
public void setIsInterface(WASMABIUtils.StructType isInterface)
Copyright © 2022. All rights reserved.