Package net.sourceforge.pmd.cpd
Class PLSQLTokenizer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
- net.sourceforge.pmd.cpd.PLSQLTokenizer
-
- All Implemented Interfaces:
net.sourceforge.pmd.cpd.Tokenizer
public class PLSQLTokenizer extends net.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
-
Field Summary
Fields Modifier and Type Field Description static String
IGNORE_COMMENTS
Deprecated.static String
IGNORE_IDENTIFIERS
static String
IGNORE_LITERALS
-
Constructor Summary
Constructors Constructor Description PLSQLTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected net.sourceforge.pmd.lang.TokenManager
getLexerForSource(net.sourceforge.pmd.cpd.SourceCode sourceCode)
protected net.sourceforge.pmd.cpd.TokenEntry
processToken(net.sourceforge.pmd.cpd.Tokens tokenEntries, net.sourceforge.pmd.lang.ast.GenericToken currentToken, String fileName)
void
setIgnoreComments(boolean ignore)
Deprecated.void
setIgnoreIdentifiers(boolean ignore)
void
setIgnoreLiterals(boolean ignore)
void
setProperties(Properties properties)
-
-
-
Field Detail
-
IGNORE_COMMENTS
@Deprecated public static final String IGNORE_COMMENTS
Deprecated.- See Also:
- Constant Field Values
-
IGNORE_IDENTIFIERS
public static final String IGNORE_IDENTIFIERS
- See Also:
- Constant Field Values
-
IGNORE_LITERALS
public static final String IGNORE_LITERALS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setProperties
public void setProperties(Properties properties)
-
setIgnoreComments
@Deprecated public void setIgnoreComments(boolean ignore)
Deprecated.
-
setIgnoreLiterals
public void setIgnoreLiterals(boolean ignore)
-
setIgnoreIdentifiers
public void setIgnoreIdentifiers(boolean ignore)
-
processToken
protected net.sourceforge.pmd.cpd.TokenEntry processToken(net.sourceforge.pmd.cpd.Tokens tokenEntries, net.sourceforge.pmd.lang.ast.GenericToken currentToken, String fileName)
- Overrides:
processToken
in classnet.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
getLexerForSource
protected net.sourceforge.pmd.lang.TokenManager getLexerForSource(net.sourceforge.pmd.cpd.SourceCode sourceCode)
- Specified by:
getLexerForSource
in classnet.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
-