forked from phoedos/pmd
checkstyle fixes
This commit is contained in:
@ -19,7 +19,7 @@ import net.sourceforge.pmd.lang.ast.TokenMgrError;
|
|||||||
*/
|
*/
|
||||||
public abstract class AntlrTokenizer implements Tokenizer {
|
public abstract class AntlrTokenizer implements Tokenizer {
|
||||||
|
|
||||||
protected abstract Lexer getLexerForSource(final CharStream charStream);
|
protected abstract Lexer getLexerForSource(CharStream charStream);
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void tokenize(final SourceCode sourceCode, final Tokens tokenEntries) {
|
public void tokenize(final SourceCode sourceCode, final Tokens tokenEntries) {
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
package net.sourceforge.pmd.cpd;
|
package net.sourceforge.pmd.cpd;
|
||||||
|
|
||||||
import net.sourceforge.pmd.lang.swift.antlr4.SwiftLexer;
|
|
||||||
import org.antlr.v4.runtime.CharStream;
|
import org.antlr.v4.runtime.CharStream;
|
||||||
import org.antlr.v4.runtime.Lexer;
|
import org.antlr.v4.runtime.Lexer;
|
||||||
|
|
||||||
|
import net.sourceforge.pmd.lang.swift.antlr4.SwiftLexer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SwiftTokenizer
|
* SwiftTokenizer
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user