dotty.tools.scaladoc.snippets

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SCFlagsParser extends ArgParser[SCFlags]

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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