Class ValidCodeBlockStackLevelConstraint


  • public class ValidCodeBlockStackLevelConstraint
    extends org.eclipse.emf.validation.AbstractModelConstraint
    Validates the final stack level of code blocks, which should be 0 or 1.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.core.runtime.IStatus validate​(org.eclipse.emf.validation.IValidationContext ctx)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidCodeBlockStackLevelConstraint

        public ValidCodeBlockStackLevelConstraint()
    • Method Detail

      • validate

        public org.eclipse.core.runtime.IStatus validate​(org.eclipse.emf.validation.IValidationContext ctx)
        Specified by:
        validate in class org.eclipse.emf.validation.AbstractModelConstraint