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
-
getOptions
-
getMangled
-
getAddress
-