Package ghidra.app.util.demangler
Class MangledContext
java.lang.Object
ghidra.app.util.demangler.MangledContext
A simple class to contain the context of a mangled symbol for demangling
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMangledContext
(Program program, DemanglerOptions options, String mangled, Address address) Constructor for mangled context -
Method Summary
Modifier and TypeMethodDescriptionReturns the addressReturns the mangled stringReturns the demangler optionsReturns the program
-
Field Details
-
program
-
options
-
mangled
-
address
-
-
Constructor Details
-
MangledContext
Constructor for mangled context- Parameters:
program
- the program; can be nulloptions
- the demangler optionsmangled
- the mangled stringaddress
- the address; can be null
-
-
Method Details
-
getProgram
Returns the program- Returns:
- the program; can be null
-
getOptions
Returns the demangler options- Returns:
- the options
-
getMangled
Returns the mangled string- Returns:
- the mangled string
-
getAddress
Returns the address- Returns:
- the address; can be null
-