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

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

# Line 125 | Line 125 | class SelectionEvaluator{
125          void clearDefinitionsAndLoadPredefined();
126          
127          void define();
128 <
128 >        void select();
129          void predefine();
130  
131          void instructionDispatchLoop();
# Line 134 | Line 134 | class SelectionEvaluator{
134  
135          BitSet expression(std::vector<Token>& tokens, int pc);
136  
137 +
138 +        void evalError(const std::string& message);
139 +
140 +        void unrecognizedCommand(const Token& token) {
141 +            evalError("unrecognized command:" + token.value);
142 +        }        
143 +        
144          SelectionCompiler compiler;
145  
146          const static int scriptLevelMax = 10;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines