2 |
|
#define INC_MDParser_hpp_ |
3 |
|
|
4 |
|
#include <antlr/config.hpp> |
5 |
< |
/* $ANTLR 2.7.5 (20050406): "MDParser.g" -> "MDParser.hpp"$ */ |
5 |
> |
/* $ANTLR 2.7.7 (20110725): "MDParser.g" -> "MDParser.hpp"$ */ |
6 |
|
#include <antlr/TokenStream.hpp> |
7 |
|
#include <antlr/TokenBuffer.hpp> |
8 |
|
#include "MDTokenTypes.hpp" |
18 |
|
#line 19 "MDParser.hpp" |
19 |
|
class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE(antlr)LLkParser, public MDTokenTypes |
20 |
|
{ |
21 |
< |
#line 44 "MDParser.g" |
22 |
< |
|
23 |
< |
// Suppport C++-style single-line comments? |
21 |
> |
#line 1 "MDParser.g" |
22 |
|
#line 23 "MDParser.hpp" |
23 |
|
public: |
24 |
|
void initializeASTFactory( ANTLR_USE_NAMESPACE(antlr)ASTFactory& factory ); |
50 |
|
public: void componentblock(); |
51 |
|
public: void moleculeblock(); |
52 |
|
public: void zconstraintblock(); |
53 |
+ |
public: void restraintblock(); |
54 |
+ |
public: void flucqblock(); |
55 |
+ |
public: void rnemdblock(); |
56 |
+ |
public: void minimizerblock(); |
57 |
|
public: void constant(); |
58 |
< |
protected: void signedNumber(); |
58 |
> |
protected: void intConst(); |
59 |
> |
protected: void floatConst(); |
60 |
|
public: void moleculestatement(); |
61 |
|
public: void atomblock(); |
62 |
|
public: void bondblock(); |
63 |
|
public: void bendblock(); |
64 |
|
public: void torsionblock(); |
65 |
+ |
public: void inversionblock(); |
66 |
|
public: void rigidbodyblock(); |
67 |
|
public: void cutoffgroupblock(); |
68 |
|
public: void fragmentblock(); |
65 |
– |
protected: void intConst(); |
69 |
|
public: void atomstatement(); |
70 |
< |
public: void signedNumberTuple(); |
70 |
> |
public: void doubleNumberTuple(); |
71 |
|
public: void bondstatement(); |
72 |
|
public: void inttuple(); |
73 |
|
public: void bendstatement(); |
74 |
|
public: void torsionstatement(); |
75 |
+ |
public: void inversionstatement(); |
76 |
|
public: void rigidbodystatement(); |
77 |
|
public: void cutoffgroupstatement(); |
78 |
|
public: void fragmentstatement(); |
79 |
< |
protected: void floatConst(); |
79 |
> |
protected: void doubleNumber(); |
80 |
|
public: |
81 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST getAST() |
82 |
|
{ |
88 |
|
private: |
89 |
|
static const char* tokenNames[]; |
90 |
|
#ifndef NO_STATIC_CONSTS |
91 |
< |
static const int NUM_TOKENS = 56; |
91 |
> |
static const int NUM_TOKENS = 57; |
92 |
|
#else |
93 |
|
enum { |
94 |
< |
NUM_TOKENS = 56 |
94 |
> |
NUM_TOKENS = 57 |
95 |
|
}; |
96 |
|
#endif |
97 |
|
|
123 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_12; |
124 |
|
static const unsigned long _tokenSet_13_data_[]; |
125 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_13; |
126 |
+ |
static const unsigned long _tokenSet_14_data_[]; |
127 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14; |
128 |
+ |
static const unsigned long _tokenSet_15_data_[]; |
129 |
+ |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15; |
130 |
|
}; |
131 |
|
|
132 |
|
#endif /*INC_MDParser_hpp_*/ |