dotty.tools.dotc.printing

Showable

Related Doc: package printing

trait Showable extends Any

Linear Supertypes
Any
Known Subclasses
Alternative, AndOrType, AndType, AndTypeTree, Annotated, AnnotatedType, AnyFunctionProto, AnySelectionProto, AnyTypeConstructorProto, AppliedTypeTree, Apply, ApplyingProto, Assign, AssignProto, BackquotedIdent, Bind, BindingType, Block, BoundType, ByNameTypeTree, CachedAndType, CachedClassInfo, CachedConstantType, CachedErasedValueType, CachedExprType, CachedGroundType, CachedHKApply, CachedJavaArrayType, CachedMethodType, CachedOrType, CachedProxyType, CachedRefinedType, CachedSelectionProto, CachedSkolemType, CachedSuperType, CachedTermRef, CachedThisType, CachedType, CachedTypeAlias, CachedTypeRef, CachedViewProto, CachedWildcardType, CaseDef, ClassCompleter, ClassDenotation, ClassInfo, ClassSymbol, ClassUnpickler, ClassfileLoader, Closure, Completer, Completer, Constant, ConstantType, Constraint, ContextBounds, DefDef, DefTree, Denotation, DenotingTree, DerivedFromParamTree, DerivedTypeTree, DoWhile, EmptyScope, EmptyValDef, ErasedValueType, ErrorDenotation, ErrorScope, ErrorSymbol, ErrorType, ErrorType, ExprType, ForDo, ForYield, FunProto, FunProtoTyped, Function, GenAlias, GenFrom, GenericApply, HKApply, Ident, If, IgnoredProto, ImplicitMethodType, Import, ImportType, InfixOp, InfixOpBlock, Inlined, InterpolatedString, JavaArrayType, JavaMethodType, JavaSeqLiteral, JointRefDenotation, LazyRef, LazyType, Literal, LocalUnpickler, Match, MatchAlways, MemberDef, MethodOrPoly, MethodParam, MethodParamImpl, MethodType, MethodicType, MissingRef, ModuleCompleter, ModuleDef, MultiDenotation, MutableScope, MutableTyperState, Name, NameTree, NamedArg, NamedType, NarrowCached, New, NoCompleter, NoCompleter, NoDenotation, NoPrefix, NoQualifyingRef, NoSymbol, NoType, NonSymSingleDenotation, OpTree, OrType, OrTypeTree, OrderingConstraint, PackageClassDenotation, PackageDef, PackageLoader, ParamType, Parens, ParsedTry, PatDef, PatternTree, PolyParam, PolyProto, PolyType, PolyTypeDef, PolyTypeTree, PostfixOp, PreName, PrefixOp, ProtoType, ProxyTree, RealTypeBounds, RecThis, RecType, RefTree, RefinedOrRecType, RefinedType, RefinedTypeTree, Return, Scope, Select, SelectWithSig, SelectionProto, SeqLiteral, SetterParamTree, SingleDenotation, SingletonType, SingletonTypeTree, SkolemType, SourcefileLoader, StringDecorator, StubInfo, Super, SuperType, SymDenotation, Symbol, SymbolLit, SymbolLoader, TempClassInfo, TempClassInfoType, TempPolyType, Template, TermName, TermRef, TermRefWithFixedSym, TermRefWithSignature, TermTree, TermType, Thicket, This, ThisType, Throw, Tree, Try, TryDynamicCallType, Tuple, TypTree, Type, TypeAlias, TypeApply, TypeBounds, TypeBoundsTree, TypeDef, TypeDefCompleter, TypeName, TypeParamsCompleter, TypeProxy, TypeRef, TypeRefTree, TypeRefWithFixedSym, TypeTree, TypeType, TypeVar, Typed, TypedSplice, TyperState, UnApply, UnapplyFunProto, UnapplySelectionProto, UncachedGroundType, UncachedProxyType, UniqueRefDenotation, ValDef, ValOrDefDef, ValueType, ValueTypeOrProto, ViewProto, WhileDo, WildcardFunction, WildcardType, WildcardType, WithFixedSym, WithoutTypeOrPos, localMemberUnpickler
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Showable
  2. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Definition Classes
    Any
  2. abstract def toText(printer: Printer): Text

    The text representation of this showable element.

    The text representation of this showable element. This normally dispatches to a pattern matching method in Printers.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean

    Definition Classes
    Any
  6. def fallbackToText(printer: Printer): Text

    A fallback text representation, if the pattern matching in Printers does not have a case for this showable element

  7. def hashCode(): Int

    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def show(implicit ctx: Context): String

    The string representation of this showable element.

  10. def showSummary(implicit ctx: Context): String

  11. def showSummary(depth: Int)(implicit ctx: Context): String

    The summarized string representation of this showable element.

    The summarized string representation of this showable element. Recursion depth is limited to some smallish value. Default is Config.summarizeDepth.

  12. def toString(): String

    Definition Classes
    Any

Inherited from Any

Ungrouped