class ScaladocUnitScanner extends UnitScanner with ScaladocScanner

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScaladocUnitScanner
  2. ScaladocScanner
  3. UnitScanner
  4. SourceFileScanner
  5. Scanner
  6. DocScanner
  7. ScannerCommon
  8. ScannerData
  9. TokenData
  10. CommonTokenData
  11. CharArrayReader
  12. CharArrayReaderData
  13. AnyRef
  14. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaladocUnitScanner(unit0: G.CompilationUnit, patches0: List[BracePatch])

Type Members

  1. class CharArrayLookaheadReader extends CharArrayReader
    Definition Classes
    CharArrayReader

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to any2stringadd[ScaladocUnitScanner] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ScaladocUnitScanner, B)
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to ArrowAssoc[ScaladocUnitScanner] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def applyBracePatch(): Boolean

    Insert or delete a brace, if a patch exists for this offset

    Insert or delete a brace, if a patch exists for this offset

    Definition Classes
    UnitScannerScanner
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val base: Int

    the base of a number

    the base of a number

    Definition Classes
    TokenData
  9. def beginDocComment(prefix: String): Unit
    Attributes
    protected
    Definition Classes
    ScaladocScannerDocScanner
  10. val buf: Array[Char]
    Definition Classes
    SourceFileScannerCharArrayReader
  11. val cbuf: collection.mutable.StringBuilder

    A character buffer for literals

    A character buffer for literals

    Definition Classes
    Scanner
  12. val ch: Char

    the last read character

    the last read character

    Definition Classes
    CharArrayReaderData
  13. def charLitOr(op: () ⇒ Unit): Unit

    Parse character literal if current character is followed by \', or follow with given op and return a symbol literal token

    Parse character literal if current character is followed by \', or follow with given op and return a symbol literal token

    Definition Classes
    Scanner
  14. val charOffset: Int

    The offset one past the last read character

    The offset one past the last read character

    Definition Classes
    CharArrayReaderData
  15. def charVal: Char

    Convert current strVal to char value

    Convert current strVal to char value

    Definition Classes
    Scanner
  16. def checkNoLetter(): Unit
    Definition Classes
    Scanner
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def copyFrom(sd: ScaladocSyntaxAnalyzer.ScannerData): ScaladocUnitScanner.this.type
    Definition Classes
    ScannerData
  19. def copyFrom(td: ScaladocSyntaxAnalyzer.TokenData): ScaladocUnitScanner.this.type
    Definition Classes
    TokenData
  20. def copyFrom(cd: CharArrayReaderData): ScaladocUnitScanner.this.type
    Definition Classes
    CharArrayReaderData
  21. val decodeUni: Boolean
    Definition Classes
    SourceFileScannerCharArrayReader
  22. def deprecationWarning(off: ScaladocSyntaxAnalyzer.Offset, msg: String, since: String): Unit
    Definition Classes
    UnitScannerSourceFileScannerScannerCommon
  23. def deprecationWarning(msg: String, since: String): Unit
    Definition Classes
    Scanner
  24. def discardDocBuffer(): Unit

    Warn when discarding buffered doc at the end of a block.

    Warn when discarding buffered doc at the end of a block. This mechanism doesn't warn about arbitrary unmoored doc. Also warn under -Xlint, but otherwise only warn in the presence of suspicious tags that appear to be documenting API. Warnings are suppressed while parsing the local comment so that comments of the form [at] Martin will not trigger a warning. By omission, tags for see, todo, note and example are ignored.

    Definition Classes
    ScaladocUnitScannerDocScanner
  25. def docPosition: G.Position
    Attributes
    protected
    Definition Classes
    ScaladocUnitScannerScaladocScanner
  26. def emitIdentifierDeprecationWarnings: Boolean

    Determines whether this scanner should emit identifier deprecation warnings, e.g.

    Determines whether this scanner should emit identifier deprecation warnings, e.g. when seeing macro or then, which are planned to become keywords in future versions of Scala.

    Attributes
    protected
    Definition Classes
    Scanner
  27. def ensuring(cond: (ScaladocUnitScanner) ⇒ Boolean, msg: ⇒ Any): ScaladocUnitScanner
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to Ensuring[ScaladocUnitScanner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (ScaladocUnitScanner) ⇒ Boolean): ScaladocUnitScanner
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to Ensuring[ScaladocUnitScanner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): ScaladocUnitScanner
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to Ensuring[ScaladocUnitScanner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): ScaladocUnitScanner
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to Ensuring[ScaladocUnitScanner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def error(off: ScaladocSyntaxAnalyzer.Offset, msg: String): Unit

    An error routine to call on bad unicode escapes \\uxxxx.

    An error routine to call on bad unicode escapes \\uxxxx.

    Definition Classes
    UnitScannerSourceFileScannerScannerCommonCharArrayReader
  34. final def fetchToken(): Unit

    read next token, filling TokenData fields of Scanner.

    read next token, filling TokenData fields of Scanner.

    Attributes
    protected
    Definition Classes
    Scanner
  35. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def finishDocComment(): Unit
    Attributes
    protected
    Definition Classes
    ScaladocScannerDocScanner
  37. def floatVal: Double
    Definition Classes
    Scanner
  38. def floatVal(negated: Boolean): Double

    Convert current strVal, base to double value

    Convert current strVal, base to double value

    Definition Classes
    Scanner
  39. def flushDoc(): G.DocComment
    Definition Classes
    DocScanner
  40. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to StringFormat[ScaladocUnitScanner] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  42. def getFraction(): Unit

    read fractional part and exponent of floating point number if one is present.

    read fractional part and exponent of floating point number if one is present.

    Attributes
    protected
    Definition Classes
    Scanner
  43. def getLitChar(): Unit

    copy current character into cbuf, interpreting any escape sequences, and advance to next character.

    copy current character into cbuf, interpreting any escape sequences, and advance to next character.

    Attributes
    protected
    Definition Classes
    Scanner
  44. def getNumber(): Unit

    Read a number into strVal.

    Read a number into strVal.

    The base can be 8, 10 or 16, where base 8 flags a leading zero. For ints, base 8 is legal only for the case of exactly one zero.

    Attributes
    protected
    Definition Classes
    Scanner
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  46. def healBraces(): List[BracePatch]

    overridden in UnitScanners

    overridden in UnitScanners

    Definition Classes
    UnitScannerScanner
  47. def inFirstOfStat(token: ScaladocSyntaxAnalyzer.Token): Boolean

    Can token start a statement?

    Can token start a statement?

    Definition Classes
    Scanner
  48. def inLastOfStat(token: ScaladocSyntaxAnalyzer.Token): Boolean

    Can token end a statement?

    Can token end a statement?

    Definition Classes
    Scanner
  49. def incompleteInputError(off: ScaladocSyntaxAnalyzer.Offset, msg: String): Unit
    Definition Classes
    UnitScannerSourceFileScannerScannerCommon
  50. def incompleteInputError(msg: String): Unit

    signal an error where the input ended in the middle of a token

    signal an error where the input ended in the middle of a token

    Definition Classes
    Scanner
  51. def init(): Unit

    Initialization method: read first char, then first token

    Initialization method: read first char, then first token

    Definition Classes
    Scanner
  52. def intVal: Long
    Definition Classes
    Scanner
  53. def intVal(negated: Boolean): Long

    Convert current strVal, base to long value.

    Convert current strVal, base to long value. This is tricky because of max negative value.

    Conversions in base 10 and 16 are supported. As a permanent migration path, attempts to write base 8 literals except 0 emit a verbose error.

    Definition Classes
    Scanner
  54. def invalidEscape(): Unit
    Attributes
    protected
    Definition Classes
    Scanner
  55. def isAtEnd: Boolean
    Definition Classes
    Scanner
  56. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  57. def isUnicodeEscape: Boolean

    Is last character a unicode escape \\uxxxx?

    Is last character a unicode escape \\uxxxx?

    Definition Classes
    CharArrayReader
  58. val lastLineStartOffset: Int

    The start offset of the line before the current one

    The start offset of the line before the current one

    Definition Classes
    CharArrayReaderData
  59. val lastOffset: ScaladocSyntaxAnalyzer.Offset

    the offset of the character following the token preceding this one

    the offset of the character following the token preceding this one

    Definition Classes
    TokenData
  60. val lastUnicodeOffset: Int
    Attributes
    protected
    Definition Classes
    CharArrayReaderData
  61. val lineStartOffset: Int

    The start offset of the current line

    The start offset of the current line

    Definition Classes
    CharArrayReaderData
  62. def lookaheadReader: CharArrayLookaheadReader

    A new reader that takes off at the current character position

    A new reader that takes off at the current character position

    Definition Classes
    CharArrayReader
  63. val name: G.TermName

    the name of an identifier

    the name of an identifier

    Definition Classes
    TokenDataCommonTokenData
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. val next: ScaladocSyntaxAnalyzer.TokenData

    we need one token lookahead and one token history

    we need one token lookahead and one token history

    Definition Classes
    ScannerData
  66. final def nextChar(): Unit

    Advance one character; reducing CR;LF pairs to just LF

    Advance one character; reducing CR;LF pairs to just LF

    Definition Classes
    CharArrayReader
  67. final def nextRawChar(): Unit

    Advance one character, leaving CR;LF pairs intact.

    Advance one character, leaving CR;LF pairs intact. This is for use in multi-line strings, so there are no "potential line ends" here.

    Definition Classes
    CharArrayReader
  68. def nextToken(): Unit

    Produce next token, filling TokenData fields of Scanner.

    Produce next token, filling TokenData fields of Scanner.

    Definition Classes
    Scanner
  69. def nextTokenAllow(name: G.Name): Unit

    Get next token, and allow the otherwise deprecated ident name

    Get next token, and allow the otherwise deprecated ident name

    Definition Classes
    Scanner
  70. final def notify(): Unit
    Definition Classes
    AnyRef
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  72. val offset: ScaladocSyntaxAnalyzer.Offset

    the offset of the first character of the current token

    the offset of the first character of the current token

    Definition Classes
    TokenData
  73. def parenBalance(token: ScaladocSyntaxAnalyzer.Token): Int

    overridden in UnitScanners

    overridden in UnitScanners

    Definition Classes
    UnitScannerScanner
  74. lazy val parensAnalyzer: ScaladocSyntaxAnalyzer.ParensAnalyzer
    Definition Classes
    UnitScanner
  75. val prev: ScaladocSyntaxAnalyzer.TokenData
    Definition Classes
    ScannerData
  76. def processCommentChar(): Unit
    Attributes
    protected
    Definition Classes
    ScaladocScannerDocScanner
  77. def putChar(c: Char): Unit

    append Unicode character to "cbuf" buffer

    append Unicode character to "cbuf" buffer

    Attributes
    protected
    Definition Classes
    Scanner
  78. final def putCommentChar(): Unit
    Attributes
    protected
    Definition Classes
    Scanner
  79. def registerDocComment(raw: String, pos: G.Position): Unit
    Definition Classes
    DocScanner
  80. def resume(lastCode: ScaladocSyntaxAnalyzer.Token): Unit
    Definition Classes
    Scanner
  81. var sepRegions: List[ScaladocSyntaxAnalyzer.Token]

    a stack of tokens which indicates whether line-ends can be statement separators also used for keeping track of nesting levels.

    a stack of tokens which indicates whether line-ends can be statement separators also used for keeping track of nesting levels. We keep track of the closing symbol of a region. This can be RPAREN if region starts with '(' RBRACKET if region starts with '[' RBRACE if region starts with '{' ARROW if region starts with 'case' STRINGLIT if region is a string interpolation expression starting with '${' (the STRINGLIT appears twice in succession on the stack iff the expression is a multiline string literal).

    Definition Classes
    Scanner
  82. final def skipComment(): Boolean

    Definition Classes
    Scanner
  83. final def skipNestedComments(): Unit
    Definition Classes
    Scanner
    Annotations
    @tailrec()
  84. def skipToken(): ScaladocSyntaxAnalyzer.Offset

    read next token and return last offset

    read next token and return last offset

    Definition Classes
    Scanner
  85. val source: SourceFile
    Definition Classes
    SourceFileScanner
  86. val strVal: String

    the string value of a literal

    the string value of a literal

    Definition Classes
    TokenData
  87. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  88. def syntaxError(msg: String): Unit

    generate an error at the current token offset

    generate an error at the current token offset

    Definition Classes
    Scanner
  89. def syntaxError(off: ScaladocSyntaxAnalyzer.Offset, msg: String): Unit

    generate an error at the given offset

    generate an error at the given offset

    Definition Classes
    Scanner
  90. def toString(): String
    Definition Classes
    Scanner → AnyRef → Any
  91. val token: ScaladocSyntaxAnalyzer.Token

    the next token

    the next token

    Definition Classes
    TokenDataCommonTokenData
  92. val unit: G.CompilationUnit
    Definition Classes
    UnitScanner
  93. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. def [B](y: B): (ScaladocUnitScanner, B)
    Implicit
    This member is added by an implicit conversion from ScaladocUnitScanner to ArrowAssoc[ScaladocUnitScanner] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ScaladocScanner

Inherited from CharArrayReader

Inherited from CharArrayReaderData

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ScaladocUnitScanner to any2stringadd[ScaladocUnitScanner]

Inherited by implicit conversion StringFormat from ScaladocUnitScanner to StringFormat[ScaladocUnitScanner]

Inherited by implicit conversion Ensuring from ScaladocUnitScanner to Ensuring[ScaladocUnitScanner]

Inherited by implicit conversion ArrowAssoc from ScaladocUnitScanner to ArrowAssoc[ScaladocUnitScanner]

Ungrouped