source: branches/xtext-MDT/org.modelica.xtext/src/org/modelica/xtext/validation/ModelicaBaseFastChecks.chk @ 540

Last change on this file since 540 was 540, checked in by nasko, 15 years ago

Added subfolders/files of org.modelica.xtext

File size: 399 bytes
Line 
1/*
2 * This check file is used to specify inexpensive constraints for the
3 * derived metamodels. They will be executed by the editor when the
4 * user opens a file and whenever the user changes its content.
5 * At generation time they will be executed as well.
6 * 
7 * Example:
8 *
9 * import myDsl;
10 *
11 * context Class WARNING "Name should start with a capital" :
12 *    name.toFirstUpper() == name;
13 */
Note: See TracBrowser for help on using the repository browser.