Package

scalafix

v1

Permalink

package v1

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. v1
  2. Api
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class AnnotatedType extends SType

    Permalink
  2. final class Annotation extends AnyRef

    Permalink
  3. final class ApplyTree extends STree

    Permalink
  4. final case class BooleanConstant(value: Boolean) extends Constant with Product with Serializable

    Permalink
  5. final class ByNameType extends SType

    Permalink
  6. final case class ByteConstant(value: Byte) extends Constant with Product with Serializable

    Permalink
  7. final case class CharConstant(value: Char) extends Constant with Product with Serializable

    Permalink
  8. final class ClassSignature extends Signature

    Permalink
  9. final class Configuration extends AnyRef

    Permalink
  10. sealed abstract class Constant extends Product with Serializable

    Permalink
  11. final class ConstantType extends SType

    Permalink
  12. type CustomMessage[T] = config.CustomMessage[T]

    Permalink
    Definition Classes
    Api
  13. type Diagnostic = lint.Diagnostic

    Permalink
    Definition Classes
    Api
  14. final class Doc extends AnyRef

    Permalink
  15. final case class DoubleConstant(value: Double) extends Constant with Product with Serializable

    Permalink
  16. final class ExistentialType extends SType

    Permalink
  17. final case class FloatConstant(value: Float) extends Constant with Product with Serializable

    Permalink
  18. final class FunctionTree extends STree

    Permalink
  19. final class IdTree extends STree

    Permalink
  20. final case class IntConstant(value: Int) extends Constant with Product with Serializable

    Permalink
  21. final class IntersectionType extends SType

    Permalink
  22. final class LiteralTree extends STree

    Permalink
  23. final case class LongConstant(value: Long) extends Constant with Product with Serializable

    Permalink
  24. final class MacroExpansionTree extends STree

    Permalink
  25. final class MethodSignature extends Signature

    Permalink
  26. class MissingSymbolException extends Exception

    Permalink
  27. final class OriginalTree extends STree

    Permalink
  28. type Patch = patch.Patch

    Permalink
    Definition Classes
    Api
  29. final class RepeatedType extends SType

    Permalink
  30. abstract class Rule extends AnyRef

    Permalink
  31. type RuleName = rule.RuleName

    Permalink
    Definition Classes
    Api
  32. sealed abstract class STree extends AnyRef

    Permalink
  33. sealed abstract class SType extends AnyRef

    Permalink
  34. final class SelectTree extends STree

    Permalink
  35. trait SemanticContext extends AnyRef

    Permalink

    An implicit instance of SemanticContext implies the call-site has access to semantic APIs.

    An implicit instance of SemanticContext implies the call-site has access to semantic APIs.

    Useful to guard users from calling semantic operations without access to semantic APIs.

  36. final class SemanticDoc extends SemanticContext with Symtab

    Permalink
  37. abstract class SemanticRule extends Rule

    Permalink
  38. final case class ShortConstant(value: Short) extends Constant with Product with Serializable

    Permalink
  39. sealed abstract class Signature extends AnyRef

    Permalink
  40. final class SingleType extends SType

    Permalink
  41. final case class StringConstant(value: String) extends Constant with Product with Serializable

    Permalink
  42. final class StructuralType extends SType

    Permalink
  43. final class SuperType extends SType

    Permalink
  44. final class Symbol extends AnyRef

    Permalink
  45. final class SymbolInfo extends AnyRef

    Permalink
  46. trait SymbolMatcher extends AnyRef

    Permalink
  47. trait Symtab extends AnyRef

    Permalink
  48. abstract class SyntacticRule extends Rule

    Permalink
  49. final class ThisType extends SType

    Permalink
  50. final class TypeApplyTree extends STree

    Permalink
  51. final class TypeRef extends SType

    Permalink
  52. final class TypeSignature extends Signature

    Permalink
  53. final class UnionType extends SType

    Permalink
  54. final class UniversalType extends SType

    Permalink
  55. final class ValueSignature extends Signature

    Permalink
  56. final class WithType extends SType

    Permalink
  57. implicit class XtensionOptionPatch extends AnyRef

    Permalink
    Definition Classes
    Api
  58. implicit class XtensionScalafixListTreeInspect extends AnyRef

    Permalink
    Definition Classes
    Api
  59. implicit class XtensionScalafixOptionTreeInspect extends AnyRef

    Permalink
    Definition Classes
    Api
  60. implicit class XtensionScalafixTreeInspect extends AnyRef

    Permalink
    Definition Classes
    Api
  61. implicit class XtensionSeqPatch extends AnyRef

    Permalink
    Definition Classes
    Api
  62. implicit class XtensionSyntheticTree extends AnyRef

    Permalink
  63. implicit class XtensionTermApplyInfixScalafixSemantic extends AnyRef

    Permalink
  64. implicit class XtensionTermScalafixSemantic extends AnyRef

    Permalink
  65. implicit class XtensionTreeScalafixSemantic extends AnyRef

    Permalink

Value Members

  1. object Configuration

    Permalink
  2. val CustomMessage: config.CustomMessage.type

    Permalink
    Definition Classes
    Api
  3. val Diagnostic: lint.Diagnostic.type

    Permalink
    Definition Classes
    Api
  4. object Doc

    Permalink
  5. object NoSignature extends Signature with Product with Serializable

    Permalink
  6. object NoTree extends STree with Product with Serializable

    Permalink
  7. object NoType extends SType with Product with Serializable

    Permalink
  8. object NullConstant extends Constant with Product with Serializable

    Permalink
  9. val Patch: patch.Patch.type

    Permalink
    Definition Classes
    Api
  10. val RuleName: rule.RuleName.type

    Permalink
    Definition Classes
    Api
  11. object SemanticDoc

    Permalink
  12. object SemanticRule

    Permalink
  13. object Symbol

    Permalink
  14. object SymbolMatcher

    Permalink
  15. object UnitConstant extends Constant with Product with Serializable

    Permalink

Inherited from Api

Inherited from AnyRef

Inherited from Any

Ungrouped