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

Method non_ast

python/highlevelil.py:442–446  ·  view source on GitHub ↗

This expression without full AST printing (read-only)

(self)

Source from the content-addressed store, hash-verified

440
441 @property
442 def non_ast(self) -> 'HighLevelILInstruction':
443 """This expression without full AST printing (read-only)"""
444 if not self.as_ast:
445 return self
446 return HighLevelILInstruction.create(self.function, self.expr_index, False)
447
448 @property
449 def operation(self) -> HighLevelILOperation:

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected