dotty.tools.scaladoc.snippets

Members list

Type members

Experimental classlikes

Attributes

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

Attributes

Experimental
true
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

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

Attributes

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

Attributes

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

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

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

Attributes

Experimental
true
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
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Attributes

Experimental
true
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

Experimental
true
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
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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