Packages

abstract class JavaScanner extends AbstractJavaScanner with JavaTokenData with Cloneable with ScannerCommon with DocScanner

A scanner for Java.

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaScanner
  2. DocScanner
  3. ScannerCommon
  4. CommonTokenData
  5. Cloneable
  6. Cloneable
  7. JavaTokenData
  8. AbstractJavaScanner
  9. AbstractJavaTokenData
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaScanner()

Type Members

  1. type ScanPosition = Int
    Definition Classes
    JavaTokenDataAbstractJavaTokenData

Abstract Value Members

  1. abstract def deprecationWarning(off: JavaScanners.Offset, msg: String, since: String): Unit
    Definition Classes
    ScannerCommon
  2. abstract def error(off: JavaScanners.Offset, msg: String): Unit
    Definition Classes
    ScannerCommon
  3. implicit abstract def g2p(pos: ScanPosition): Global.Position
    Definition Classes
    AbstractJavaScanner
  4. abstract def incompleteInputError(off: JavaScanners.Offset, msg: String): Unit
    Definition Classes
    ScannerCommon

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val NoPos: Int
    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val base: Int

    the base of a number

    the base of a number

    Definition Classes
    JavaTokenData
  7. def beginDocComment(prefix: String): Unit
    Attributes
    protected
    Definition Classes
    DocScanner
  8. val cbuf: collection.mutable.StringBuilder

    character buffer for literals

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def copyFrom(td: JavaTokenData): Unit
    Definition Classes
    JavaTokenData
  11. def currentPos: Global.Position
    Definition Classes
    JavaScannerAbstractJavaScanner
  12. def discardDocBuffer(): Unit

    To prevent doc comments attached to expressions from leaking out of scope onto the next documentable entity, they are discarded upon passing a right brace, bracket, or parenthesis.

    To prevent doc comments attached to expressions from leaking out of scope onto the next documentable entity, they are discarded upon passing a right brace, bracket, or parenthesis.

    Definition Classes
    DocScanner
  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def finishDocComment(): Unit
    Attributes
    protected
    Definition Classes
    DocScanner
  17. def floatVal(negated: Boolean): Double

    convert name, base to double value

    convert name, base to double value

    Definition Classes
    JavaScannerAbstractJavaScanner
  18. def floatVal: Double
    Definition Classes
    JavaScannerAbstractJavaScanner
  19. def flushDoc(): Global.DocComment
    Definition Classes
    DocScanner
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. 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
  22. def getNumber(): Unit

    read a number into name and set base

    read a number into name and set base

    Attributes
    protected
  23. def getlitch(): AnyVal

    read next character in character or string literal:

    read next character in character or string literal:

    Attributes
    protected
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. var in: JavaCharArrayReader
  26. def incompleteInputError(msg: String): Unit

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

  27. def init(): Unit

    INIT: read lookahead character and token.

  28. def intVal(negated: Boolean): Long

    convert name to long value

    convert name to long value

    Definition Classes
    JavaScannerAbstractJavaScanner
  29. def intVal: Long
    Definition Classes
    JavaScannerAbstractJavaScanner
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val lastPos: Int

    the first character position after the previous token

    the first character position after the previous token

    Definition Classes
    JavaTokenData
  32. def lookaheadToken: Int
  33. val name: Global.TermName

    the name of an identifier or token

    the name of an identifier or token

    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. val next: JavaTokenData

    we need one token lookahead

    we need one token lookahead

    Definition Classes
    JavaScannerAbstractJavaScanner
  36. def nextToken(): Unit
    Definition Classes
    JavaScannerAbstractJavaScanner
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. val pos: Int

    the token's position

    the token's position

    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  40. val prev: JavaTokenData
  41. def processCommentChar(): Unit
    Attributes
    protected
    Definition Classes
    DocScanner
  42. def putChar(c: Char): Unit

    append Unicode character to "lit" buffer

    append Unicode character to "lit" buffer

    Attributes
    protected
  43. final def putCommentChar(): Unit
    Attributes
    protected
  44. def registerDocComment(raw: String, pos: Global.Position): Unit
    Definition Classes
    DocScanner
  45. final def skipBlockComment(isDoc: Boolean): Unit
    Attributes
    protected
    Annotations
    @tailrec()
  46. final def skipComment(): Boolean
    Attributes
    protected
  47. final def skipLineComment(): Unit
    Attributes
    protected
    Annotations
    @tailrec()
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def syntaxError(msg: String): Unit

    generate an error at the current token position

  50. def syntaxError(pos: Int, msg: String): Unit

    generate an error at the given position

  51. def toString(): String
    Definition Classes
    JavaScanner → AnyRef → Any
  52. val token: Int

    the next token

    the next token

    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from JavaScanners.DocScanner

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from JavaTokenData

Inherited from AbstractJavaScanner

Inherited from AbstractJavaTokenData

Inherited from AnyRef

Inherited from Any

Ungrouped