ScalaParser

io.github.scalats.core.ScalaParser
final class ScalaParser(compiled: Set[String], logger: Logger)(using ctx: Context)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def parse(types: List[(Type, Tree)], symtab: StringMap[(Type, Tree)], examined: ListSet[TypeFullId], acceptsType: Symbol => Boolean, parsed: StringMap[TypeDef]): Result[StringMap, TypeFullId]