Modifier and Type | Interface and Description |
---|---|
interface |
OracleObject
All nodes that represent an Oracle object.
|
Modifier and Type | Method and Description |
---|---|
PLSQLNode |
PLSQLParser.EqualsOldIDNewID(PLSQLNode pOldID)
Tests, if the new Token if type ID is identical to the old Token of type ID.
|
Modifier and Type | Method and Description |
---|---|
PLSQLNode |
PLSQLParser.EqualsOldIDNewID(PLSQLNode pOldID)
Tests, if the new Token if type ID is identical to the old Token of type ID.
|
void |
DumpFacade.initializeWith(java.io.Writer writer,
java.lang.String prefix,
boolean recurse,
PLSQLNode node) |
java.lang.Object |
PLSQLParserVisitor.visit(PLSQLNode node,
java.lang.Object data) |
java.lang.Object |
PLSQLParserVisitorAdapter.visit(PLSQLNode node,
java.lang.Object data) |
java.lang.Object |
DumpFacade.visit(PLSQLNode node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAndBraceFinder.buildDataFlowFor(PLSQLNode node) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractPLSQLRule.visit(PLSQLNode node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
NPathComplexityRule.visit(PLSQLNode node,
java.lang.Object data) |
java.lang.Object |
ExcessiveNodeCountRule.visit(PLSQLNode node,
java.lang.Object data) |
java.lang.Object |
ExcessiveLengthRule.visit(PLSQLNode node,
java.lang.Object data) |
java.lang.Object |
AbstractNcssCountRule.visit(PLSQLNode node,
java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
PLSQLNode |
PLSQLNameOccurrence.getLocation() |
Constructor and Description |
---|
PLSQLNameOccurrence(PLSQLNode location,
java.lang.String image) |
Copyright © 2002–2017 PMD. All rights reserved.