Searched refs:getClassFile (Results 1 – 2 of 2) sorted by relevance
121 public InputStream getClassFile(String classname) throws IOException { in getClassFile() method in Javac126 return new ClassParser(getClassFile(classname), in getCompiledClass()
162 private fun getClassFile(classItem: ClassItem): File { in <lambda>() method187 val sourceFile = getClassFile(cls) in <lambda>()