Package ghidra.program.model.pcode
Class HighGlobal
- java.lang.Object
-
- ghidra.program.model.pcode.HighVariable
-
- ghidra.program.model.pcode.HighGlobal
-
public class HighGlobal extends HighVariable
All references (per function) to a single global variable
-
-
Constructor Summary
Constructors Constructor Description HighGlobal(java.lang.String name, DataType type, Varnode vn, Varnode[] inst, HighFunction func)
-
Method Summary
-
Methods inherited from class ghidra.program.model.pcode.HighVariable
attachInstances, getDataType, getHighFunction, getInstances, getName, getRepresentative, getSize, getStorage, setHighOnInstances
-
-
-
-
Constructor Detail
-
HighGlobal
public HighGlobal(java.lang.String name, DataType type, Varnode vn, Varnode[] inst, HighFunction func) throws InvalidInputException
- Parameters:
name
- name of global variabletype
- data type of variablevn
- global variable storagefunc
- the associated high function- Throws:
InvalidInputException
-
-