The following document contains the results of PMD's CPD 5.1.2.
| File | Line |
|---|---|
| eu\diversify\trio\builder\TrioLexer.java | 13 |
| eu\diversify\trio\builder\TrioParser.java | 13 |
public class TrioLexer extends Lexer {
static { RuntimeMetaData.checkVersion("4.3", RuntimeMetaData.VERSION); }
protected static final DFA[] _decisionToDFA;
protected static final PredictionContextCache _sharedContextCache =
new PredictionContextCache();
public static final int
T__11=1, T__10=2, T__9=3, T__8=4, T__7=5, T__6=6, T__5=7, T__4=8, T__3=9,
T__2=10, T__1=11, T__0=12, DIGIT=13, INTEGER=14, LETTER=15, ID=16, STRING=17,
WS=18, LINE_COMMENT=19;
public static String[] modeNames = { | |