Class ConstantValue
java.lang.Object
ghidra.app.plugin.processors.sleigh.expression.PatternExpression
ghidra.app.plugin.processors.sleigh.expression.PatternValue
ghidra.app.plugin.processors.sleigh.expression.ConstantValue
A constant value associated with an alwaysTrue pattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetValue()longgetValue(ParserWalker walker) inthashCode()longmaxValue()longminValue()voidrestoreXml(XmlPullParser parser, SleighLanguage lang) toString()Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.PatternExpression
restoreExpression
-
Constructor Details
-
ConstantValue
public ConstantValue() -
ConstantValue
public ConstantValue(long b)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
minValue
public long minValue()- Specified by:
minValuein classPatternValue
-
maxValue
public long maxValue()- Specified by:
maxValuein classPatternValue
-
getValue
- Specified by:
getValuein classPatternExpression- Throws:
MemoryAccessException
-
getValue
public long getValue() -
restoreXml
- Specified by:
restoreXmlin classPatternExpression
-
toString
- Specified by:
toStringin classPatternExpression
-