Packages

o

scala.tools.nsc.Global

treeBrowsers

object treeBrowsers extends TreeBrowsers

Representing ASTs as graphs

Source
Global.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. treeBrowsers
  2. TreeBrowsers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ASTTreeModel extends TreeModel

    Tree model for abstract syntax trees

    Tree model for abstract syntax trees

    Definition Classes
    TreeBrowsers
  2. class BrowserFrame extends AnyRef

    A window that can host the Tree widget and provide methods for displaying information

    A window that can host the Tree widget and provide methods for displaying information

    Definition Classes
    TreeBrowsers
    Version

    1.0

  3. case class ProgramTree(units: List[UnitTree]) extends Global.Tree with Product with Serializable

    Pseudo tree class, so that all JTree nodes are treated uniformly

    Pseudo tree class, so that all JTree nodes are treated uniformly

    Definition Classes
    TreeBrowsers
  4. class SwingBrowser extends AnyRef

    Java Swing pretty printer for Scala abstract syntax trees.

    Java Swing pretty printer for Scala abstract syntax trees.

    Definition Classes
    TreeBrowsers
  5. class TextInfoPanel extends JTextArea

    Present detailed information about the selected tree node.

    Present detailed information about the selected tree node.

    Definition Classes
    TreeBrowsers
  6. case class UnitTree(unit: Global.CompilationUnit) extends Global.Tree with Product with Serializable

    Pseudo tree class, so that all JTree nodes are treated uniformly

    Pseudo tree class, so that all JTree nodes are treated uniformly

    Definition Classes
    TreeBrowsers

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val borderSize: Int
    Definition Classes
    TreeBrowsers
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def create(): SwingBrowser
    Definition Classes
    TreeBrowsers
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val global: Global.this.type
    Definition Classes
    treeBrowsersTreeBrowsers
  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. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. object TreeInfo

    Computes different information about a tree node.

    Computes different information about a tree node. It is used as central place to do all pattern matching against Tree.

    Definition Classes
    TreeBrowsers
  24. object TypePrinter
    Definition Classes
    TreeBrowsers

Inherited from TreeBrowsers

Inherited from AnyRef

Inherited from Any

Ungrouped