Package ghidra.app.util.viewer.proxy
Class ClosedVariableProxy
java.lang.Object
ghidra.app.util.viewer.proxy.ProxyObj<Variable>
ghidra.app.util.viewer.proxy.VariableProxy
ghidra.app.util.viewer.proxy.ClosedVariableProxy
Variable Proxy for when the function variables aren't being shown. It doesn't include
a variable object which prevents the various variable field factories from triggering.
-
Constructor Summary
ConstructorsConstructorDescriptionClosedVariableProxy(ListingModel model, Program program, Address locationAddr, Function fun) -
Method Summary
Methods inherited from class ghidra.app.util.viewer.proxy.VariableProxy
contains, getFunctionAddress, getLocationAddress, getObject, getProgram, isFirstMethods inherited from class ghidra.app.util.viewer.proxy.ProxyObj
getListingLayoutModel
-
Constructor Details
-
ClosedVariableProxy
-