All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.epfl.scala.debugadapter.ClassEntry.scala Maven / Gradle / Ivy

The newest version!
package ch.epfl.scala.debugadapter

trait ClassEntry {
  def name: String
  def sourceEntries: Seq[SourceEntry]
  def classSystems: Seq[ClassSystem]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy