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 Product

    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 case class DoubleConstant(value: Double) extends Constant with Product with Serializable

    Permalink
  15. final class ExistentialType extends SType

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

    Permalink
  17. final class FunctionTree extends STree

    Permalink
  18. final class IdTree extends STree

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

    Permalink
  20. final class IntersectionType extends SType

    Permalink
  21. final class LiteralTree extends STree

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

    Permalink
  23. final class MacroExpansionTree extends STree

    Permalink
  24. final class MethodSignature extends Signature

    Permalink
  25. class MissingSymbolException extends Exception

    Permalink
  26. final class OriginalTree extends STree

    Permalink
  27. type Patch = patch.Patch

    Permalink
    Definition Classes
    Api
  28. final class RepeatedType extends SType

    Permalink
  29. abstract class Rule extends AnyRef

    Permalink
  30. type RuleName = rule.RuleName

    Permalink
    Definition Classes
    Api
  31. sealed abstract class STree extends Product with FieldNames

    Permalink
  32. sealed abstract class SType extends Product with FieldNames

    Permalink
  33. final class SelectTree extends STree

    Permalink
  34. 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.

  35. final class SemanticDocument extends SemanticContext with Symtab

    Permalink
  36. abstract class SemanticRule extends Rule

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

    Permalink
  38. sealed abstract class Signature extends Product with FieldNames

    Permalink
  39. final class SingleType extends SType

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

    Permalink
  41. final class StructuralType extends SType

    Permalink
  42. final class SuperType extends SType

    Permalink
  43. final class Symbol extends AnyRef

    Permalink
  44. final class SymbolInfo extends AnyRef

    Permalink
  45. trait SymbolMatcher extends AnyRef

    Permalink
  46. trait Symtab extends AnyRef

    Permalink
  47. final class SyntacticDocument 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 XtensionScalafixProductInspect extends AnyRef

    Permalink
    Definition Classes
    Api
  59. implicit class XtensionSeqPatch extends AnyRef

    Permalink
    Definition Classes
    Api
  60. implicit class XtensionSyntheticTree extends AnyRef

    Permalink
  61. implicit class XtensionTermApplyInfixScalafixSemantic extends AnyRef

    Permalink
  62. implicit class XtensionTermScalafixSemantic extends AnyRef

    Permalink
  63. 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 NoSignature extends Signature with Product with Serializable

    Permalink
  5. object NoTree extends STree with Product with Serializable

    Permalink
  6. object NoType extends SType with Product with Serializable

    Permalink
  7. object NullConstant extends Constant with Product with Serializable

    Permalink
  8. val Patch: patch.Patch.type

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

    Permalink
    Definition Classes
    Api
  10. object SemanticDocument

    Permalink
  11. object SemanticRule

    Permalink
  12. object Symbol

    Permalink
  13. object SymbolMatcher

    Permalink
  14. object SyntacticDocument

    Permalink
  15. object UnitConstant extends Constant with Product with Serializable

    Permalink

Inherited from Api

Inherited from AnyRef

Inherited from Any

Ungrouped