Searched refs:staticallyImportedMethods (Results 1 – 3 of 3) sorted by relevance
126 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code),138 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code),150 val imported = CodeUtils.staticallyImportedMethods(StaticJavaParser.parse(code),
82 val staticLogImports = CodeUtils.staticallyImportedMethods(code, protoLogClassName)85 val staticGroupImports = CodeUtils.staticallyImportedMethods(code, protoLogGroupClassName)
57 fun staticallyImportedMethods(code: CompilationUnit, className: String): Set<String> { regex