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 String
IGNORE_COMMENTS
Deprecated.static String
IGNORE_IDENTIFIERS
static String
IGNORE_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 String
getImage(JavaccToken plsqlToken)
protected TokenManager<JavaccToken>
makeLexerImpl(CharStream sourceCode)
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)
-
getImage
protected String getImage(JavaccToken plsqlToken)
- Overrides:
getImage
in classnet.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
makeLexerImpl
protected TokenManager<JavaccToken> makeLexerImpl(CharStream sourceCode)
- Specified by:
makeLexerImpl
in classnet.sourceforge.pmd.cpd.internal.JavaCCTokenizer
-
-