Class ValueSymbol
java.lang.Object
ghidra.app.plugin.processors.sleigh.symbol.Symbol
ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
ghidra.app.plugin.processors.sleigh.symbol.FamilySymbol
ghidra.app.plugin.processors.sleigh.symbol.ValueSymbol
- Direct Known Subclasses:
ContextSymbol
,NameSymbol
,ValueMapSymbol
,VarnodeListSymbol
A variable with its semantic (and printing) value equal to a fixed
mapping of its pattern
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(Decoder decoder, SleighLanguage sleigh) void
getFixedHandle
(FixedHandle hand, ParserWalker walker) print
(ParserWalker walker) void
printList
(ParserWalker walker, ArrayList<Object> list) Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.TripleSymbol
resolve
Methods inherited from class ghidra.app.plugin.processors.sleigh.symbol.Symbol
decodeHeader, getId, getName, getScopeId
-
Field Details
-
patval
-
-
Constructor Details
-
ValueSymbol
public ValueSymbol()
-
-
Method Details
-
getPatternValue
- Specified by:
getPatternValue
in classFamilySymbol
-
getPatternExpression
- Specified by:
getPatternExpression
in classTripleSymbol
-
getFixedHandle
- Specified by:
getFixedHandle
in classTripleSymbol
- Throws:
MemoryAccessException
-
print
- Specified by:
print
in classTripleSymbol
- Throws:
MemoryAccessException
-
printList
- Specified by:
printList
in classTripleSymbol
- Throws:
MemoryAccessException
-
decode
- Specified by:
decode
in classSymbol
- Throws:
DecoderException
-