56 |
|
public: void constant(ANTLR_USE_NAMESPACE(antlr)RefAST _t, |
57 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST id |
58 |
|
); |
59 |
– |
public: void signedIntOrFloat(ANTLR_USE_NAMESPACE(antlr)RefAST _t, |
60 |
– |
ANTLR_USE_NAMESPACE(antlr)RefAST id |
61 |
– |
); |
59 |
|
protected: int intConst(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
60 |
|
protected: double floatConst(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
61 |
|
public: void moleculestatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
67 |
|
public: void cutoffgroupblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
68 |
|
public: void fragmentblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
69 |
|
public: void atomstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
70 |
< |
public: vector<double> signedNumberTuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
70 |
> |
public: vector<double> doubleNumberTuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
71 |
|
public: void bondstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
72 |
|
public: vector<int> inttuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
73 |
|
public: void bendstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
75 |
|
public: void rigidbodystatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
76 |
|
public: void cutoffgroupstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
77 |
|
public: void fragmentstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
78 |
< |
protected: double signedNumber(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
78 |
> |
protected: double doubleNumber(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
79 |
|
public: |
80 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST getAST() |
81 |
|
{ |
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 = 51; |
92 |
|
#else |
93 |
|
enum { |
94 |
< |
NUM_TOKENS = 56 |
94 |
> |
NUM_TOKENS = 51 |
95 |
|
}; |
96 |
|
#endif |
97 |
|
|
99 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_0; |
100 |
|
static const unsigned long _tokenSet_1_data_[]; |
101 |
|
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_1; |
105 |
– |
static const unsigned long _tokenSet_2_data_[]; |
106 |
– |
static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_2; |
102 |
|
}; |
103 |
|
|
104 |
|
#endif /*INC_MDTreeParser_hpp_*/ |