object treeBrowsers extends TreeBrowsers
- Alphabetic
- By Inheritance
- treeBrowsers
- TreeBrowsers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class ASTTreeModel extends TreeModel
Tree model for abstract syntax trees
Tree model for abstract syntax trees
- Definition Classes
- TreeBrowsers
- 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
- 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
- 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
- class TextInfoPanel extends JTextArea
Present detailed information about the selected tree node.
Present detailed information about the selected tree node.
- Definition Classes
- TreeBrowsers
- 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
- val borderSize: Int
- Definition Classes
- TreeBrowsers
- def create(): SwingBrowser
- Definition Classes
- TreeBrowsers
- val global: Global.this.type
- Definition Classes
- treeBrowsers → TreeBrowsers
- 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
- object TypePrinter
- Definition Classes
- TreeBrowsers
The Scala compiler and reflection APIs.