Uses of Class
org.apache.jasper.xmlparser.SymbolTable.Entry

Packages that use SymbolTable.Entry
org.apache.jasper.xmlparser   
 

Uses of SymbolTable.Entry in org.apache.jasper.xmlparser
 

Fields in org.apache.jasper.xmlparser declared as SymbolTable.Entry
protected  SymbolTable.Entry[] SymbolTable.fBuckets
          Buckets.
 SymbolTable.Entry SymbolTable.Entry.next
          The next entry.
 

Constructors in org.apache.jasper.xmlparser with parameters of type SymbolTable.Entry
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(String symbol, SymbolTable.Entry next)
          Constructs a new entry from the specified symbol and next entry reference.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.