org.scalamacros.paradise.parser.Parsers.Parser

SeqContextSensitive

trait SeqContextSensitive extends PatternContextSensitive

Methods which implicitly propagate whether the initial call took place in a context where sequences are allowed. Formerly, this was threaded through methods as boolean seqOK.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeqContextSensitive
  2. PatternContextSensitive
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isSequenceOK: Boolean

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. def annotType(): scala.tools.nsc.Global.Tree

    AnnotType        ::=  SimpleType {Annotation}
    Definition Classes
    PatternContextSensitive
  7. def argType(): scala.tools.nsc.Global.Tree

    ArgType       ::=  Type
    Definition Classes
    SeqContextSensitivePatternContextSensitive
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def badPattern3(): scala.tools.nsc.Global.Tree

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compoundType(): scala.tools.nsc.Global.Tree

    CompoundType ::= AnnotType {with AnnotType} [Refinement]
    |  Refinement
    Definition Classes
    PatternContextSensitive
  12. def compoundTypeRest(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

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

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def functionArgType(): scala.tools.nsc.Global.Tree

  17. def functionTypes(): List[scala.tools.nsc.Global.Tree]

    Definition Classes
    PatternContextSensitive
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def infixType(mode: InfixMode.Value): scala.tools.nsc.Global.Tree

    InfixType ::= CompoundType {id [nl] CompoundType}
    Definition Classes
    PatternContextSensitive
  21. def infixTypeRest(t: scala.tools.nsc.Global.Tree, mode: InfixMode.Value): scala.tools.nsc.Global.Tree

    Definition Classes
    PatternContextSensitive
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isXML: Boolean

  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def pattern(): scala.tools.nsc.Global.Tree

    Pattern  ::=  Pattern1 { `|' Pattern1 }
    SeqPattern ::= SeqPattern1 { `|' SeqPattern1 }
  28. def pattern1(): scala.tools.nsc.Global.Tree

    Pattern1    ::= varid `:' TypePat
                  |  `_' `:' TypePat
                  |  Pattern2
    SeqPattern1 ::= varid `:' TypePat
                  |  `_' `:' TypePat
                  |  [SeqPattern2]
  29. def pattern2(): scala.tools.nsc.Global.Tree

    Pattern2    ::=  varid [ @ Pattern3 ]
                  |   Pattern3
    SeqPattern2 ::=  varid [ @ SeqPattern3 ]
                  |   SeqPattern3
  30. def pattern3(): scala.tools.nsc.Global.Tree

    Pattern3    ::= SimplePattern
    |  SimplePattern {Id [nl] SimplePattern}
  31. def patterns(): List[scala.tools.nsc.Global.Tree]

    Patterns ::= Pattern { `,' Pattern }
    SeqPatterns ::= SeqPattern { `,' SeqPattern }
  32. def simplePattern(onError: () ⇒ scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

  33. def simplePattern(): scala.tools.nsc.Global.Tree

    SimplePattern    ::= varid
    |  `_'
    |  literal
    |  XmlPattern
    |  StableId  /[TypeArgs]/ [`(' [Patterns] `)']
    |  StableId  [`(' [Patterns] `)']
    |  StableId  [`(' [Patterns] `,' [varid `@'] `_' `*' `)']
    |  `(' [Patterns] `)'

    XXX: Hook for IDE

  34. def simpleType(): scala.tools.nsc.Global.Tree

    SimpleType       ::=  SimpleType TypeArgs
    |  SimpleType `#' Id
    |  StableId
    |  Path `.' type
    |  `(' Types `)'
    |  WildcardType
    Definition Classes
    PatternContextSensitive
  35. def simpleTypeRest(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def typ(): scala.tools.nsc.Global.Tree

    Type ::= InfixType `=>' Type
           | `(' [`=>' Type] `)' `=>' Type
           | InfixType [ExistentialClause]
    ExistentialClause ::= forSome `{' ExistentialDcl {semi ExistentialDcl}} `}'
    ExistentialDcl    ::= type TypeDcl | val ValDcl
    Definition Classes
    PatternContextSensitive
  39. def typeArgs(): List[scala.tools.nsc.Global.Tree]

    TypeArgs    ::= `[' ArgType {`,' ArgType} `]'
    Definition Classes
    PatternContextSensitive
  40. def types(): List[scala.tools.nsc.Global.Tree]

    Types ::= Type {`,' Type}
    Definition Classes
    PatternContextSensitive
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PatternContextSensitive

Inherited from AnyRef

Inherited from Any

Ungrouped