OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::TokenStream Class Referenceabstract

This interface allows any object to pretend it is a stream of tokens. More...

#include <TokenStream.hpp>

+ Inheritance diagram for antlr::TokenStream:

Public Member Functions

virtual RefToken nextToken ()=0
 

Detailed Description

This interface allows any object to pretend it is a stream of tokens.

Author
Terence Parr, MageLang Institute

Definition at line 22 of file TokenStream.hpp.

Constructor & Destructor Documentation

◆ ~TokenStream()

virtual antlr::TokenStream::~TokenStream ( )
inlinevirtual

Definition at line 25 of file TokenStream.hpp.

Member Function Documentation

◆ nextToken()

virtual RefToken antlr::TokenStream::nextToken ( )
pure virtual

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