Ghidra Decompiler Analysis Engine
Classes
cpool.hh File Reference

Definitions to support a constant pool for deferred compilation languages (i.e. java byte-code) More...

#include "type.hh"
Include dependency graph for cpool.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CPoolRecord
 A description of a byte-code object referenced by a constant. More...
 
class  ConstantPool
 An interface to the pool of constant objects for byte-code languages. More...
 
class  ConstantPoolInternal
 An implementation of the ConstantPool interface storing records internally in RAM. More...
 

Detailed Description

Definitions to support a constant pool for deferred compilation languages (i.e. java byte-code)