| 3 |
|
|
| 4 |
|
#include <antlr/config.hpp> |
| 5 |
|
#include "MDTreeParserTokenTypes.hpp" |
| 6 |
< |
/* $ANTLR 2.7.7 (20140107): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
| 6 |
> |
/* $ANTLR 2.7.7 (20131114): "MDTreeParser.g" -> "MDTreeParser.hpp"$ */ |
| 7 |
|
#include <antlr/TreeParser.hpp> |
| 8 |
|
|
| 9 |
|
#line 2 "MDTreeParser.g" |
| 62 |
|
); |
| 63 |
|
protected: int intConst(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 64 |
|
protected: RealType floatConst(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 65 |
< |
protected: RealType doubleNumber(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 65 |
> |
public: vector<RealType> doubleNumberTuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 66 |
|
public: void moleculestatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 67 |
|
public: void atomblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 68 |
|
public: void bondblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 74 |
|
public: void fragmentblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 75 |
|
public: void constraintblock(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 76 |
|
public: void atomstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 77 |
– |
public: vector<RealType> doubleNumberTuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 77 |
|
public: void bondstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 78 |
|
public: vector<int> inttuple(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 79 |
|
public: void bendstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 83 |
|
public: void cutoffgroupstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 84 |
|
public: void fragmentstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 85 |
|
public: void constraintstatement(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 86 |
+ |
protected: RealType doubleNumber(ANTLR_USE_NAMESPACE(antlr)RefAST _t); |
| 87 |
|
public: |
| 88 |
|
ANTLR_USE_NAMESPACE(antlr)RefAST getAST() |
| 89 |
|
{ |