Class CallExpr

java.lang.Object
ghidra.pcode.struct.Expr
ghidra.pcode.struct.CallExpr
All Implemented Interfaces:
StructuredSleigh.RVal

public class CallExpr extends Expr
A p-code userop invocation expression

Userops are essentially treated as functions. They can be invoked passing a list of parameters, and the expression takes the value it returns (via StructuredSleigh._result(RVal).