Skip to content
Snippets Groups Projects
Select Git revision
  • 0c09f573ca7094a5d2b72fcd5a9920a737f28831
  • master default
  • labcomm2014_tc31
  • labcomm2014
  • js
  • java_dyn_msg_dec
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
14 results

LabCommmTokens.jrag

Blame
  • Forked from Anders Blomdell / LabComm
    296 commits behind, 8 commits ahead of the upstream repository.
    user avatar
    Sven Robertz authored
    bd14acb5
    History
    LabCommmTokens.jrag 725 B
    aspect LabCommTokens {
    
      public static final int ASTNode.LABCOMM_TYPEDEF = 0x01;
      public static final int ASTNode.LABCOMM_SAMPLE =  0x02;
    
      public static final int ASTNode.LABCOMM_ARRAY =   0x10;
      public static final int ASTNode.LABCOMM_STRUCT =  0x11;
    
      public static final int ASTNode.LABCOMM_BOOLEAN = 0x20; 
      public static final int ASTNode.LABCOMM_BYTE =    0x21;
      public static final int ASTNode.LABCOMM_SHORT =   0x22;
      public static final int ASTNode.LABCOMM_INT =     0x23;
      public static final int ASTNode.LABCOMM_LONG =    0x24;
      public static final int ASTNode.LABCOMM_FLOAT =   0x25;
      public static final int ASTNode.LABCOMM_DOUBLE =  0x26;
      public static final int ASTNode.LABCOMM_STRING =  0x27;
    
    }