public static class WASMABIUtils.WASMABI extends Object
| 构造器和说明 |
|---|
WASMABI() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<WASMABIUtils.Interface> |
getInterfaces() |
List<WASMABIUtils.Struct> |
getStructs() |
List<WASMABIUtils.Type> |
getTypes() |
String |
getVersion() |
void |
setInterfaces(List<WASMABIUtils.Interface> interfaces) |
void |
setStructs(List<WASMABIUtils.Struct> structs) |
void |
setTypes(List<WASMABIUtils.Type> types) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
public List<WASMABIUtils.Struct> getStructs()
public void setStructs(List<WASMABIUtils.Struct> structs)
public List<WASMABIUtils.Type> getTypes()
public void setTypes(List<WASMABIUtils.Type> types)
public List<WASMABIUtils.Interface> getInterfaces()
public void setInterfaces(List<WASMABIUtils.Interface> interfaces)
Copyright © 2022. All rights reserved.