MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetExpr

Method GetExpr

highlevelilinstruction.cpp:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549
550
551HighLevelILInstruction HighLevelILOperand::GetExpr() const
552{
553 if (m_type != ExprHighLevelOperand)
554 throw HighLevelILInstructionAccessException();
555 return m_instr.GetRawOperandAsExpr(m_operandIndex);
556}
557
558
559Variable HighLevelILOperand::GetVariable() const

Callers 7

GetSSAFormMethod · 0.45
GetNonSSAFormMethod · 0.45
AsASTMethod · 0.45
AsNonASTMethod · 0.45
GetParentMethod · 0.45
VisitExprsMethod · 0.45

Tested by

no test coverage detected