Class NodeDecoder.DecoderState
java.lang.Object
com.oracle.truffle.js.codec.NodeDecoder.DecoderState
-
Constructor Summary
ConstructorsConstructorDescriptionDecoderState(BinaryDecoder decoder) DecoderState(BinaryDecoder decoder, Object[] arguments) -
Method Summary
-
Constructor Details
-
DecoderState
-
DecoderState
-
-
Method Details
-
getObjReg
-
setObjReg
-
getObject
-
getInt
public int getInt() -
getUInt
public int getUInt() -
getLong
public long getLong() -
getBoolean
public boolean getBoolean() -
getDouble
public double getDouble() -
getString
public com.oracle.truffle.api.strings.TruffleString getString() -
hasRemaining
public boolean hasRemaining() -
getInt32
public int getInt32() -
getReg
public int getReg() -
getBytecode
public int getBytecode() -
getBuffer
-
getArgument
-