Class CodeAfterJumpGoCheck

  • All Implemented Interfaces:
    org.sonarsource.slang.checks.api.SlangCheck

    public class CodeAfterJumpGoCheck
    extends org.sonarsource.slang.checks.CodeAfterJumpCheck
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isValidAfterJump​(org.sonarsource.slang.api.Tree tree)  
      protected boolean shouldIgnore​(org.sonarsource.slang.api.Tree tree)  
      • Methods inherited from class org.sonarsource.slang.checks.CodeAfterJumpCheck

        initialize
      • Methods inherited from class java.lang.Object

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

      • CodeAfterJumpGoCheck

        public CodeAfterJumpGoCheck()
    • Method Detail

      • isValidAfterJump

        protected boolean isValidAfterJump​(org.sonarsource.slang.api.Tree tree)
        Overrides:
        isValidAfterJump in class org.sonarsource.slang.checks.CodeAfterJumpCheck
      • shouldIgnore

        protected boolean shouldIgnore​(org.sonarsource.slang.api.Tree tree)
        Overrides:
        shouldIgnore in class org.sonarsource.slang.checks.CodeAfterJumpCheck