Uses of Enum Class
caseine.publication.ParserUtils.CUType
Packages that use ParserUtils.CUType
-
Uses of ParserUtils.CUType in caseine.publication
Methods in caseine.publication that return ParserUtils.CUTypeModifier and TypeMethodDescriptionstatic ParserUtils.CUTypeParserUtils.getCompilationUnitType(com.github.javaparser.ast.CompilationUnit cu) Determine si une classe est de type JUnit, avec sa version.static ParserUtils.CUTypeReturns the enum constant of this class with the specified name.static ParserUtils.CUType[]ParserUtils.CUType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in caseine.publication with parameters of type ParserUtils.CUTypeModifier and TypeMethodDescriptionstatic booleanParserUtils.compilationUnitIsATest(com.github.javaparser.ast.CompilationUnit cu, ParserUtils.CUType type)