Package net.sourceforge.pmd.cpd
Class PLSQLTokenizer
- java.lang.Object
-
- net.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
- net.sourceforge.pmd.cpd.PLSQLTokenizer
-
- All Implemented Interfaces:
Tokenizer
public class PLSQLTokenizer extends net.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
-
Field Summary
Fields Modifier and Type Field Description static StringIGNORE_COMMENTSDeprecated.static StringIGNORE_IDENTIFIERSstatic StringIGNORE_LITERALS-
Fields inherited from interface net.sourceforge.pmd.cpd.Tokenizer
DEFAULT_SKIP_BLOCKS_PATTERN, IGNORE_ANNOTATIONS, IGNORE_USINGS, OPTION_IGNORE_LITERAL_SEQUENCES, OPTION_SKIP_BLOCKS, OPTION_SKIP_BLOCKS_PATTERN
-
-
Constructor Summary
Constructors Constructor Description PLSQLTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TokenManagergetLexerForSource(SourceCode sourceCode)protected TokenEntryprocessToken(Tokens tokenEntries, GenericToken currentToken, String fileName)voidsetIgnoreComments(boolean ignore)Deprecated.voidsetIgnoreIdentifiers(boolean ignore)voidsetIgnoreLiterals(boolean ignore)voidsetProperties(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 TokenEntry processToken(Tokens tokenEntries, GenericToken currentToken, String fileName)
- Overrides:
processTokenin classnet.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
getLexerForSource
protected TokenManager getLexerForSource(SourceCode sourceCode)
- Specified by:
getLexerForSourcein classnet.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
-