Class InternalApiBridge
- java.lang.Object
-
- net.sourceforge.pmd.lang.plsql.ast.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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TokenManager<JavaccToken>
newTokenManager(TextDocument doc)
static void
setNameDeclaration(ASTName node, NameDeclaration decl)
static void
setNameDeclaration(ASTVariableOrConstantDeclaratorId node, NameDeclaration decl)
static void
setScope(PLSQLNode node, Scope decl)
-
-
-
Method Detail
-
setNameDeclaration
public static void setNameDeclaration(ASTName node, NameDeclaration decl)
-
setNameDeclaration
public static void setNameDeclaration(ASTVariableOrConstantDeclaratorId node, NameDeclaration decl)
-
newTokenManager
public static TokenManager<JavaccToken> newTokenManager(TextDocument doc)
-
-