Class InternalApiBridge


  • @InternalApi
    public final class InternalApiBridge
    extends Object
    Internal API.

    Acts as a bridge between outer parts of PMD and the restricted access internal API of this package.

    None of this is published API, and compatibility can be broken anytime! Use this only at your own risk.

    API Note:
    Internal API
    • Method Detail

      • setScope

        public static void setScope​(PLSQLNode node,
                                    net.sourceforge.pmd.lang.symboltable.Scope decl)
      • setNameDeclaration

        public static void setNameDeclaration​(ASTName node,
                                              net.sourceforge.pmd.lang.symboltable.NameDeclaration decl)
      • newTokenManager

        public static net.sourceforge.pmd.lang.TokenManager<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken> newTokenManager​(net.sourceforge.pmd.lang.document.TextDocument doc)