Class ContextField
- java.lang.Object
 - 
- ghidra.app.plugin.processors.sleigh.expression.PatternExpression
 - 
- ghidra.app.plugin.processors.sleigh.expression.PatternValue
 - 
- ghidra.app.plugin.processors.sleigh.expression.ContextField
 
 
 
 
- 
public class ContextField extends PatternValue
Contiguous bits in the non-instruction part of the context interpreted as an integer value 
- 
- 
Constructor Summary
Constructors Constructor Description ContextField() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetByteEnd()intgetByteStart()intgetEndBit()intgetShift()booleangetSignBit()intgetStartBit()longgetValue(ParserWalker walker)inthashCode()booleanhasSignbit()longmaxValue()longminValue()voidrestoreXml(XmlPullParser parser, SleighLanguage lang)java.lang.StringtoString()- 
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.PatternExpression
restoreExpression 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
getStartBit
public int getStartBit()
 
- 
getEndBit
public int getEndBit()
 
- 
getSignBit
public boolean getSignBit()
 
- 
minValue
public long minValue()
- Specified by:
 minValuein classPatternValue
 
- 
maxValue
public long maxValue()
- Specified by:
 maxValuein classPatternValue
 
- 
getValue
public long getValue(ParserWalker walker) throws MemoryAccessException
- Specified by:
 getValuein classPatternExpression- Throws:
 MemoryAccessException
 
- 
restoreXml
public void restoreXml(XmlPullParser parser, SleighLanguage lang)
- Specified by:
 restoreXmlin classPatternExpression
 
- 
hasSignbit
public boolean hasSignbit()
 
- 
getByteStart
public int getByteStart()
 
- 
getByteEnd
public int getByteEnd()
 
- 
getShift
public int getShift()
 
- 
toString
public java.lang.String toString()
- Specified by:
 toStringin classPatternExpression
 
 - 
 
 -