Searched refs:JAVA_8 (Results 1 – 4 of 4) sorted by relevance
19 …c final JavaParser javaParser = new JavaParser(new ParserConfiguration().setLanguageLevel(JAVA_8));
119 public static final int JAVA_8 = 52; field in ClassFile169 ver = JAVA_8;
116 JAVA_8(new Java8Validator(), null), enumConstant
1090 if (ClassFile.MAJOR_VERSION < ClassFile.JAVA_8) in testAddInterfaceMethod()