Class AbstractCallExpressionCheck

    • Constructor Detail

      • AbstractCallExpressionCheck

        public AbstractCallExpressionCheck()
    • Method Detail

      • functionsToCheck

        protected abstract Set<String> functionsToCheck()
      • message

        protected abstract String message()
      • isException

        protected boolean isException​(CallExpression callExpression)
      • isWithinImport

        protected static boolean isWithinImport​(Tree tree)
      • immutableSet

        protected static <T> Set<T> immutableSet​(T... args)