- PACKAGE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- packageBody() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- packageSpec() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- parallel_clause() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- PARALLEL_ENABLE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- parameterDeclaration() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- PARAMETERS - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PARENT - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- parent - Variable in class net.sourceforge.pmd.lang.plsql.ast.SimpleNode
-
- ParseException - Exception in net.sourceforge.pmd.lang.plsql.ast
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.pmd.lang.plsql.ast.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception net.sourceforge.pmd.lang.plsql.ast.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception net.sourceforge.pmd.lang.plsql.ast.ParseException
-
Constructor with message.
- parser - Variable in class net.sourceforge.pmd.lang.plsql.ast.SimpleNode
-
- PARTITION - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PCTFREE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- peekNode() - Method in class net.sourceforge.pmd.lang.plsql.ast.JJTPLSQLParserState
-
- PIPE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PIPELINED - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLDocCPDTask - Class in net.sourceforge.pldoc.cpd.ant
-
PLDoc CPD Ant Task
- PLDocCPDTask() - Constructor for class net.sourceforge.pldoc.cpd.ant.PLDocCPDTask
-
- PLS_INTEGER - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLSQL_CCFLAGS - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLSQL_CODE_TYPE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLSQL_DEBUG - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLSQL_OPTIMIZE_LEVEL - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLSQL_WARNINGS - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PLSQLLanguage - Class in net.sourceforge.pmd.cpd
-
- PLSQLLanguage() - Constructor for class net.sourceforge.pmd.cpd.PLSQLLanguage
-
- PLSQLParser - Class in net.sourceforge.pmd.lang.plsql.ast
-
- PLSQLParser(InputStream) - Constructor for class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
Constructor with InputStream.
- PLSQLParser(InputStream, String) - Constructor for class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
Constructor with InputStream and supplied encoding
- PLSQLParser(Reader) - Constructor for class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
Constructor.
- PLSQLParser(PLSQLParserTokenManager) - Constructor for class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
Constructor with generated Token Manager.
- PLSQLParserConstants - Interface in net.sourceforge.pmd.lang.plsql.ast
-
Token literal values and constants.
- PLSQLParserTokenManager - Class in net.sourceforge.pmd.lang.plsql.ast
-
Token Manager.
- PLSQLParserTokenManager(SimpleCharStream) - Constructor for class net.sourceforge.pmd.lang.plsql.ast.PLSQLParserTokenManager
-
Constructor.
- PLSQLParserTokenManager(SimpleCharStream, int) - Constructor for class net.sourceforge.pmd.lang.plsql.ast.PLSQLParserTokenManager
-
Constructor.
- PLSQLParserTreeConstants - Interface in net.sourceforge.pmd.lang.plsql.ast
-
- PLSQLTokenizer - Class in net.sourceforge.pmd.cpd
-
- PLSQLTokenizer() - Constructor for class net.sourceforge.pmd.cpd.PLSQLTokenizer
-
- popNode() - Method in class net.sourceforge.pmd.lang.plsql.ast.JJTPLSQLParserState
-
- POSITIVE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- POSITIVEN - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- pragma() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- PRAGMA - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- pragma_clause() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- PRECEDES - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PRECISION - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PRESERVE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- prevCharIsCR - Variable in class net.sourceforge.pmd.lang.plsql.ast.SimpleCharStream
-
- prevCharIsLF - Variable in class net.sourceforge.pmd.lang.plsql.ast.SimpleCharStream
-
- PrimaryExpression() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
2006-05-23 - Matthias Hendler - Added lookahead otherwise warning encountered.
- PrimaryPrefix() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- PrimarySuffix() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
- PRINT - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PRIOR - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PRIVATE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PROCEDURE - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- processCommandString(String[]) - Method in class net.sourceforge.pldoc.cpd.Settings
-
Consumes command line strings received by the main() method
- programUnit() - Method in class net.sourceforge.pmd.lang.plsql.ast.PLSQLParser
-
2006-05-22 - Matthias Hendler - Printing of custom tag "@deprecated" removed.
- PROMPT - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- PUBLIC - Static variable in interface net.sourceforge.pmd.lang.plsql.ast.PLSQLParserConstants
-
RegularExpression Id.
- pushNode(Node) - Method in class net.sourceforge.pmd.lang.plsql.ast.JJTPLSQLParserState
-