mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Marshaling of hasThisPointer property
This commit is contained in:
parent
afa4994576
commit
db139d2b81
4 changed files with 32 additions and 20 deletions
|
@ -56,9 +56,11 @@ class PrintJava : public PrintC {
|
|||
static OpToken instanceof; ///< The \b instanceof keyword
|
||||
static bool isArrayType(const Datatype *ct); ///< Does the given data-type reference a java array
|
||||
static bool needZeroArray(const Varnode *vn); ///< Do we need '[0]' syntax.
|
||||
void resetDefaultsPrintJava(void); ///< Set options that are specific to Java
|
||||
virtual void printUnicode(ostream &s,int4 onechar) const;
|
||||
public:
|
||||
PrintJava(Architecture *g,const string &nm="java-language"); ///< Constructor
|
||||
virtual void resetDefaults(void);
|
||||
virtual void docFunction(const Funcdata *fd);
|
||||
virtual void pushTypeStart(const Datatype *ct,bool noident);
|
||||
virtual void pushTypeEnd(const Datatype *ct);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue