| Package | Description |
|---|---|
| org.apache.jasper.xmlparser |
| Modifier and Type | Field and Description |
|---|---|
protected SymbolTable.Entry[] |
SymbolTable.fBuckets
Buckets.
|
SymbolTable.Entry |
SymbolTable.Entry.next
The next entry.
|
| Constructor and Description |
|---|
SymbolTable.Entry(char[] ch,
int offset,
int length,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol information and
next entry reference.
|
SymbolTable.Entry(java.lang.String symbol,
SymbolTable.Entry next)
Constructs a new entry from the specified symbol and next entry
reference.
|
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.