OpenMD 3.1
Molecular Dynamics in the Open
|
Public Member Functions | |
CommonHiddenStreamToken (int t, const std ::string &txt) | |
CommonHiddenStreamToken (const std ::string &s) | |
RefToken | getHiddenAfter () |
RefToken | getHiddenBefore () |
void | setHiddenAfter (RefToken t) |
void | setHiddenBefore (RefToken t) |
Public Member Functions inherited from antlr::CommonToken | |
CommonToken (int t, const std ::string &txt) | |
CommonToken (const std ::string &s) | |
virtual std::string | getText () const |
return contents of token | |
virtual void | setText (const std ::string &s) |
set contents of token | |
virtual int | getLine () const |
get the line the token is at (starting at 1) | |
virtual int | getColumn () const |
gt the column the token is at (starting at 1) | |
virtual void | setLine (int l) |
set line for token | |
virtual void | setColumn (int c) |
set column for token | |
virtual std::string | toString () const |
Public Member Functions inherited from antlr::Token | |
Token (int t) | |
Token (int t, const std ::string &txt) | |
virtual const std::string & | getFilename () const |
virtual int | getType () const |
virtual void | setType (int t) |
virtual void | setFilename (const std::string &file) |
Static Public Member Functions | |
static RefToken | factory () |
Static Public Member Functions inherited from antlr::CommonToken | |
static RefToken | factory () |
Protected Attributes | |
RefToken | hiddenBefore |
RefToken | hiddenAfter |
Protected Attributes inherited from antlr::CommonToken | |
int | line |
int | col |
std::string | text |
Additional Inherited Members | |
Static Public Attributes inherited from antlr::Token | |
static const int | MIN_USER_TYPE = 4 |
static const int | NULL_TREE_LOOKAHEAD = 3 |
static const int | INVALID_TYPE = 0 |
static const int | EOF_TYPE = 1 |
static const int | SKIP = -1 |
Definition at line 18 of file CommonHiddenStreamToken.hpp.
antlr::CommonHiddenStreamToken::CommonHiddenStreamToken | ( | ) |
Definition at line 13 of file CommonHiddenStreamToken.cpp.
antlr::CommonHiddenStreamToken::CommonHiddenStreamToken | ( | int | t, |
const std ::string & | txt ) |
Definition at line 18 of file CommonHiddenStreamToken.cpp.
antlr::CommonHiddenStreamToken::CommonHiddenStreamToken | ( | const std ::string & | s | ) |
Definition at line 23 of file CommonHiddenStreamToken.cpp.
|
static |
Definition at line 38 of file CommonHiddenStreamToken.cpp.
RefToken antlr::CommonHiddenStreamToken::getHiddenAfter | ( | ) |
Definition at line 28 of file CommonHiddenStreamToken.cpp.
RefToken antlr::CommonHiddenStreamToken::getHiddenBefore | ( | ) |
Definition at line 33 of file CommonHiddenStreamToken.cpp.
void antlr::CommonHiddenStreamToken::setHiddenAfter | ( | RefToken | t | ) |
Definition at line 43 of file CommonHiddenStreamToken.cpp.
void antlr::CommonHiddenStreamToken::setHiddenBefore | ( | RefToken | t | ) |
Definition at line 48 of file CommonHiddenStreamToken.cpp.
|
protected |
Definition at line 21 of file CommonHiddenStreamToken.hpp.
|
protected |
Definition at line 20 of file CommonHiddenStreamToken.hpp.