ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/mdParser/MDParser.hpp
(Generate patch)

Comparing:
trunk/src/mdParser/MDParser.hpp (file contents), Revision 810 by tim, Wed Dec 14 18:02:28 2005 UTC vs.
branches/development/src/mdParser/MDParser.hpp (file contents), Revision 1731 by gezelter, Thu May 31 12:25:30 2012 UTC

# Line 2 | Line 2
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"
# Line 50 | Line 50 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
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 constant();
57 <        protected: void signedNumber();
57 >        protected: void intConst();
58 >        protected: void floatConst();
59          public: void moleculestatement();
60          public: void atomblock();
61          public: void bondblock();
62          public: void bendblock();
63          public: void torsionblock();
64 +        public: void inversionblock();
65          public: void rigidbodyblock();
66          public: void cutoffgroupblock();
67          public: void fragmentblock();
63        protected: void intConst();
68          public: void atomstatement();
69 <        public: void signedNumberTuple();
69 >        public: void doubleNumberTuple();
70          public: void bondstatement();
71          public: void inttuple();
72          public: void bendstatement();
73          public: void torsionstatement();
74 +        public: void inversionstatement();
75          public: void rigidbodystatement();
76          public: void cutoffgroupstatement();
77          public: void fragmentstatement();
78 <        protected: void floatConst();
78 >        protected: void doubleNumber();
79   public:
80          ANTLR_USE_NAMESPACE(antlr)RefAST getAST()
81          {
# Line 82 | Line 87 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
87   private:
88          static const char* tokenNames[];
89   #ifndef NO_STATIC_CONSTS
90 <        static const int NUM_TOKENS = 54;
90 >        static const int NUM_TOKENS = 56;
91   #else
92          enum {
93 <                NUM_TOKENS = 54
93 >                NUM_TOKENS = 56
94          };
95   #endif
96          
# Line 117 | Line 122 | class CUSTOM_API MDParser : public ANTLR_USE_NAMESPACE
122          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_12;
123          static const unsigned long _tokenSet_13_data_[];
124          static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_13;
125 +        static const unsigned long _tokenSet_14_data_[];
126 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_14;
127 +        static const unsigned long _tokenSet_15_data_[];
128 +        static const ANTLR_USE_NAMESPACE(antlr)BitSet _tokenSet_15;
129   };
130  
131   #endif /*INC_MDParser_hpp_*/

Comparing:
trunk/src/mdParser/MDParser.hpp (property svn:keywords), Revision 810 by tim, Wed Dec 14 18:02:28 2005 UTC vs.
branches/development/src/mdParser/MDParser.hpp (property svn:keywords), Revision 1731 by gezelter, Thu May 31 12:25:30 2012 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines