dotty.tools.scaladoc.snippets

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
enum MessageLevel(val text: String)

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Position(srcPos: SourcePosition, relativeLine: Int)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
enum SCFlags(val flagName: String)

Attributes

Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class SnippetChecker(val args: Args)(using cctx: CompilerContext)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class SnippetCompilationResult(wrappedSnippet: WrappedSnippet, isSuccessful: Boolean, result: Option[AbstractFile], messages: Seq[SnippetCompilerMessage])

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
class SnippetCompiler(val snippetCompilerSettings: Seq[SnippetCompilerSetting[_]], target: AbstractFile)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class SnippetCompilerArg(flag: SCFlags)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SnippetCompilerArgs(scFlags: PathBased[SCFlags], defaultFlag: SCFlags)

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class SnippetCompilerDataCollector[Q <: Quotes](val qctx: Q)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class SnippetCompilerMessage(position: Option[Position], message: String, level: MessageLevel)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SnippetCompilerSetting[T](setting: Setting[T], value: T)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class WrappedSnippet(snippet: String, outerLineOffset: Int, outerColumnOffset: Int, innerLineOffset: Int, innerColumnOffset: Int)

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type