Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
elftosb::DataSectionContentsASTNode Class Reference

Node representing a raw binary section definition. More...

#include <ElftosbAST.h>

+ Inheritance diagram for elftosb::DataSectionContentsASTNode:
+ Collaboration diagram for elftosb::DataSectionContentsASTNode:

Public Member Functions

 DataSectionContentsASTNode (ASTNode *contents)
 
 DataSectionContentsASTNode (const DataSectionContentsASTNode &other)
 
virtual ASTNodeclone () const
 Returns an exact duplicate of this object.
 
virtual std::string nodeName () const
 Returns the name of the object's class.
 
virtual void printTree (int indent) const
 
ASTNodegetContents ()
 
- Public Member Functions inherited from elftosb::SectionContentsASTNode
 SectionContentsASTNode (ExprASTNode *section)
 
 SectionContentsASTNode (const SectionContentsASTNode &other)
 
void setSectionNumberExpr (ExprASTNode *section)
 
ExprASTNodegetSectionNumberExpr ()
 
void setOptions (ListASTNode *options)
 
ListASTNodegetOptions ()
 
- Public Member Functions inherited from elftosb::ASTNode
 ASTNode ()
 Default constructor.
 
 ASTNode (ASTNode *parent)
 Constructor taking a parent node.
 
 ASTNode (const ASTNode &other)
 Copy constructor.
 
virtual ~ASTNode ()
 Destructor.
 
virtual ASTNodegetParent () const
 
virtual void setParent (ASTNode *newParent)
 
virtual void printTree () const
 
virtual void setLocation (token_loc_t &loc)
 
virtual void setLocation (token_loc_t &first, token_loc_t &last)
 
virtual void setLocation (ASTNode *loc)
 
virtual void setLocation (ASTNode *first, ASTNode *last)
 
virtual token_loc_tgetLocation ()
 
virtual const token_loc_tgetLocation () const
 
virtual int getFirstLine ()
 
virtual int getLastLine ()
 

Protected Attributes

smart_ptr< ASTNodem_contents
 
- Protected Attributes inherited from elftosb::SectionContentsASTNode
smart_ptr< ExprASTNodem_sectionExpr
 
smart_ptr< ListASTNodem_options
 
- Protected Attributes inherited from elftosb::ASTNode
ASTNodem_parent
 Pointer to parent node of this object. May be NULL.
 
token_loc_t m_location
 Location of this node in the source file.
 

Additional Inherited Members

- Protected Member Functions inherited from elftosb::ASTNode
void printIndent (int indent) const
 Prints indent number of spaces.
 

Detailed Description

Node representing a raw binary section definition.


The documentation for this class was generated from the following files: