Ignore:
Timestamp:
04/12/11 08:10:20 (13 years ago)
Author:
adrpo
Message:
  • updates to org.modelica.mdt.ui


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/src/org/modelica/mdt/ui/text/Symbols.java

    r482 r694  
    7474    int TokenWHEN           = 55;
    7575    int TokenWHILE          = 56;
    76     int TokenWITHIN         = 57;
     76    int TokenWITHIN         = 57;
     77    int TokenEXPANDABLE     = 69;
     78    int TokenOPERATOR       = 70;
     79    int TokenCONSTRAINEDBY  = 71;
     80   
    7781   
    7882    /* The following are Meta-Modelica Keywords */
    79     int TokenAS             = 58;
    80     int TokenCASE           = 59;
    81     int TokenEQUALITY       = 60;
     83    int TokenAS             = 158;
     84    int TokenCASE           = 159;
     85    int TokenEQUALITY       = 160;
    8286   
    83     int TokenFAILURE        = 61;
    84     int TokenLIST           = 62;
    85     int TokenLOCAL          = 63;
    86     int TokenMATCH          = 64;
    87     int TokenMATCHCONTINUE  = 65;
    88     int TokenTUPLE          = 66;
    89     int TokenUNIONTYPE      = 67;
    90     int TokenSUBTYPEOF      = 68;
    91    
     87    int TokenFAILURE        = 161;
     88    int TokenLIST           = 162;
     89    int TokenLOCAL          = 163;
     90    int TokenMATCH          = 164;
     91    int TokenMATCHCONTINUE  = 165;
     92    int TokenTUPLE          = 166;
     93    int TokenUNIONTYPE      = 167;
     94    int TokenSUBTYPEOF      = 168;
     95       
    9296    int TokenLBRACE         = 1001;
    9397    int TokenRBRACE         = 1002;
Note: See TracChangeset for help on using the changeset viewer.