coins.ast
クラス TreeWalker.NodeList

java.lang.Object
  |
  +--coins.ast.TreeWalker.NodeList
含まれているクラス:
TreeWalker

static class TreeWalker.NodeList
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  ASTree node
           
(パッケージプライベート)  TreeWalker.NodeList parent
           
 
コンストラクタの概要
(パッケージプライベート) TreeWalker.NodeList(TreeWalker.NodeList p, ASTree n)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

parent

TreeWalker.NodeList parent

node

ASTree node
コンストラクタの詳細

TreeWalker.NodeList

TreeWalker.NodeList(TreeWalker.NodeList p,
                    ASTree n)