Class PatternValue
- java.lang.Object
-
- ghidra.app.plugin.processors.sleigh.expression.PatternExpression
-
- ghidra.app.plugin.processors.sleigh.expression.PatternValue
-
- Direct Known Subclasses:
ConstantValue
,ContextField
,EndInstructionValue
,OperandValue
,StartInstructionValue
,TokenField
public abstract class PatternValue extends PatternExpression
This is a PatternExpression which can be interpreted as an integer value. Restricting the PatternValue to a specific integer yields an actual pattern. None of the functionality is needed for the disassembly interface, (only for the compiler interface) but we preserve the structure
-
-
Constructor Summary
Constructors Constructor Description PatternValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
maxValue()
abstract long
minValue()
-
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.PatternExpression
getValue, restoreExpression, restoreXml, toString
-
-