Class ContextCache
- java.lang.Object
 - 
- ghidra.app.plugin.processors.sleigh.ContextCache
 
 
- 
public class ContextCache extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description ContextCache() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetContext(ProcessorContextView ctx, int[] buf)intgetContextSize()voidregisterVariable(Register register)voidsetContext(ProcessorContext ctx, Address addr, int num, int mask, int value) 
 - 
 
- 
- 
Method Detail
- 
registerVariable
public void registerVariable(Register register)
 
- 
getContextSize
public int getContextSize()
 
- 
getContext
public void getContext(ProcessorContextView ctx, int[] buf)
 
- 
setContext
public void setContext(ProcessorContext ctx, Address addr, int num, int mask, int value)
 
 - 
 
 -