Package ghidra.program.model.pcode
Class ParamMeasure
java.lang.Object
ghidra.program.model.pcode.ParamMeasure
ParamMeasure
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(Decoder decoder, PcodeFactory factory) Decode a ParamMeasure object from the stream.getRank()
boolean
isEmpty()
-
Constructor Details
-
ParamMeasure
public ParamMeasure()Constructs a ParamMeasure Object. The ParamMeasure will be empty untildecode(ghidra.program.model.pcode.Decoder, ghidra.program.model.pcode.PcodeFactory)
is invoked.
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
decode
Decode a ParamMeasure object from the stream.- Parameters:
decoder
- is the stream decoderfactory
- pcode factory- Throws:
DecoderException
- for an invalid encoding
-
getVarnode
-
getDataType
-
getRank
-