Class OperandValue
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.expression.PatternExpression
-
- ghidra.app.plugin.processors.sleigh.expression.PatternValue
-
- ghidra.app.plugin.processors.sleigh.expression.OperandValue
-
public class OperandValue extends PatternValue
An Expression representing the value of a Constructor operand
-
-
Constructor Summary
Constructors Constructor Description OperandValue()OperandValue(int i, Constructor c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ConstructorgetConstructor()intgetIndex()longgetValue(ParserWalker walker)inthashCode()longmaxValue()longminValue()voidrestoreXml(XmlPullParser parser, SleighLanguage lang)java.lang.StringtoString()-
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.PatternExpression
restoreExpression
-
-
-
-
Constructor Detail
-
OperandValue
public OperandValue()
-
OperandValue
public OperandValue(int i, Constructor c)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getIndex
public int getIndex()
-
getConstructor
public Constructor getConstructor()
-
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
-
toString
public java.lang.String toString()
- Specified by:
toStringin classPatternExpression
-
-