public class WASMOutput extends VMOutput
| 构造器和说明 |
|---|
WASMOutput() |
WASMOutput(String rawOutput) |
public WASMOutput()
public WASMOutput(String rawOutput)
public BigInteger getInt8()
public BigInteger getInt16()
public BigInteger getInt32()
public BigInteger getInt64()
public BigInteger getInt128()
public BigInteger getUint8()
public BigInteger getUint16()
public BigInteger getUint32()
public BigInteger getUint64()
public BigInteger getUint128()
public boolean getBoolean()
public String getString()
public byte[] getBytes()
public byte[] getWasmString()
public float getFloat32()
public double getFloat64()
public <T extends Type> List<BigInteger> getIntAndUintDynamicArray(Class<T> type)
public List<WASMString> getWasmStringDynamicArray()
public <T extends Type,R extends Type,P extends Type> List<Pair<R,P>> getPairDynamicArray(Class<T> type)
public <T extends Type,R extends Type> Pair<T,R> getPair(Class<T> firstType, Class<R> secondType)
public String getRawOutput()
public void setRawOutput(String rawOutput)
setRawOutput 在类中 VMOutputrawOutput - value to be assigned to property rawOutputCopyright © 2022. All rights reserved.