Changeset 66 in default for v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen
- Timestamp:
- 05/14/14 10:07:49 (10 years ago)
- Location:
- v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/serializer/EbnfSyntacticSequencer.java
r65 r66 76 76 * Syntax: 77 77 * ( 78 '+' | 79 '[' | 80 ')' | 78 81 '{' | 79 ' +' |80 ' }' |82 ']' | 83 '|' | 81 84 '*' | 82 ')' |83 '|' |84 '[' |85 85 '(' | 86 ' ]'86 '}' 87 87 )* 88 88 */ -
v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/validation/AbstractEbnfValidator.java
r65 r66 9 9 import org.eclipse.xtext.validation.ComposedChecks; 10 10 11 @ComposedChecks(validators= {org.eclipse.xtext.validation.ImportUriValidator.class , org.eclipse.xtext.validation.NamesAreUniqueValidator.class})11 @ComposedChecks(validators= {org.eclipse.xtext.validation.ImportUriValidator.class}) 12 12 public class AbstractEbnfValidator extends org.eclipse.xtext.validation.AbstractDeclarativeValidator { 13 13
Note: See TracChangeset
for help on using the changeset viewer.