Context

tastyquery.Contexts.Context
See theContext companion class
object Context

Factory methods for Context.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Context.type

Members list

Value members

Concrete methods

def initialize(classpath: Classpath): Context

Creates a new Context for the given Classpaths.Classpath.

Creates a new Context for the given Classpaths.Classpath.

If all the ClasspathEntries in the classpath are thread-safe, then the resulting Context is thread-safe.

Attributes