WithEndMarker

dotty.tools.dotc.ast.Trees.WithEndMarker
See theWithEndMarker companion object
sealed trait WithEndMarker[+T <: Untyped]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NamedDefTree[T]
class Bind[T]
class MemberDef[T]
class TypeDef[T]
class ValOrDefDef[T]
class DefDef[T]
class ValDef[T]
class EmptyValDef[T]
trait ValOrTypeDef[T]
class ModuleDef
class PackageDef[T]
Show all
Self type

Members list

Value members

Concrete methods

final def dropEndMarker(): this.type
final def endSpan(using Context): Span
final def withEndMarker(): this.type
final def withEndMarker(copyFrom: WithEndMarker[_]): this.type