ANTLR Support Libraries 2.7.1+
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
CommonASTWithHiddenTokens Class Reference

#include <CommonASTWithHiddenTokens.hpp>

Inheritance diagram for CommonASTWithHiddenTokens:
Inheritance graph
[legend]
Collaboration diagram for CommonASTWithHiddenTokens:
Collaboration graph
[legend]

Public Member Functions

 CommonASTWithHiddenTokens ()
 
virtual ~CommonASTWithHiddenTokens ()
 
virtual const char * typeName (void) const
 Return the class name. More...
 
virtual RefAST clone (void) const
 Clone this AST node. More...
 
virtual void initialize (int t, const std ::string &txt)
 
virtual void initialize (RefAST t)
 
virtual void initialize (RefToken t)
 
virtual RefToken getHiddenAfter () const
 
virtual RefToken getHiddenBefore () const
 
- Public Member Functions inherited from CommonAST
 CommonAST ()
 
 CommonAST (RefToken t)
 
 CommonAST (const CommonAST &other)
 
virtual ~CommonAST ()
 
virtual std ::string getText () const
 Get the token text for this node. More...
 
virtual int getType () const
 Get the token type for this node. More...
 
virtual void setText (const std ::string &txt)
 Set the token text for this node. More...
 
virtual void setType (int type)
 Set the token type for this node. More...
 
- Public Member Functions inherited from BaseAST
 BaseAST ()
 
 BaseAST (const BaseAST &other)
 
virtual ~BaseAST ()
 
virtual bool equals (RefAST t) const
 Is node t equal to this in terms of token type and text? More...
 
virtual bool equalsList (RefAST t) const
 
virtual bool equalsListPartial (RefAST t) const
 
virtual bool equalsTree (RefAST t) const
 
virtual bool equalsTreePartial (RefAST t) const
 
virtual std ::vector< RefASTfindAll (RefAST t)
 
virtual std ::vector< RefASTfindAllPartial (RefAST t)
 
virtual void addChild (RefAST c)
 Add a node to the end of the child list for this node. More...
 
virtual size_t getNumberOfChildren () const
 
virtual RefAST getFirstChild () const
 Get the first child of this node; null if no children. More...
 
virtual RefAST getNextSibling () const
 Get the next sibling in line after this one. More...
 
virtual void removeChildren ()
 Remove all children. More...
 
virtual void setFirstChild (RefAST c)
 Set the first child of a node. More...
 
virtual void setNextSibling (RefAST n)
 Set the next sibling after this one. More...
 
virtual std ::string toString () const
 Return string representation for the AST. More...
 
virtual std ::string toStringList () const
 Print out a child sibling tree in LISP notation. More...
 
virtual std ::string toStringTree () const
 
- Public Member Functions inherited from AST
 AST ()
 
 AST (const AST &)
 
virtual ~AST ()
 

Static Public Member Functions

static RefAST factory ()
 
- Static Public Member Functions inherited from CommonAST
static RefAST factory ()
 

Static Public Attributes

static const char *const TYPE_NAME = "CommonASTWithHiddenTokens"
 
- Static Public Attributes inherited from CommonAST
static const char *const TYPE_NAME = "CommonAST"
 

Protected Attributes

RefToken hiddenBefore
 
RefToken hiddenAfter
 
- Protected Attributes inherited from CommonAST
int ttype
 
std ::string text
 
- Protected Attributes inherited from BaseAST
RefBaseAST down
 
RefBaseAST right
 

Detailed Description

A CommonAST whose initialization copies hidden token information from the Token used to create a node.

Constructor & Destructor Documentation

◆ CommonASTWithHiddenTokens()

CommonASTWithHiddenTokens::CommonASTWithHiddenTokens ( )

◆ ~CommonASTWithHiddenTokens()

CommonASTWithHiddenTokens::~CommonASTWithHiddenTokens ( )
virtual

Member Function Documentation

◆ clone()

RefAST CommonASTWithHiddenTokens::clone ( void  ) const
virtual

Clone this AST node.

Reimplemented from CommonAST.

◆ factory()

RefAST CommonASTWithHiddenTokens::factory ( )
static

◆ getHiddenAfter()

virtual RefToken CommonASTWithHiddenTokens::getHiddenAfter ( ) const
inlinevirtual

◆ getHiddenBefore()

virtual RefToken CommonASTWithHiddenTokens::getHiddenBefore ( ) const
inlinevirtual

◆ initialize() [1/3]

void CommonASTWithHiddenTokens::initialize ( int  t,
const std ::string &  txt 
)
virtual

Various initialization routines. Used by several factories to initialize an AST element.

Reimplemented from CommonAST.

◆ initialize() [2/3]

void CommonASTWithHiddenTokens::initialize ( RefAST  t)
virtual

Reimplemented from CommonAST.

◆ initialize() [3/3]

void CommonASTWithHiddenTokens::initialize ( RefToken  t)
virtual

Reimplemented from CommonAST.

◆ typeName()

virtual const char* CommonASTWithHiddenTokens::typeName ( void  ) const
inlinevirtual

Return the class name.

Reimplemented from CommonAST.

Member Data Documentation

◆ hiddenAfter

RefToken CommonASTWithHiddenTokens::hiddenAfter
protected

◆ hiddenBefore

RefToken CommonASTWithHiddenTokens::hiddenBefore
protected

◆ TYPE_NAME

const char *const CommonASTWithHiddenTokens::TYPE_NAME = "CommonASTWithHiddenTokens"
static

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