scala.tools.nsc.ast.parser.Parsers.Parser

outPattern

object outPattern extends PatternContextSensitive

The implementation of the context sensitive methods for parsing outside of patterns.

Source
Parsers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. outPattern
  2. PatternContextSensitive
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def annotType (): Tree

    AnnotType ::= SimpleType {Annotation}

    AnnotType ::= SimpleType {Annotation}

    Definition Classes
    PatternContextSensitive
  7. def argType (): Tree

    ArgType ::= Type

    ArgType ::= Type

    Definition Classes
    outPatternPatternContextSensitive
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compoundType (): Tree

    CompoundType ::= AnnotType {with AnnotType} [Refinement] | Refinement

    CompoundType ::= AnnotType {with AnnotType} [Refinement] | Refinement

    Definition Classes
    PatternContextSensitive
  11. def compoundTypeRest (t: Tree): Tree

    Definition Classes
    PatternContextSensitive
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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()
  15. def functionArgType (): Tree

    Definition Classes
    outPatternPatternContextSensitive
  16. def functionTypes (): List[Tree]

    Definition Classes
    PatternContextSensitive
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def infixType (mode: Value): Tree

    InfixType ::= CompoundType {id [nl] CompoundType}

    InfixType ::= CompoundType {id [nl] CompoundType}

    Definition Classes
    PatternContextSensitive
  20. def infixTypeRest (t: Tree, mode: Value): Tree

    Definition Classes
    PatternContextSensitive
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def simpleType (): Tree

    SimpleType ::= SimpleType TypeArgs | SimpleType #' Id | StableId | Path .

    SimpleType ::= SimpleType TypeArgs | SimpleType #' Id | StableId | Path .' type | (' Types )' | WildcardType

    Definition Classes
    PatternContextSensitive
  26. def simpleTypeRest (t: Tree): Tree

    Definition Classes
    PatternContextSensitive
  27. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def toString (): String

    Definition Classes
    AnyRef → Any
  29. def typ (): Tree

    Type ::= InfixType =>' Type | (' [=>' Type] )' =>' Type | InfixType [ExistentialClause] ExistentialClause ::= forSome {' ExistentialDcl {semi ExistentialDcl}} }' ExistentialDcl ::= type TypeDcl | val ValDcl

    Type ::= InfixType =>' Type | (' [=>' Type] )' =>' Type | InfixType [ExistentialClause] ExistentialClause ::= forSome {' ExistentialDcl {semi ExistentialDcl}} }' ExistentialDcl ::= type TypeDcl | val ValDcl

    Definition Classes
    PatternContextSensitive
  30. def typeArgs (): List[Tree]

    TypeArgs ::= [' ArgType {,' ArgType} ]'

    TypeArgs ::= [' ArgType {,' ArgType} ]'

    Definition Classes
    PatternContextSensitive
  31. def types (): List[Tree]

    Types ::= Type {,' Type}

    Types ::= Type {,' Type}

    Definition Classes
    PatternContextSensitive
  32. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PatternContextSensitive

Inherited from AnyRef

Inherited from Any