Package ghidra.app.util.demangler
Class DemangledFunctionType
- java.lang.Object
-
- ghidra.app.util.demangler.DemangledType
-
- ghidra.app.util.demangler.DemangledFunctionType
-
public class DemangledFunctionType extends DemangledType
An extension ofDemangledType
that signals that the type is function and can provide more info, like the function signature.
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.demangler.DemangledType
namespace, originalMangled, template
-
-
Constructor Summary
Constructors Constructor Description DemangledFunctionType(java.lang.String name, java.lang.String signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSignature()
boolean
isFunction()
-
Methods inherited from class ghidra.app.util.demangler.DemangledType
convertToNamespace, getDemangledName, getName, getNamespace, getOriginalMangled, getTemplate, isConst, isVolatile, setConst, setName, setNamespace, setOriginalMangled, setTemplate, setVolatile, toNamespace, toSignature, toString
-
-
-
-
Method Detail
-
isFunction
public boolean isFunction()
- Overrides:
isFunction
in classDemangledType
-
getSignature
public java.lang.String getSignature()
-
-