Class ExpressionTerm
- java.lang.Object
- 
- ghidra.app.plugin.processors.generic.ExpressionTerm
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ExpressionTerm extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ExpressionTerm(ExpressionValue v, Offset off)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionValuegetValue()intlength(MemBuffer buf, int off)voidlinkRelativeOffsets(java.util.Hashtable<java.lang.String,Operand> opHash)Method linkRelativeOffsets.longlongValue(MemBuffer buf, int off)voidsetSpace(AddressSpace space)Method addSpace.
 
- 
- 
- 
Constructor Detail- 
ExpressionTermpublic ExpressionTerm(ExpressionValue v, Offset off) 
 
- 
 - 
Method Detail- 
longValuepublic long longValue(MemBuffer buf, int off) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
lengthpublic int length(MemBuffer buf, int off) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
linkRelativeOffsetspublic void linkRelativeOffsets(java.util.Hashtable<java.lang.String,Operand> opHash) Method linkRelativeOffsets.- Parameters:
- opHash-
 
 - 
getValuepublic ExpressionValue getValue() 
 - 
setSpacepublic void setSpace(AddressSpace space) throws SledException Method addSpace.- Parameters:
- id-
- Throws:
- SledException
 
 
- 
 
-