mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
12 lines
301 B
Java
12 lines
301 B
Java
package net.sourceforge.pmd.cpd;
|
|
|
|
/*
|
|
* This is a stub definition for pmd's TokenEntry class
|
|
* including only the API used by the GoLanguage class.
|
|
*/
|
|
|
|
public class TokenEntry {
|
|
public TokenEntry(String image, String tokenSrcID, int beginLine, int beginColumn, int endLine, int endColumn) {
|
|
}
|
|
}
|