Uses of Class
net.sourceforge.pmd.lang.ast.LexException
-
Packages that use LexException Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection.net.sourceforge.pmd.lang.ast -
-
Uses of LexException in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return LexException Modifier and Type Method Description LexException
TokenFactory. makeLexException(int line, int column, String message, @Nullable Throwable cause)
-
Uses of LexException in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return LexException Modifier and Type Method Description static LexException
InternalApiBridge. newLexException(boolean eofSeen, String lexStateName, int errorLine, int errorColumn, String errorAfter, char curChar)
LexException
LexException. setFileId(FileId fileId)
Replace the file name of this error.
-