ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AstRegExAttribute Class Reference

Attribute corresponding to a regex expression. More...

#include <AstAttributeMechanism.h>

Inheritance diagram for AstRegExAttribute:
Collaboration diagram for AstRegExAttribute:

Public Member Functions

 AstRegExAttribute ()
 
 AstRegExAttribute (const std::string &s)
 
virtual AstAttributecopy ()
 
- Public Member Functions inherited from AstAttribute
 AstAttribute ()
 
virtual ~AstAttribute ()
 
virtual std::string toString ()
 
AstAttributeconstructor ()
 
std::string attribute_class_name ()
 
virtual int packed_size ()
 
virtual char * packed_data ()
 
virtual void unpacked_data (int size, char *data)
 
virtual std::string additionalNodeOptions ()
 
virtual std::vector
< AttributeEdgeInfo
additionalEdgeInfo ()
 
virtual std::vector
< AttributeNodeInfo
additionalNodeInfo ()
 
virtual bool commentOutNodeInGraph ()
 

Public Attributes

std::string expression
 

Detailed Description

Attribute corresponding to a regex expression.

A RegEx attribute is added to each lart of an AST tree pattern specification to a RegEx tree.

Definition at line 199 of file AstAttributeMechanism.h.

Constructor & Destructor Documentation

AstRegExAttribute::AstRegExAttribute ( )
AstRegExAttribute::AstRegExAttribute ( const std::string &  s)

Member Function Documentation

virtual AstAttribute* AstRegExAttribute::copy ( )
virtual

Reimplemented from AstAttribute.

Member Data Documentation

std::string AstRegExAttribute::expression

Definition at line 202 of file AstAttributeMechanism.h.


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