ROSE 0.11.145.147
SgAsmJvmInnerClasses.h
1
2#ifndef ROSE_SgAsmJvmInnerClasses_H
3#define ROSE_SgAsmJvmInnerClasses_H
4#include <RoseFirst.h>
5#include <Cxx_GrammarDeclarations.h>
6#include <SgAsmJvmAttribute.h>
7
8
9
10/* #line 1 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
11
12// WARNING -- GENERATED CODE -- DO NOT MODIFY THIS CODE -- WARNING!
13// This code is automatically generated for each
14// terminal and non-terminal within the defined
15// grammar. There is a simple way to change the
16// code to fix bugs etc. See the ROSE README file
17// for directions.
18
19// tps: (02/22/2010): Adding DLL export requirements
20#include "rosedll.h"
21
22// predeclarations for SgAsmJvmInnerClasses
23
24/* #line 25 "../../../src/frontend/SageIII//SgAsmJvmInnerClasses.h" */
25/* #line 11432 "/workspace/src/ROSETTA/src/binaryInstruction.C" */
26
27#include <sageContainer.h>
28
29
30/* #line 13 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro after subst for $PREDECLARATIONS" */
31
32/* #line 14 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
33
34#if !defined(DOCUMENTATION)
35// Class Definition for SgAsmJvmInnerClasses
36class ROSE_DLL_API SgAsmJvmInnerClasses : public SgAsmJvmAttribute
37 {
38 public:
39
40
41/* #line 42 "../../../src/frontend/SageIII//SgAsmJvmInnerClasses.h" */
42
43 virtual SgNode* copy ( SgCopyHelp& help) const override;
44// Start of memberFunctionString
45/* #line 11452 "/workspace/src/ROSETTA/src/binaryInstruction.C" */
46
47
48 //----------------------- Boost serialization for SgAsmJvmInnerClasses -----------------------
49#ifdef ROSE_HAVE_BOOST_SERIALIZATION_LIB
50private:
51 friend class boost::serialization::access;
52
53 template<class S>
54 void serialize(S &s, const unsigned /*version*/) {
55 debugSerializationBegin("SgAsmJvmInnerClasses");
56 s & BOOST_SERIALIZATION_BASE_OBJECT_NVP(SgAsmJvmAttribute);
57 s & BOOST_SERIALIZATION_NVP(p_classes);
58 debugSerializationEnd("SgAsmJvmInnerClasses");
59 }
60#endif // ROSE_HAVE_BOOST_SERIALIZATION_LIB
61public:
62public:
66 SgAsmJvmInnerClassesEntryPtrList const& get_classes() const;
67 SgAsmJvmInnerClassesEntryPtrList& get_classes();
68 void set_classes(SgAsmJvmInnerClassesEntryPtrList const&);
70public:
75
81
83 virtual void unparse(std::ostream&) const override;
84
86 virtual void dump(FILE*, const char *prefix, ssize_t idx) const override;
87public:
89 virtual ~SgAsmJvmInnerClasses();
90
91public:
94
95protected:
103
104
105// End of memberFunctionString
106// Start of memberFunctionString
107/* #line 1 "/workspace/src/ROSETTA/Grammar/Common.code" */
108
109// *** COMMON CODE SECTION BEGINS HERE ***
110
111 public:
112
113 // DQ (3/25/3006): I put this back in because it had the logic for where the copy function required
114 // and not required which is required to match the other aspects of the copy mechanism code generation.
115 // Specifically it is a problem to declare the copy function everywhere because it is not implemented
116 // for the SgSymbol IR nodes. I'm not clear why it is not implemented for these IR nodes.
117 /* \brief Copies AST (whole subtree, depending on the SgCopyHelp class */
118 // virtual SgNode* copy ( const SgCopyHelp & help) const;
119
121 virtual std::string class_name() const override;
122
124 virtual VariantT variantT() const override; // MS: new variant used in tree traversal
125
127 // King84 (2010.08.16): Moved this to an enum to save space, since it's only used at compiler-time anyway.
128 // static const VariantT static_variant = V_SgAsmJvmInnerClasses;
129 enum { static_variant = V_SgAsmJvmInnerClasses };
130
131 /* the generated cast function */
133 ROSE_DLL_API friend SgAsmJvmInnerClasses* isSgAsmJvmInnerClasses( SgNode * s );
134
136 ROSE_DLL_API friend const SgAsmJvmInnerClasses* isSgAsmJvmInnerClasses( const SgNode * s );
137
138 // ******************************************
139 // * Memory Pool / New / Delete
140 // ******************************************
141
142 public:
144 static const unsigned pool_size; //
146 static std::vector<unsigned char *> pools; //
148 static SgAsmJvmInnerClasses * next_node; //
149
151 static unsigned long initializeStorageClassArray(SgAsmJvmInnerClassesStorageClass *); //
152
154 static void clearMemoryPool(); //
155 static void deleteMemoryPool(); //
156
158 static void extendMemoryPoolForFileIO(); //
159
161 static SgAsmJvmInnerClasses * getPointerFromGlobalIndex(unsigned long); //
163 static SgAsmJvmInnerClasses * getPointerFromGlobalIndex(AstSpecificDataManagingClass *, unsigned long); //
164
166 static unsigned long getNumberOfValidNodesAndSetGlobalIndexInFreepointer(unsigned long); //
168 static void resetValidFreepointers(); //
170 static unsigned long getNumberOfLastValidPointer(); //
171
172
173#if defined(INLINE_FUNCTIONS)
175 inline void *operator new (size_t size);
176#else
178 void *operator new (size_t size);
179#endif
181 void operator delete (void* pointer, size_t size);
182
183 // DQ (4/5/2007): This is not the correct operator that we want, but appears to be required to compile ROSE with ROSE.
184 void operator delete (void* pointer)
185 {
186 // This is the generated delete operator...
187 SgAsmJvmInnerClasses::operator delete (pointer,sizeof(SgAsmJvmInnerClasses));
188 }
189
191 static size_t numberOfNodes();
192
194 static size_t memoryUsage();
195
196 // End of scope which started in IR nodes specific code
197 /* */
198
199 /* name Internal Functions
200 \brief Internal functions ... incomplete-documentation
201
202 These functions have been made public as part of the design, but they are suggested for internal use
203 or by particularly knowledgeable users for specialized tools or applications.
204
205 \internal We could not make these private because they are required by user for special purposes. And
206 it would be unwieldy to have many of the internal classes in ROSE be explicitly defined as friends.
207
208 */
209
210 // MS: 02/12/02 container of pointers to AST successor nodes used in the traversal
211 // overridden in every class by *generated* implementation
213 virtual std::vector<SgNode*> get_traversalSuccessorContainer() override;
214 // MS: 06/28/02 container of names of variables or container indices
215 // used used in the traversal to access AST successor nodes
216 // overridden in every class by *generated* implementation
219 virtual std::vector<std::string> get_traversalSuccessorNamesContainer() override;
220
221 // GB (09/25/2007): Functions for index-based access to traversal successors; these are hopefully a lot faster
222 // than all the vector copies. The implementation for these functions is generated for each class.
224 virtual size_t get_numberOfTraversalSuccessors() override;
226 virtual SgNode *get_traversalSuccessorByIndex(size_t idx) override;
228 virtual size_t get_childIndex(SgNode *child) override;
229
230#ifndef ROSE_USE_INTERNAL_FRONTEND_DEVELOPMENT
231 // MS: 08/16/2002 method for generating RTI information
233 virtual RTIReturnType roseRTI() override;
234#endif
235 /* */
236
237
238
239 /* name Deprecated Functions
240 \brief Deprecated functions ... incomplete-documentation
241
242 These functions have been deprecated from use.
243 */
244 /* */
245
247 virtual const char* sage_class_name() const override ROSE_DEPRECATED_FUNCTION;
248
249 // JJW (10/16/2008): Changed to a single function in Node.code, and put
250 // getVariant() in #if 0 block to prevent confusing Doxygen
251#if 0
253 virtual int variant() const ROSE_DEPRECATED_FUNCTION;
255 // virtual int getVariant() const ROSE_DEPRECATED_FUNCTION;
256#endif
257 /* */
258
259
260
261
262 public:
263 /* name Traversal Support Functions
264 \brief Traversal support functions ... incomplete-documentation
265
266 These functions have been made public as part of the design, but they are suggested for internal use
267 or by particularly knowledgable users for specialized tools or applications.
268 */
269 /* */
270
271 // DQ (11/26/2005): Support for visitor pattern mechanims
272 // (inferior to ROSE traversal mechanism, experimental).
276
277 /* DXN (08/09/2010): support for the classic visitor pattern done in GoF */
279 virtual void accept (ROSE_VisitorPattern & visitor) override;
280
281 // DQ (12/26/2005): Support for traversal based on the memory pool
284 static void traverseMemoryPoolNodes(ROSE_VisitTraversal & visit);
285
289
290 // DQ (2/9/2006): Added to support traversal over single representative of each IR node
291 // This traversal helps support internal tools that call static member functions.
292 // note: this function operates on the memory pools.
295 static void visitRepresentativeNode (ROSE_VisitTraversal & visit);
296 /* */
297
298 public:
299 /* NodeId support functions */
301 static SgNode* getNodeByNodeId(VariantT variantT, size_t poolIdx, size_t itemIdx);
304 static SgAsmJvmInnerClasses* getNodeByNodeIdInternal(size_t poolIdx, size_t itemIdx);
307 static std::string getNodeIdString(SgAsmJvmInnerClasses* sgnode);
308 static std::string getNodeIdStringInternal(SgAsmJvmInnerClasses* sgnode);
309
310 public:
311 /* name Memory Allocation Functions
312 \brief Memory allocations functions ... incomplete-documentation
313
314 These functions have been made public as part of the design, but they are suggested for internal use
315 or by particularly knowledgable users for specialized tools or applications.
316 */
317 /* */
318
329 virtual bool isInMemoryPool() override;
330
341 virtual void checkDataMemberPointersIfInMemoryPool() override;
342
343 // DQ (4/30/2006): Modified to be a const function.
358 virtual std::vector<std::pair<SgNode*,std::string> > returnDataMemberPointers() const override;
359
370
382 virtual long getChildIndex( SgNode* childNode ) const override;
383
384 // DQ (9/2/2015): Since this function is generated by ROSETTA, we can't define the
385 // comment here (changed to be a C style comment and not be a doxygen comment).
386 /* \brief Constructor for use by AST File I/O Mechanism
387
388 This constructor permits the IR node to be rebuilt from the contiguously arranged data in memory
389 which obtained via fast binary file I/O from disk.
390 */
391 // SgAsmJvmInnerClasses( SgAsmJvmInnerClassesStorageClass& source );
392
393
394
395
396
397 // JH (10/24/2005): methods added to support the ast file IO
398 private:
399
400 /* name AST Memory Allocation Support Functions
401 \brief Memory allocations support....
402
403 These functions handle the low leve support of the memory allocation scheme which permits IR nodes to be allocated
404 in large contiguous blocks to reduce memory fragmentation, improve performance, support specialized access (AST traversals),
405 and support the AST File I/O Mechanism.
406 */
407 /* */
408
409 /* JH (10/24/2005): Two typedefs. The TestType notes the type every pointer is cast to before
410 we compare them. Since I had several problems with this, I decided to make a typdef to ensure
411 that I use the same type everywhere, if any changes are made. THe second one declares the type
412 (actually unsigned long) where teh pointer address gets converted to. On 64 bit platforms this
413 might got changed, but unfortunatly, the return types are still unsigned longs. There exists
414 a correspinding one in the AST_FILE_IO class!
415 */
416 // DQ (9/2/2015): This typedef is no longer used, we can't define the
417 // comment here (changed to be a C style comment and not be a doxygen comment).
418 /* \brief Typedef used for low level memory access.
419 */
420 // typedef unsigned char* TestType;
421
422 // DQ (9/2/2015): This typedef is no longer used, we can't define the
423 // comment here (changed to be a C style comment and not be a doxygen comment).
424 /* \brief Typedef used to hold memory addresses as values.
425 */
426 // typedef unsigned long AddressType;
427
428
429
430 // necessary, to have direct access to the p_freepointer and the private methods !
432 friend class AST_FILE_IO;
433
435 friend class SgAsmJvmInnerClassesStorageClass;
436
438 friend class AstSpecificDataManagingClass;
439
441 friend class AstSpecificDataManagingClassStorageClass;
442 public:
444 SgAsmJvmInnerClasses( const SgAsmJvmInnerClassesStorageClass& source );
445
446 // private: // JJW hack
447 /*
448 name AST Memory Allocation Support Variables
449 Memory allocations support variables
450
451 These variables handle the low level support of the memory allocation scheme which permits IR nodes to be allocated
452 in large contiguous blocks to reduce memory fragmentation, improve performance, support specialized access (AST traversals),
453 and support the AST File I/O Mechanism.
454 */
455 /* */
456
457 public:
458
459 // DQ (11/21/2009): Added function to add new Regular Expression attributes and return pointer
460 // to current node (so that it will work cleanly with build functions to specify patterns).
461 // virtual SgNode* addRegExpAttribute();
468
469#ifndef _MSC_VER
470// Rasmussen (04/17/2019): Support for ATerms has been deprecated as it is no longer needed
471// and likely never fully implemented nor tested. Files remain in the src tree but are no
472// longer built.
473#define BUILD_ATERM_SUPPORT 0
474 #if BUILD_ATERM_SUPPORT
475 #ifdef ROSE_USE_ROSE_ATERM_SUPPORT
476 // DQ (10/4/2014): Adding ATerm support to ROSE.
486 // Rasmussen (1/7/2019): Added override to kill warning messages of overridden virtual function
487 virtual ATerm generate_ATerm() override;
488
490 virtual void generate_ATerm_Annotation(ATerm & term) override;
491 #endif
492 #endif // BUILD_ATERM_SUPPORT
493#endif
494 // These can't be virtual functions since we don't yet know what IR node to build (until we have read the aterm).
495 // virtual generate_AST(ATerm & term);
496 // virtual void read_ATerm_Annotation(ATerm & term);
497
498// *** COMMON CODE SECTION ENDS HERE ***
499
500
501// End of memberFunctionString
502// Start of memberFunctionString
503/* #line 706 "/workspace/src/ROSETTA/Grammar/Node.code" */
504
505 // the generated cast function
506 // friend ROSE_DLL_API SgAsmJvmInnerClasses* isSgAsmJvmInnerClasses ( SgNode* s );
507
508 typedef SgAsmJvmAttribute base_node_type;
509
510
511// End of memberFunctionString
512
513
514 protected:
515// Start of memberFunctionString
516SgAsmJvmInnerClassesEntryPtrList p_classes;
517
518// End of memberFunctionString
519
521 friend struct Rose::Traits::generated::describe_field_t<SgAsmJvmInnerClasses, SgAsmJvmInnerClassesEntryPtrList,&SgAsmJvmInnerClasses::p_classes>;
522
523/* #line 21 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
524
525
526 };
527#endif
528
529// postdeclarations for SgAsmJvmInnerClasses
530
531/* #line 532 "../../../src/frontend/SageIII//SgAsmJvmInnerClasses.h" */
532
533/* #line 27 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro after subst for $POSTDECLARATIONS" */
534
535/* #line 28 "/workspace/src/ROSETTA/Grammar/grammarClassDeclarationMacros.macro" */
536
537
538/* #line 539 "../../../src/frontend/SageIII//SgAsmJvmInnerClasses.h" */
539
540#endif // ROSE_SgAsmJvmInnerClasses_H
541
Class holding static data and functions supporting File I/O.
Definition AST_FILE_IO.h:19
Attribute containing a regex expression as a string.
Represents a JVM attribute_info table/array.
Base class for a JVM attribute.
virtual void dump(FILE *, const char *prefix, ssize_t idx) const override
Print some debugging information.
void initializeProperties()
Initialize all properties that have explicit initial values.
virtual void unparse(std::ostream &) const override
Write attribute to a binary file.
Represents an JVM constant pool.
Represents a JVM InnerClasses attribute.
Supporting class from copy mechanism within ROSE.
Definition sageCopy.h:26
This class represents the base class for all IR nodes within Sage III.
virtual size_t get_numberOfTraversalSuccessors()
return number of children in the traversal successor list
virtual RTIReturnType roseRTI()
return C++ Runtime-Time-Information
virtual std::vector< std::string > get_traversalSuccessorNamesContainer()
container of names of variables or container indices used used in the traversal to access AST success...
virtual void debugSerializationEnd(const char *className)
Called by generated serializers.
static std::string getNodeIdString(SgNode *sgnode)
compute the NodeId for a particular SgNode*.
virtual bool isInMemoryPool()
FOR INTERNAL USE This is used in internal tests to verify that all IR nodes are allocated from the he...
int variant() const
Older version function returns enum value "NODE".
virtual void processDataMemberReferenceToPointers(ReferenceToPointerHandler *)
FOR INTERNAL USE Processes pairs of references to SgNode* and strings for use in AST tools
virtual VariantT variantT() const
returns new style SageIII enum values
virtual long getChildIndex(SgNode *childNode) const
FOR INTERNAL USE Returns a unique index value for the childNode in the list of children at this IR no...
virtual size_t get_childIndex(SgNode *child)
index-based access to traversal successors by child node
virtual void debugSerializationBegin(const char *className)
Called by generated serializers.
virtual std::vector< SgNode * > get_traversalSuccessorContainer()
container of pointers to AST successor nodes used in the traversal overridden in every class by gener...
virtual std::string class_name() const
returns a string representing the class name
static void visitRepresentativeNode(ROSE_VisitTraversal &visit)
FOR INTERNAL USE Support for type-based traversal.
virtual void checkDataMemberPointersIfInMemoryPool()
FOR INTERNAL USE This is used in internal tests to verify that all IR nodes are allocated from the he...
static size_t numberOfNodes()
Returns the total number of IR nodes of this type.
virtual void accept(ROSE_VisitorPattern &visitor)
support for the classic visitor pattern done in GoF
virtual SgNode * get_traversalSuccessorByIndex(size_t idx)
index-based access to traversal successors by index number
static void traverseMemoryPoolVisitorPattern(ROSE_VisitorPattern &visitor)
FOR INTERNAL USE Support for visitor pattern.
void executeVisitorMemberFunction(ROSE_VisitorPattern &visitor)
FOR INTERNAL USE Support for visitor pattern.
static SgNode * getNodeByNodeId(VariantT variantT, size_t poolIdx, size_t itemIdx)
Find a node by its variant type, pool index, and item index.
static size_t memoryUsage()
Returns the size in bytes of the total memory allocated for all IR nodes of this type.
static void traverseMemoryPoolNodes(ROSE_VisitTraversal &visit)
FOR INTERNAL USE Support for visitor pattern over all IR nodes by type of IR node.
virtual const char * sage_class_name() const
generates string representing the class name: (e.g. for SgNode returns "SgNode").
virtual std::vector< std::pair< SgNode *, std::string > > returnDataMemberPointers() const
FOR INTERNAL USE Returns STL vector of pairs of SgNode* and strings for use in AST tools
static SgNode * getNodeByNodeIdInternal(size_t poolIdx, size_t itemIdx)
FOR INTERNAL USE Find an SgNode from its memory pool and location therin.
SgNode * addRegExpAttribute(std::string s, AstRegExAttribute *a)
Support for AST matching using regular expression.
void parse(SgAsmGenericFile *)
Main function to parse DWARF information.
void serialize(std::ostream &output, Graph &graph)
Serialize a graph into a stream of bytes.
void copy(const Word *src, const BitRange &srcRange, Word *dst, const BitRange &dstRange)
Copy some bits.