Package | Description |
---|---|
net.sourceforge.pmd.lang.plsql.ast |
Modifier and Type | Field and Description |
---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
Token |
PLSQLParser.jj_nt
Next token.
|
Token |
Token.next
A reference to the next regular (non-special) token from the input
stream.
|
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
|
Token |
PLSQLParser.token
Current token.
|
Modifier and Type | Method and Description |
---|---|
Token |
PLSQLParser.database_event() |
Token |
PLSQLParser.ddl_event() |
Token |
PLSQLParser.equalsOldIDNewID(Token pOldID)
Tests, if the new Token if type ID is identical to the old Token of type ID.
|
Token |
PLSQLParserTokenManager.getNextToken()
Get the next Token.
|
Token |
PLSQLParser.getNextToken()
Get the next Token.
|
Token |
PLSQLParser.getToken(int index)
Get the specific Token.
|
Token |
PLSQLParser.ID()
2006-05-20 - Matthias Hendler - added
|
Token |
PLSQLParser.javaInterfaceClass() |
protected Token |
PLSQLParserTokenManager.jjFillToken() |
Token |
PLSQLParser.KEYWORD_RESERVED() |
Token |
PLSQLParser.KEYWORD_UNRESERVED() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
Token |
PLSQLParser.non_dml_event() |
Token |
PLSQLParser.numericLiteral()
Recognizes a numeric literal.
|
Token |
PLSQLParser.qualifiedID()
2006-05-20 - Matthias Hendler - added
|
Token |
PLSQLParser.typeKeyword() |
Token |
PLSQLParser.unqualifiedID()
2006-05-20 - Matthias Hendler - added
|
Modifier and Type | Method and Description |
---|---|
void |
PLSQLParser.alterTypeSpec(int typeVersion,
Token objectStart) |
void |
PLSQLParser.CompilationDeclarationFragment(boolean isPackageLevel,
Token objectStart) |
void |
PLSQLParser.compound_trigger_block(Token objectStart) |
void |
PLSQLParser.declarativeSection(boolean isPackageLevel,
Token objectStart) |
void |
PLSQLParser.declarativeUnit(boolean isPackageLevel,
Token objectStart) |
Token |
PLSQLParser.equalsOldIDNewID(Token pOldID)
Tests, if the new Token if type ID is identical to the old Token of type ID.
|
void |
PLSQLParser.globalBlock(Token objectStart)
Static blocks like package initializers.
|
void |
PLSQLParser.programUnit(boolean isPackageLevel,
Token objectStart)
2006-05-22 - Matthias Hendler - Printing of custom tag "@deprecated" removed.
|
void |
PLSQLParser.typeMethod(boolean isPackageLevel,
int typeVersion,
String alterTypeAction,
Token objectStart) |
Constructor and Description |
---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException"
in the generated parser.
|
Copyright © 2014. All Rights Reserved.