ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/selection/Token.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/selection/Token.hpp (file contents):
Revision 1965 by tim, Wed Feb 2 23:13:11 2005 UTC vs.
Revision 1967 by tim, Thu Feb 3 23:14:05 2005 UTC

# Line 122 | Line 122 | class Token {
122          const static int select       = command |expressionCommand |2 ;
123  
124          //predefine
125 <        const static int selected    = predefinedset |0;
125 >        //const static int selected    = predefinedset |0;
126  
127          // atom expression operators
128          const static int leftparen    = expression |  0;
# Line 134 | Line 134 | class Token {
134          const static int within       = expression |  6;
135          const static int asterisk     = expression |  7;
136          const static int dot          = expression | 8;
137 <        const static int name            =  expression |9;
138 <        const static int index            =  expression | 10;
139 <        const static int molname            =  expression | 11;
140 <        const static int molindex      =  expression | 12;
141 <        const static int all          = expression | 13 ;
142 <        const static int none      = expression | 14;
143 <        
137 >        const static int all          = expression | 9 ;
138 >        const static int none      = expression | 10;
139 >        const static int name            =  expression |11;
140 >
141          // miguel 2005 01 01
142          // these are used to demark the beginning and end of expressions
143          // they do not exist in the source code, but are emitted by the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines