OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::CommonASTWithHiddenTokens Class Reference

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

#include <CommonASTWithHiddenTokens.hpp>

+ Inheritance diagram for antlr::CommonASTWithHiddenTokens:

Public Member Functions

virtual const char * typeName (void) const
 Return the class name.
 
virtual RefAST clone (void) const
 Clone this AST node.
 
virtual void initialize (int t, const std ::string &txt)
 Various initialization routines.
 
virtual void initialize (RefAST t)
 
virtual void initialize (RefToken t)
 
virtual RefToken getHiddenAfter () const
 
virtual RefToken getHiddenBefore () const
 
- Public Member Functions inherited from antlr::CommonAST
 CommonAST (RefToken t)
 
 CommonAST (const CommonAST &other)
 
virtual std::string getText () const
 Get the token text for this node.
 
virtual int getType () const
 Get the token type for this node.
 
virtual void setText (const std ::string &txt)
 Set the token text for this node.
 
virtual void setType (int type)
 Set the token type for this node.
 
- Public Member Functions inherited from antlr::BaseAST
 BaseAST (const BaseAST &other)
 
virtual bool equals (RefAST t) const
 Is node t equal to this in terms of token type and text?
 
virtual bool equalsList (RefAST t) const
 Is t an exact structural and equals() match of this tree.
 
virtual bool equalsListPartial (RefAST t) const
 Is 't' a subtree of this list? The siblings of the root are NOT ignored.
 
virtual bool equalsTree (RefAST t) const
 Is tree rooted at 'this' equal to 't'? The siblings of 'this' are ignored.
 
virtual bool equalsTreePartial (RefAST t) const
 Is 't' a subtree of the tree rooted at 'this'? The siblings of 'this' are ignored.
 
virtual std ::vector< RefASTfindAll (RefAST t)
 Walk the tree looking for all exact subtree matches.
 
virtual std ::vector< RefASTfindAllPartial (RefAST t)
 Walk the tree looking for all subtrees.
 
virtual void addChild (RefAST c)
 Add a node to the end of the child list for this node.
 
virtual size_t getNumberOfChildren () const
 Get the number of child nodes of this node (shallow e.g.
 
virtual RefAST getFirstChild () const
 Get the first child of this node; null if no children.
 
virtual RefAST getNextSibling () const
 Get the next sibling in line after this one.
 
virtual void removeChildren ()
 Remove all children.
 
virtual void setFirstChild (RefAST c)
 Set the first child of a node.
 
virtual void setNextSibling (RefAST n)
 Set the next sibling after this one.
 
virtual std::string toString () const
 Return string representation for the AST.
 
virtual std::string toStringList () const
 Print out a child sibling tree in LISP notation.
 
virtual std::string toStringTree () const
 
- Public Member Functions inherited from antlr::AST
 AST (const AST &)
 

Static Public Member Functions

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

Static Public Attributes

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

Protected Attributes

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

Detailed Description

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

Definition at line 21 of file CommonASTWithHiddenTokens.hpp.

Constructor & Destructor Documentation

◆ CommonASTWithHiddenTokens()

antlr::CommonASTWithHiddenTokens::CommonASTWithHiddenTokens ( )

Definition at line 23 of file CommonASTWithHiddenTokens.cpp.

◆ ~CommonASTWithHiddenTokens()

antlr::CommonASTWithHiddenTokens::~CommonASTWithHiddenTokens ( )
virtual

Definition at line 28 of file CommonASTWithHiddenTokens.cpp.

Member Function Documentation

◆ clone()

RefAST antlr::CommonASTWithHiddenTokens::clone ( void ) const
virtual

Clone this AST node.

Reimplemented from antlr::CommonAST.

Definition at line 56 of file CommonASTWithHiddenTokens.cpp.

◆ factory()

RefAST antlr::CommonASTWithHiddenTokens::factory ( )
static

Definition at line 51 of file CommonASTWithHiddenTokens.cpp.

◆ getHiddenAfter()

virtual RefToken antlr::CommonASTWithHiddenTokens::getHiddenAfter ( ) const
inlinevirtual

Definition at line 37 of file CommonASTWithHiddenTokens.hpp.

◆ getHiddenBefore()

virtual RefToken antlr::CommonASTWithHiddenTokens::getHiddenBefore ( ) const
inlinevirtual

Definition at line 42 of file CommonASTWithHiddenTokens.hpp.

◆ initialize() [1/3]

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

Various initialization routines.

Used by several factories to initialize an AST element.

Reimplemented from antlr::CommonAST.

Definition at line 32 of file CommonASTWithHiddenTokens.cpp.

◆ initialize() [2/3]

void antlr::CommonASTWithHiddenTokens::initialize ( RefAST t)
virtual

Reimplemented from antlr::CommonAST.

Definition at line 37 of file CommonASTWithHiddenTokens.cpp.

◆ initialize() [3/3]

void antlr::CommonASTWithHiddenTokens::initialize ( RefToken t)
virtual

Reimplemented from antlr::CommonAST.

Definition at line 44 of file CommonASTWithHiddenTokens.cpp.

◆ typeName()

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

Return the class name.

Reimplemented from antlr::CommonAST.

Definition at line 25 of file CommonASTWithHiddenTokens.hpp.

Member Data Documentation

◆ hiddenAfter

RefToken antlr::CommonASTWithHiddenTokens::hiddenAfter
protected

Definition at line 51 of file CommonASTWithHiddenTokens.hpp.

◆ hiddenBefore

RefToken antlr::CommonASTWithHiddenTokens::hiddenBefore
protected

Definition at line 51 of file CommonASTWithHiddenTokens.hpp.

◆ TYPE_NAME

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

Definition at line 49 of file CommonASTWithHiddenTokens.hpp.


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