Class DecoderResult
- java.lang.Object
-
- ru.ispras.microtesk.model.decoder.DecoderResult
-
public final class DecoderResult extends java.lang.Object
DecoderResult
class hods the result of primitive decoding.
-
-
Constructor Summary
Constructors Constructor Description DecoderResult(IsaPrimitive primitive, int bitSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBitSize()
IsaPrimitive
getPrimitive()
-
-
-
Constructor Detail
-
DecoderResult
public DecoderResult(IsaPrimitive primitive, int bitSize)
-
-
Method Detail
-
getPrimitive
public IsaPrimitive getPrimitive()
-
getBitSize
public int getBitSize()
-
-