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

Comparing trunk/OOPSE-4/src/selection/Token.hpp (file contents):
Revision 1978 by tim, Fri Feb 4 22:39:26 2005 UTC vs.
Revision 1979 by tim, Mon Feb 7 19:13:18 2005 UTC

# Line 119 | Line 119 | class Token {
119          const static int comparator        = (1 << 13) | expression;
120          const static int predefinedset     = (1 << 14) | expression;
121          const  static int embeddedExpression= (1 << 15); // embedded expression
122 <        
122 >        const static int index = (1 << 16) | expression;
123          // rasmol commands
124          const static int define       = command | expressionCommand |1;
125          const static int select       = command |expressionCommand |2 ;
# Line 140 | Line 140 | class Token {
140          const static int all          = expression | 9 ;
141          const static int none      = expression | 10;
142          const static int name            =  expression |11;
143 <
143 >        const static int to                = expression | 12;
144          // miguel 2005 01 01
145          // these are used to demark the beginning and end of expressions
146          // they do not exist in the source code, but are emitted by the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines