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 TypeMethodDescriptionboolean
long
getValue()
long
getValue
(ParserWalker walker) int
hashCode()
long
maxValue()
long
minValue()
void
restoreXml
(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:
minValue
in classPatternValue
-
maxValue
public long maxValue()- Specified by:
maxValue
in classPatternValue
-
getValue
- Specified by:
getValue
in classPatternExpression
- Throws:
MemoryAccessException
-
getValue
public long getValue() -
restoreXml
- Specified by:
restoreXml
in classPatternExpression
-
toString
- Specified by:
toString
in classPatternExpression
-