class SymbolCell extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Tree |
binding |
(package private) String |
name |
(package private) SymbolCell |
next |
Constructor and Description |
---|
SymbolCell(String n,
Tree v,
SymbolCell r) |
String name
Tree binding
SymbolCell next
SymbolCell(String n, Tree v, SymbolCell r)
Copyright © 2013-2016 The Apache Software Foundation. All Rights Reserved.