Class PatternExpression
java.lang.Object
ghidra.app.plugin.processors.sleigh.expression.PatternExpression
- Direct Known Subclasses:
BinaryExpression
,PatternValue
,UnaryExpression
An expression which results in a pattern for a specific InstructionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract long
getValue
(ParserWalker walker) static PatternExpression
restoreExpression
(XmlPullParser parser, SleighLanguage lang) abstract void
restoreXml
(XmlPullParser parser, SleighLanguage lang) abstract String
toString()
-
Constructor Details
-
PatternExpression
public PatternExpression()
-
-
Method Details
-
getValue
- Throws:
MemoryAccessException
-
restoreXml
-
restoreExpression
-
toString
-