alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Scala example source code file (nscNodes.dot)

This example Scala source code file (nscNodes.dot) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Scala tags/keywords

deftree, deftree, labeldef, selectfromtypetree, sequence, super, symtree, symtree, termtree, termtree, this, tree, tree, typtree

The Scala nscNodes.dot source code

digraph SQLTypes {

  size="4,4"
  rankdir=BT
  rank=max
  ratio=compress
  
  node [shape = record]
  
  Tree
  
  SymTree -> Tree
  
  DefTree -> SymTree
  
  TermTree -> Tree
  
  TypTree -> Tree
  
  EmptyTree -> TermTree
  
  PackageDef -> DefTree
  
  ClassDef -> DefTree
  
  ModuleDef -> DefTree
  
  ValDef -> DefTree
  
  DefDef -> DefTree
  
  AbsTypeDef -> DefTree
  
  AliasTypeDef -> DefTree
  
  LabelDef -> DefTree
  LabelDef -> TermTree
  
  Import -> SymTree
  
  Attributed -> Tree
  
  DocDef -> Tree
  
  Template -> SymTree
  
  Block -> TermTree
  
  CaseDef -> Tree
  
  Sequence -> TermTree
  
  Alternative -> TermTree
  
  Star -> TermTree
  
  Bind -> DefTree
  
  ArrayValue -> TermTree
  
  Function -> TermTree
  
  Assign -> TermTree
  
  If -> TermTree
  
  Match -> TermTree
  
  Return -> TermTree
  
  Try -> TermTree
  
  Throw -> TermTree
  
  New -> TermTree
  
  TypeApply -> TermTree
  
  Apply -> TermTree
  
  Super -> TermTree
  Super -> SymTree
  
  This -> TermTree
  This -> SymTree
  
  Select -> SymTree
  
  Ident -> SymTree
  
  Literal -> TermTree
  
  TypeTree -> TypTree
  
  SingletonTypeTree -> TypTree
  
  SelectFromTypeTree -> TypTree
  SelectFromTypeTree -> SymTree
  
  CompoundTypeTree -> TypTree
  
  AppliedTypeTree -> TypTree
  
}

Other Scala examples (source code examples)

Here is a short list of links related to this Scala nscNodes.dot source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.