c

scala.meta

XtensionDialectTreeSyntax

implicit class XtensionDialectTreeSyntax extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XtensionDialectTreeSyntax
  2. AnyRef
  3. Any
Implicitly
  1. by XtensionSyntax
  2. by XtensionStructure
  3. by XtensionTokenizeInputLike
  4. by XtensionStructure
  5. by XtensionSyntax
  6. by XtensionShow
  7. by XtensionParseInputLike
  8. by XtensionClassifiable
  9. by XtensionClassifiable
  10. by XtensionTokenizeInputLike
  11. by XtensionShow
  12. by XtensionParseInputLike
  13. by XtensionClassifiable
  14. by XtensionParseInputLike
  15. by XtensionStructure
  16. by XtensionSyntax
  17. by XtensionShow
  18. by XtensionTokenizeInputLike
  19. by any2stringadd
  20. by StringFormat
  21. by Ensuring
  22. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XtensionDialectTreeSyntax(dialectTree: (Dialect, Tree))

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to any2stringadd[XtensionDialectTreeSyntax] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (XtensionDialectTreeSyntax, B)
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to ArrowAssoc[XtensionDialectTreeSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def ensuring(cond: (XtensionDialectTreeSyntax) ⇒ Boolean, msg: ⇒ Any): XtensionDialectTreeSyntax
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to Ensuring[XtensionDialectTreeSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (XtensionDialectTreeSyntax) ⇒ Boolean): XtensionDialectTreeSyntax
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to Ensuring[XtensionDialectTreeSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): XtensionDialectTreeSyntax
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to Ensuring[XtensionDialectTreeSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): XtensionDialectTreeSyntax
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to Ensuring[XtensionDialectTreeSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to StringFormat[XtensionDialectTreeSyntax] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def syntax: String
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def [B](y: B): (XtensionDialectTreeSyntax, B)
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to ArrowAssoc[XtensionDialectTreeSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def is[U](implicit classifier: Classifier[XtensionDialectTreeSyntax, U]): Boolean
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionClassifiable[XtensionDialectTreeSyntax] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionClassifiable[XtensionDialectTreeSyntax]).is(classifier)
    Definition Classes
    XtensionClassifiable
  2. def is[U](implicit classifier: Classifier[XtensionDialectTreeSyntax, U]): Boolean
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to classifiers.XtensionClassifiable[XtensionDialectTreeSyntax] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: classifiers.XtensionClassifiable[XtensionDialectTreeSyntax]).is(classifier)
    Definition Classes
    XtensionClassifiable
  3. def is[U](implicit classifier: Classifier[XtensionDialectTreeSyntax, U]): Boolean
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionClassifiable[XtensionDialectTreeSyntax] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionClassifiable[XtensionDialectTreeSyntax]).is(classifier)
    Definition Classes
    XtensionClassifiable
  4. def isNot[U](implicit classifier: Classifier[XtensionDialectTreeSyntax, U]): Boolean
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionClassifiable[XtensionDialectTreeSyntax] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionClassifiable[XtensionDialectTreeSyntax]).isNot(classifier)
    Definition Classes
    XtensionClassifiable
  5. def isNot[U](implicit classifier: Classifier[XtensionDialectTreeSyntax, U]): Boolean
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to classifiers.XtensionClassifiable[XtensionDialectTreeSyntax] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: classifiers.XtensionClassifiable[XtensionDialectTreeSyntax]).isNot(classifier)
    Definition Classes
    XtensionClassifiable
  6. def isNot[U](implicit classifier: Classifier[XtensionDialectTreeSyntax, U]): Boolean
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionClassifiable[XtensionDialectTreeSyntax] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionClassifiable[XtensionDialectTreeSyntax]).isNot(classifier)
    Definition Classes
    XtensionClassifiable
  7. def parse[U](implicit convert: Convert[XtensionDialectTreeSyntax, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionParseInputLike[XtensionDialectTreeSyntax] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionParseInputLike[XtensionDialectTreeSyntax]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  8. def parse[U](implicit convert: Convert[XtensionDialectTreeSyntax, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionParseInputLike[XtensionDialectTreeSyntax] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionParseInputLike[XtensionDialectTreeSyntax]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  9. def parse[U](implicit convert: Convert[XtensionDialectTreeSyntax, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to parsers.XtensionParseInputLike[XtensionDialectTreeSyntax] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: parsers.XtensionParseInputLike[XtensionDialectTreeSyntax]).parse(convert, parse, dialect)
    Definition Classes
    XtensionParseInputLike
  10. def show[Style[X] <: Show[X]](implicit style: Style[XtensionDialectTreeSyntax]): String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionShow[XtensionDialectTreeSyntax] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionShow[XtensionDialectTreeSyntax]).show(style)
    Definition Classes
    XtensionShow
  11. def show[Style[X] <: Show[X]](implicit style: Style[XtensionDialectTreeSyntax]): String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionShow[XtensionDialectTreeSyntax] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionShow[XtensionDialectTreeSyntax]).show(style)
    Definition Classes
    XtensionShow
  12. def show[Style[X] <: Show[X]](implicit style: Style[XtensionDialectTreeSyntax]): String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to prettyprinters.XtensionShow[XtensionDialectTreeSyntax] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: prettyprinters.XtensionShow[XtensionDialectTreeSyntax]).show(style)
    Definition Classes
    XtensionShow
  13. def structure: String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionStructure[XtensionDialectTreeSyntax] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionStructure[XtensionDialectTreeSyntax]).structure
    Definition Classes
    XtensionStructure
  14. def structure: String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionStructure[XtensionDialectTreeSyntax] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionStructure[XtensionDialectTreeSyntax]).structure
    Definition Classes
    XtensionStructure
  15. def structure: String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to prettyprinters.XtensionStructure[XtensionDialectTreeSyntax] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: prettyprinters.XtensionStructure[XtensionDialectTreeSyntax]).structure
    Definition Classes
    XtensionStructure
  16. def syntax: String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionSyntax[XtensionDialectTreeSyntax] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionSyntax[XtensionDialectTreeSyntax]).syntax
    Definition Classes
    XtensionSyntax
  17. def syntax: String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionSyntax[XtensionDialectTreeSyntax] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionSyntax[XtensionDialectTreeSyntax]).syntax
    Definition Classes
    XtensionSyntax
  18. def syntax: String
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to prettyprinters.XtensionSyntax[XtensionDialectTreeSyntax] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionDialectTreeSyntax] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: prettyprinters.XtensionSyntax[XtensionDialectTreeSyntax]).syntax
    Definition Classes
    XtensionSyntax
  19. def tokenize(implicit convert: Convert[XtensionDialectTreeSyntax, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionTokenizeInputLike[XtensionDialectTreeSyntax] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionTokenizeInputLike[XtensionDialectTreeSyntax]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike
  20. def tokenize(implicit convert: Convert[XtensionDialectTreeSyntax, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to meta.XtensionTokenizeInputLike[XtensionDialectTreeSyntax] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: meta.XtensionTokenizeInputLike[XtensionDialectTreeSyntax]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike
  21. def tokenize(implicit convert: Convert[XtensionDialectTreeSyntax, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from XtensionDialectTreeSyntax to tokenizers.XtensionTokenizeInputLike[XtensionDialectTreeSyntax] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (xtensionDialectTreeSyntax: tokenizers.XtensionTokenizeInputLike[XtensionDialectTreeSyntax]).tokenize(convert, tokenize, dialect)
    Definition Classes
    XtensionTokenizeInputLike

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionSyntax from XtensionDialectTreeSyntax to meta.XtensionSyntax[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionStructure from XtensionDialectTreeSyntax to meta.XtensionStructure[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionDialectTreeSyntax to meta.XtensionTokenizeInputLike[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionStructure from XtensionDialectTreeSyntax to meta.XtensionStructure[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionSyntax from XtensionDialectTreeSyntax to meta.XtensionSyntax[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionShow from XtensionDialectTreeSyntax to meta.XtensionShow[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionParseInputLike from XtensionDialectTreeSyntax to meta.XtensionParseInputLike[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionClassifiable from XtensionDialectTreeSyntax to meta.XtensionClassifiable[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionClassifiable from XtensionDialectTreeSyntax to classifiers.XtensionClassifiable[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionDialectTreeSyntax to meta.XtensionTokenizeInputLike[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionShow from XtensionDialectTreeSyntax to meta.XtensionShow[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionParseInputLike from XtensionDialectTreeSyntax to meta.XtensionParseInputLike[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionClassifiable from XtensionDialectTreeSyntax to meta.XtensionClassifiable[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionParseInputLike from XtensionDialectTreeSyntax to parsers.XtensionParseInputLike[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionStructure from XtensionDialectTreeSyntax to prettyprinters.XtensionStructure[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionSyntax from XtensionDialectTreeSyntax to prettyprinters.XtensionSyntax[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionShow from XtensionDialectTreeSyntax to prettyprinters.XtensionShow[XtensionDialectTreeSyntax]

Inherited by implicit conversion XtensionTokenizeInputLike from XtensionDialectTreeSyntax to tokenizers.XtensionTokenizeInputLike[XtensionDialectTreeSyntax]

Inherited by implicit conversion any2stringadd from XtensionDialectTreeSyntax to any2stringadd[XtensionDialectTreeSyntax]

Inherited by implicit conversion StringFormat from XtensionDialectTreeSyntax to StringFormat[XtensionDialectTreeSyntax]

Inherited by implicit conversion Ensuring from XtensionDialectTreeSyntax to Ensuring[XtensionDialectTreeSyntax]

Inherited by implicit conversion ArrowAssoc from XtensionDialectTreeSyntax to ArrowAssoc[XtensionDialectTreeSyntax]

Ungrouped