Packages

o

scala.meta.interactive

InteractiveSemanticdb

object InteractiveSemanticdb extends VersionCompilerOps

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractiveSemanticdb
  2. VersionCompilerOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def addCompilationUnit(global: Global, code: String, filename: String): tools.nsc.interactive.Global.RichCompilationUnit

    Create new compilation unit from given code.

  5. def addCursor(code: String, offset: Int): String

    Inserts "_CURSOR_" at given offset.

    Inserts "_CURSOR_" at given offset.

    _CURSOR_ hints to the presentation compiler that this file is being edited with the cursor at that offset. This hint helps completions amongst other things.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def forceWarnings(global: Global): Unit
    Definition Classes
    VersionCompilerOps
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def newCompiler(classpath: String, scalacOptions: List[String]): Global

    Construct new presentation compiler with given classpath and scalac flags.

  17. def newCompiler(scalacOptions: List[String]): Global
  18. def newCompiler(): Global
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def toTextDocument(compiler: Global, code: String, filename: String, timeout: Long, options: List[String]): TextDocument

    Build semanticdb document from this snippet of code.

    Build semanticdb document from this snippet of code.

    compiler

    an instance of scalac interactive global.

    code

    the code to be compiled.

    filename

    the name of the source file.

    timeout

    max number of milliseconds to allow the presentation compiler to typecheck this file.

    options

    configuration options to influence how the document is built. Must start with -P:semanticdb: prefix, for example "-P:semanticdb:symbols:all".

    Exceptions thrown

    Exception note that this method can fail in many different ways with exceptions, including but not limited to tokenize/parse/type errors.

  24. def toTextDocument(compiler: Global, code: String, filename: String, timeout: Long): TextDocument
  25. def toTextDocument(compiler: Global, code: String, options: List[String]): TextDocument
  26. def toTextDocument(compiler: Global, code: String): TextDocument
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from VersionCompilerOps

Inherited from AnyRef

Inherited from Any

Ungrouped