Package ghidra.program.model.pcode
Class JumpTable
java.lang.Object
ghidra.program.model.pcode.JumpTable
JumpTable found as part of the decompilation of a function
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDecode a JumpTable object from the stream.voidAddress[]getCases()Integer[]booleanisEmpty()static JumpTablereadOverride(Namespace space, SymbolTable symtab) voidwriteOverride(Function func)
-
Constructor Details
-
JumpTable
-
JumpTable
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
decode
Decode a JumpTable object from the stream.- Parameters:
decoder- is the stream decoder- Throws:
DecoderException- for invalid encodings
-
encode
- Throws:
IOException
-
getSwitchAddress
-
getCases
-
getLabelValues
-
getLoadTables
-
writeOverride
- Throws:
InvalidInputException
-
readOverride
-