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 voiddecode(Decoder decoder, SleighLanguage lang) static PatternExpressiondecodeExpression(Decoder decoder, SleighLanguage lang) abstract longgetValue(ParserWalker walker) abstract StringtoString()
-
Constructor Details
-
PatternExpression
public PatternExpression()
-
-
Method Details
-
getValue
- Throws:
MemoryAccessException
-
decode
- Throws:
DecoderException
-
decodeExpression
public static PatternExpression decodeExpression(Decoder decoder, SleighLanguage lang) throws DecoderException - Throws:
DecoderException
-
toString
-