Skip to content
Snippets Groups Projects
Select Git revision
11 results Searching

labcomm2006_default_scheduler.c

Blame
  • DeclNames.jrag 180 B
    aspect DeclNames {
    	inh String Type.declName();
    	eq Decl.getType().declName() = getName();
    
    	inh String Field.declName();
    	eq StructType.getField(int i).declName() = declName();
    }