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(Writer writer,
String prefix,
boolean recurse,
PLSQLNode node) |
Object |
DumpFacade.visit(PLSQLNode node,
Object data) |
Object |
PLSQLParserVisitorAdapter.visit(PLSQLNode node,
Object data) |
Object |
PLSQLParserVisitor.visit(PLSQLNode node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAndBraceFinder.buildDataFlowFor(PLSQLNode node) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractPLSQLRule.visit(PLSQLNode node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
NPathComplexityRule.visit(PLSQLNode node,
Object data) |
Object |
AbstractNcssCountRule.visit(PLSQLNode node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
ExcessiveNodeCountRule.visit(PLSQLNode node,
Object data) |
Object |
ExcessiveLengthRule.visit(PLSQLNode node,
Object data) |
Modifier and Type | Method and Description |
---|---|
PLSQLNode |
PLSQLNameOccurrence.getLocation() |
Constructor and Description |
---|
PLSQLNameOccurrence(PLSQLNode location,
String image) |
Copyright © 2002-2015 InfoEther. All Rights Reserved.