/[svn]/linuxsampler/trunk/src/scriptvm/editor/SourceToken.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/editor/SourceToken.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3033 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC revision 3034 by schoenebeck, Mon Oct 31 00:05:00 2016 UTC
# Line 66  public: Line 66  public:
66      int firstColumn() const { return column; }      int firstColumn() const { return column; }
67    
68      // base types      // base types
69      bool isEOF() const { return baseType == EOF; }      bool isEOF() const { return baseType == END_OF_FILE; }
70      bool isNewLine() const { return baseType == NEW_LINE; }      bool isNewLine() const { return baseType == NEW_LINE; }
71      bool isKeyword() const { return baseType == KEYWORD; }      bool isKeyword() const { return baseType == KEYWORD; }
72      bool isVariableName() const { return baseType == VARIABLE_NAME; }      bool isVariableName() const { return baseType == VARIABLE_NAME; }

Legend:
Removed from v.3033  
changed lines
  Added in v.3034

  ViewVC Help
Powered by ViewVC