scala.tools.nsc.ast.parser

SyntaxAnalyzer

abstract class SyntaxAnalyzer extends SubComponent with Parsers with MarkupParsers with Scanners with JavaParsers with JavaScanners

An nsc sub-component.

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyntaxAnalyzer
  2. JavaParsers
  3. JavaScanners
  4. Parsers
  5. ParsersCommon
  6. MarkupParsers
  7. Scanners
  8. ScannersCommon
  9. SubComponent
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SyntaxAnalyzer()

Type Members

  1. abstract class AbstractJavaScanner extends AbstractJavaTokenData

    .

  2. abstract class AbstractJavaTokenData extends AnyRef

    Definition Classes
    JavaScanners
  3. trait CommonTokenData extends AnyRef

    Definition Classes
    ScannersCommon
  4. case class JavaOpInfo(operand: Global.Tree, operator: Global.Name, pos: Int) extends Product with Serializable

    Definition Classes
    JavaParsers
  5. abstract class JavaParser extends ParserCommon

    Definition Classes
    JavaParsers
  6. abstract class JavaScanner extends AbstractJavaScanner with JavaTokenData with Cloneable with ScannerCommon

    A scanner for Java.

  7. trait JavaTokenData extends AbstractJavaTokenData

    A class for representing a token's data.

  8. class JavaUnitParser extends JavaParser

    Definition Classes
    JavaParsers
  9. class JavaUnitScanner extends JavaScanner

    .

  10. class MalformedInput extends Exception

    Definition Classes
    Scanners
  11. class MarkupParser extends MarkupParserCommon

    Definition Classes
    MarkupParsers
  12. type Offset = Int

    Offset into source character array

    Offset into source character array

    Definition Classes
    Scanners
  13. case class OpInfo(operand: Global.Tree, operator: Global.Name, offset: Parsers.Offset) extends Product with Serializable

    Definition Classes
    Parsers
  14. class OutlineParser extends SourceFileParser

    Definition Classes
    Parsers
  15. class ParensAnalyzer extends UnitScanner

    Definition Classes
    Scanners
  16. abstract class Parser extends ParserCommon

    Definition Classes
    Parsers
  17. abstract class ParserCommon extends AnyRef

    This is now an abstract class, only to work around the optimizer: methods in traits are never inlined.

  18. class ParserPhase extends StdPhase

  19. abstract class Scanner extends CharArrayReader with TokenData with ScannerCommon

    Definition Classes
    Scanners
  20. trait ScannerCommon extends CommonTokenData

    Definition Classes
    ScannersCommon
  21. class SourceFileParser extends Parser

    Definition Classes
    Parsers
  22. class SourceFileScanner extends Scanner

    A scanner for a given source file not necessarily attached to a compilation unit.

  23. abstract class StdPhase extends GlobalPhase

    A standard phase template

  24. trait TokenData extends CommonTokenData

    Definition Classes
    Scanners
  25. class UnitParser extends SourceFileParser

    Definition Classes
    Parsers
  26. class UnitScanner extends SourceFileScanner

    A scanner over a given compilation unit

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    JavaParsersJavaScannersParsersCommonScannersCommon
  2. abstract val runsAfter: List[String]

    List of phase names, this phase should run after

    List of phase names, this phase should run after

    Definition Classes
    SubComponent
  3. abstract val runsRightAfter: Option[String]

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Definition Classes
    SubComponent

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SyntaxAnalyzer, B)

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to ArrowAssoc[SyntaxAnalyzer] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. object ConfusedAboutBracesControl extends Throwable with ControlThrowable with Product with Serializable

    Definition Classes
    MarkupParsers
  9. final val InBlock: Int(1)

    Definition Classes
    Parsers
  10. final val InTemplate: Int(2)

    Definition Classes
    Parsers
  11. object JavaScannerConfiguration

    Definition Classes
    JavaScanners
  12. final val Local: Int(0)

    Definition Classes
    Parsers
  13. object MissingEndTagControl extends Throwable with ControlThrowable with Product with Serializable

    Definition Classes
    MarkupParsers
  14. val NoOffset: Offset

    An undefined offset

    An undefined offset

    Definition Classes
    Scanners
  15. lazy val ScalaValueClassNames: collection.Seq[Global.TypeName]

    Definition Classes
    Parsers
  16. object TruncatedXMLControl extends Throwable with ControlThrowable with Product with Serializable

    Definition Classes
    MarkupParsers
  17. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def createKeywordArray(keywords: Seq[(Global.Name, Int)], defaultToken: Int): (Int, Array[Int])

    Definition Classes
    ScannersCommon
  22. def ensuring(cond: (SyntaxAnalyzer) ⇒ Boolean, msg: ⇒ Any): SyntaxAnalyzer

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to Ensuring[SyntaxAnalyzer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (SyntaxAnalyzer) ⇒ Boolean): SyntaxAnalyzer

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to Ensuring[SyntaxAnalyzer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): SyntaxAnalyzer

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to Ensuring[SyntaxAnalyzer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): SyntaxAnalyzer

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to Ensuring[SyntaxAnalyzer] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

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

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    Definition Classes
    SubComponent → AnyRef → Any
  32. val internal: Boolean

    Internal flag to tell external from internal phases

    Internal flag to tell external from internal phases

    Definition Classes
    SubComponent
  33. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  35. def newPhase(prev: Phase): StdPhase

    The phase factory

    The phase factory

    Definition Classes
    SyntaxAnalyzerSubComponent
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def ownPhase: Phase

    The phase corresponding to this subcomponent in the current compiler run

    The phase corresponding to this subcomponent in the current compiler run

    Definition Classes
    SubComponent
  39. val phaseName: String

    The name of the phase

    The name of the phase

    Definition Classes
    SyntaxAnalyzerSubComponent
  40. def phaseNewFlags: Long

    New flags defined by the phase which are not valid before

    New flags defined by the phase which are not valid before

    Definition Classes
    SubComponent
  41. def phaseNextFlags: Long

    New flags defined by the phase which are not valid until immediately after it

    New flags defined by the phase which are not valid until immediately after it

    Definition Classes
    SubComponent
  42. val runsBefore: List[String]

    List of phase names, this phase should run before

    List of phase names, this phase should run before

    Definition Classes
    SubComponent
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final val token2name: Map[Int, Global.Name]

    Definition Classes
    Scanners
  46. def token2string(token: Int): String

    Returns the string representation of given token.

    Returns the string representation of given token.

    Definition Classes
    Scanners
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (SyntaxAnalyzer, B)

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to ArrowAssoc[SyntaxAnalyzer] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (syntaxAnalyzer: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (syntaxAnalyzer: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: SyntaxAnalyzer

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to ArrowAssoc[SyntaxAnalyzer] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (syntaxAnalyzer: ArrowAssoc[SyntaxAnalyzer]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SyntaxAnalyzer

    Implicit information
    This member is added by an implicit conversion from SyntaxAnalyzer to Ensuring[SyntaxAnalyzer] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (syntaxAnalyzer: Ensuring[SyntaxAnalyzer]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from JavaParsers

Inherited from JavaScanners

Inherited from Parsers

Inherited from ParsersCommon

Inherited from MarkupParsers

Inherited from Scanners

Inherited from ScannersCommon

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SyntaxAnalyzer to StringAdd

Inherited by implicit conversion any2stringfmt from SyntaxAnalyzer to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SyntaxAnalyzer to ArrowAssoc[SyntaxAnalyzer]

Inherited by implicit conversion any2Ensuring from SyntaxAnalyzer to Ensuring[SyntaxAnalyzer]

Ungrouped