Uses of Class
org.apache.sling.scripting.jsp.jasper.xmlparser.SymbolTable.Entry
Packages that use SymbolTable.Entry
-
Uses of SymbolTable.Entry in org.apache.sling.scripting.jsp.jasper.xmlparser
Fields in org.apache.sling.scripting.jsp.jasper.xmlparser declared as SymbolTable.EntryModifier and TypeFieldDescriptionprotected SymbolTable.Entry[]
SymbolTable.fBuckets
Buckets.SymbolTable.Entry.next
The next entry.Constructors in org.apache.sling.scripting.jsp.jasper.xmlparser with parameters of type SymbolTable.EntryModifierConstructorDescriptionEntry
(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.