protected static final class SymbolTable.Entry extends Object
| Modifier and Type | Field and Description | 
|---|---|
| char[] | charactersSymbol characters. | 
| SymbolTable.Entry | nextThe next entry. | 
| String | symbolSymbol. | 
| Constructor and Description | 
|---|
| Entry(char[] ch,
     int offset,
     int length,
     SymbolTable.Entry next)Constructs a new entry from the specified symbol information and
 next entry reference. | 
| Entry(String symbol,
     SymbolTable.Entry next)Constructs a new entry from the specified symbol and next entry
 reference. | 
public String symbol
public char[] characters
public SymbolTable.Entry next
public Entry(String symbol, SymbolTable.Entry next)
symbol - symbolnext - next entrypublic Entry(char[] ch,
             int offset,
             int length,
             SymbolTable.Entry next)
ch - char arrayoffset - offsetlength - lengthnext - next entryCopyright © 2000–2025 Apache Software Foundation. All rights reserved.