scala.tools.nsc.matching

ParallelMatching

trait ParallelMatching extends TreeDSL with MatchSupport with Matrix with Patterns with PatternBindings

Self Type
ExplicitOuter
Source
ParallelMatching.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ParallelMatching
  2. PatternBindings
  3. Patterns
  4. Matrix
  5. MatrixAdditions
  6. MatchSupport
  7. TreeDSL
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class AlternativePattern(tree: Alternative) extends Pattern with Product with Serializable

  2. case class ApplyIdentPattern(tree: Apply) extends Pattern with ApplyPattern with NamePattern with Product with Serializable

  3. sealed trait ApplyPattern extends Pattern

  4. case class ApplySelectPattern(tree: Apply) extends Pattern with ApplyPattern with SelectPattern with Product with Serializable

  5. case class Binding(pvar: Symbol, tvar: Symbol) extends Product with Serializable

  6. class Bindings extends AnyRef

  7. case class ConstructorPattern(tree: Apply) extends Pattern with ApplyPattern with NamePattern with Product with Serializable

  8. case class ExtractorPattern(tree: UnApply) extends Pattern with UnapplyPattern with Product with Serializable

  9. case class ListExtractorPattern(tree: UnApply, tpt: Tree, elems: List[Tree]) extends Pattern with UnapplyPattern with SequenceLikePattern with Product with Serializable

  10. case class LiteralPattern(tree: Literal) extends Pattern with Product with Serializable

  11. abstract class MatchMatrix extends MatchMatrixOptimizer with MatrixExhaustiveness

    The umbrella matrix class.

  12. case class MatrixContext(cunit: CompilationUnit, handleOuter: (Tree) ⇒ Tree, typer: Typer, owner: Symbol, matchResultType: Type) extends Squeezer with Product with Serializable

  13. sealed trait NamePattern extends Pattern

  14. case class ObjectPattern(tree: Apply) extends Pattern with ApplyPattern with Product with Serializable

  15. sealed abstract class Pattern extends PatternBindingLogic

  16. trait PatternBindingLogic extends AnyRef

  17. type PatternMatch = PatternMatch

    Definition Classes
    Patterns
  18. case class PseudoType(o: Tree) extends Type with SimpleTypeProxy with Product with Serializable

  19. sealed trait SelectPattern extends Pattern with NamePattern

    Some intermediate pattern classes with shared structure *

  20. trait SequenceLikePattern extends Pattern

  21. case class SequencePattern(tree: ArrayValue) extends Pattern with SequenceLikePattern with Product with Serializable

  22. case class SimpleIdPattern(tree: Ident) extends Pattern with NamePattern with Product with Serializable

  23. case class StableIdPattern(tree: Select) extends Pattern with SelectPattern with Product with Serializable

  24. case class StarPattern(tree: Star) extends Pattern with Product with Serializable

  25. case class ThisPattern(tree: This) extends Pattern with NamePattern with Product with Serializable

  26. case class TuplePattern(tree: Apply) extends Pattern with ApplyPattern with Product with Serializable

  27. case class TypedPattern(tree: Typed) extends Pattern with Product with Serializable

  28. sealed trait UnapplyPattern extends Pattern

  29. case class VariablePattern(tree: Ident) extends Pattern with NamePattern with Product with Serializable

  30. case class WildcardPattern() extends Pattern with Product with Serializable

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    TreeDSL

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. object ApplyPattern extends AnyRef

  7. object CODE extends AnyRef

  8. object Debug extends AnyRef

  9. def NilPattern: Pattern

    Definition Classes
    Patterns
  10. val NoBinding: Bindings

    Definition Classes
    PatternBindings
  11. def NoPattern: WildcardPattern

    Definition Classes
    Patterns
  12. def NullPattern: LiteralPattern

    Definition Classes
    Patterns
  13. object Pattern extends AnyRef

  14. object Types extends AnyRef

  15. object UnapplyParamType extends AnyRef

    * Extractors **

  16. object UnapplyPattern extends AnyRef

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def decodedEqualsType(tpe: Type): Type

    Definition Classes
    PatternBindings
  20. def dropIndex[T](xs: List[T], n: Int): List[T]

    Drops the 'i'th element of a list.

    Drops the 'i'th element of a list.

    Definition Classes
    MatchSupport
  21. def emptyPatterns(i: Int): List[Pattern]

    Definition Classes
    Patterns
  22. def emptyTrees(i: Int): List[Tree]

    Definition Classes
    Patterns
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def extractBindings(p: Pattern): List[Pattern]

    Definition Classes
    PatternBindings
  26. def extractIndex[T](xs: List[T], n: Int): (T, List[T])

    Extract the nth element of a list and return it and the remainder.

    Extract the nth element of a list and return it and the remainder.

    Definition Classes
    MatchSupport
  27. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  29. def handlePattern(selector: Tree, cases: List[CaseDef], isChecked: Boolean, context: MatrixContext): Tree

    Handles all translation of pattern matching.

    Handles all translation of pattern matching.

    Definition Classes
    Matrix
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def impossible: Nothing

    Definition Classes
    MatchSupport
  32. def isEquals(tpe: Type): Boolean

    EqualsPattern *

    EqualsPattern *

    Definition Classes
    PatternBindings
  33. def isEquivalentTree(t1: Tree, t2: Tree): Boolean

    Definition Classes
    PatternBindings
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def matches(arg1: Type, arg2: Type): Boolean

    Definition Classes
    PatternBindings
  36. def mkEqualsRef(tpe: Type): Type

    Definition Classes
    PatternBindings
  37. def moveBindings(oldTree: Tree, newTree: Tree): Tree

    Definition Classes
    PatternBindings
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toPats(xs: List[Tree]): List[Pattern]

    Transition *

  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def treeCollect[T](tree: Tree, pf: PartialFunction[Tree, T]): List[T]

    Definition Classes
    MatchSupport
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PatternBindings

Inherited from Patterns

Inherited from Matrix

Inherited from MatrixAdditions

Inherited from MatchSupport

Inherited from TreeDSL

Inherited from AnyRef

Inherited from Any