antlr::TokenWithIndex Class Reference

#include <TokenWithIndex.hpp>

List of all members.

Public Member Functions

 TokenWithIndex ()
 TokenWithIndex (int t, const std::string &txt)
 TokenWithIndex (const std::string &s)
 ~TokenWithIndex ()
void setIndex (size_t idx)
size_t getIndex (void) const
std::string toString () const

Static Public Member Functions

static RefToken factory ()

Protected Attributes

size_t index

Private Member Functions

 TokenWithIndex (const TokenWithIndex &)
const TokenWithIndexoperator= (const TokenWithIndex &)

Constructor & Destructor Documentation

antlr::TokenWithIndex::TokenWithIndex (  )  [inline]
antlr::TokenWithIndex::TokenWithIndex ( int  t,
const std::string &  txt 
) [inline]
antlr::TokenWithIndex::TokenWithIndex ( const std::string &  s  )  [inline]
antlr::TokenWithIndex::~TokenWithIndex (  )  [inline]
antlr::TokenWithIndex::TokenWithIndex ( const TokenWithIndex  )  [private]

Member Function Documentation

static RefToken antlr::TokenWithIndex::factory (  )  [inline, static]
size_t antlr::TokenWithIndex::getIndex ( void   )  const [inline]
const TokenWithIndex& antlr::TokenWithIndex::operator= ( const TokenWithIndex  )  [private]
void antlr::TokenWithIndex::setIndex ( size_t  idx  )  [inline]
std ::string antlr::TokenWithIndex::toString (  )  const [inline]

Member Data Documentation

size_t antlr::TokenWithIndex::index [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on 16 Nov 2015 for ANTLR Support Libraries 2.7.1+ by  doxygen 1.6.1