Packages

trait JavaTokenData extends AbstractJavaTokenData

A class for representing a token's data.

Source
JavaScanners.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaTokenData
  2. AbstractJavaTokenData
  3. AnyRef
  4. 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

Type Members

  1. type ScanPosition = Int
    Definition Classes
    JavaTokenDataAbstractJavaTokenData

Value Members

  1. val NoPos: Int
    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  2. var base: Int

    the base of a number

  3. def copyFrom(td: JavaTokenData): Unit
  4. var lastPos: Int

    the first character position after the previous token

  5. var name: Global.TermName

    the name of an identifier or token

    the name of an identifier or token

    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  6. var pos: Int

    the token's position

    the token's position

    Definition Classes
    JavaTokenDataAbstractJavaTokenData
  7. var token: Int

    the next token

    the next token

    Definition Classes
    JavaTokenDataAbstractJavaTokenData