Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractCharCollection - Class in com.uwyn.jhighlight.pcj
This class represents an abstract base for implementing collections of char values.
AbstractCharCollection() - Constructor for class com.uwyn.jhighlight.pcj.AbstractCharCollection
Default constructor to be invoked by sub-classes.
AbstractCharKeyMap - Class in com.uwyn.jhighlight.pcj.map
This class represents an abstract base for implementing maps from char values to objects.
AbstractCharKeyMap() - Constructor for class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
Default constructor to be invoked by sub-classes.
AbstractCharSet - Class in com.uwyn.jhighlight.pcj.set
This class represents an abstract base for implementing sets of char values.
AbstractCharSet() - Constructor for class com.uwyn.jhighlight.pcj.set.AbstractCharSet
Default constructor to be invoked by sub-classes.
add(char) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
Throws UnsupportedOperationException.
add(char) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Adds an element to this collection.
addAll(CharCollection) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
addAll(CharCollection) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Adds all the elements of a specified collection to this collection.
ASSERT_IS_KEYWORD - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ATTRIBUTE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ATTRIBUTE_VALUE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

B

BEANSHELL - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
BSH - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

C

cannotAdapt(String) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
cannotMergeRanges(Object, Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
CHAR_DATA - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
CharCollection - Interface in com.uwyn.jhighlight.pcj
 
CharHashFunction - Interface in com.uwyn.jhighlight.pcj.hash
This interface represents hash functions from char values to int values.
CharIterator - Interface in com.uwyn.jhighlight.pcj
This class represents iterators over collections of char values.
CharKeyMap - Interface in com.uwyn.jhighlight.pcj.map
This interface represents maps from char values to objects.
CharKeyMapIterator - Interface in com.uwyn.jhighlight.pcj.map
This interface represents iterators over maps from char values to objects.
CharKeyOpenHashMap - Class in com.uwyn.jhighlight.pcj.map
This class represents open addressing hash table based maps from char values to objects.
CharKeyOpenHashMap() - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with capacity 11, a relative growth factor of 1.0, and a load factor of 75%.
CharKeyOpenHashMap(double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a capacity of 11, a relative growth factor of 1.0, and a specified load factor.
CharKeyOpenHashMap(int) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity, a relative growth factor of 1.0, and a load factor of 75%.
CharKeyOpenHashMap(int, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity and load factor, and a relative growth factor of 1.0.
CharKeyOpenHashMap(int, double, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity, load factor, and relative growth factor.
CharKeyOpenHashMap(int, double, int) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity, load factor, and absolute growth factor.
CharKeyOpenHashMap(int, int, double, int, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
CharKeyOpenHashMap(CharHashFunction) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with capacity 11, a relative growth factor of 1.0, and a load factor of 75%.
CharKeyOpenHashMap(CharHashFunction, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a capacity of 11, a relative growth factor of 1.0, and a specified load factor.
CharKeyOpenHashMap(CharHashFunction, int) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity, a relative growth factor of 1.0, and a load factor of 75%.
CharKeyOpenHashMap(CharHashFunction, int, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity and load factor, and a relative growth factor of 1.0.
CharKeyOpenHashMap(CharHashFunction, int, double, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity, load factor, and relative growth factor.
CharKeyOpenHashMap(CharHashFunction, int, double, int) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with a specified capacity, load factor, and absolute growth factor.
CharKeyOpenHashMap(CharHashFunction, int, int, double, int, double) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
CharKeyOpenHashMap(CharKeyMap) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Creates a new hash map with the same mappings as a specified map.
CharKeyOpenHashMap.KeySet - Class in com.uwyn.jhighlight.pcj.map
 
CharKeyOpenHashMap.ValueCollection - Class in com.uwyn.jhighlight.pcj.map
 
CharResponseWrapper(HttpServletResponse) - Constructor for class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
CharSet - Interface in com.uwyn.jhighlight.pcj.set
This interface defines sets of char values.
ckeys - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
A set view of the keys of this map.
clear() - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
clear() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Clears this collection.
clear() - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
clear() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Clears this map.
clear() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
clear() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.KeySet
 
clear() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.ValueCollection
 
clone() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Returns a clone of this hash map.
cloning() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
com.uwyn.jhighlight - package com.uwyn.jhighlight
 
com.uwyn.jhighlight.highlighter - package com.uwyn.jhighlight.highlighter
 
com.uwyn.jhighlight.pcj - package com.uwyn.jhighlight.pcj
 
com.uwyn.jhighlight.pcj.hash - package com.uwyn.jhighlight.pcj.hash
 
com.uwyn.jhighlight.pcj.map - package com.uwyn.jhighlight.pcj.map
 
com.uwyn.jhighlight.pcj.set - package com.uwyn.jhighlight.pcj.set
 
com.uwyn.jhighlight.pcj.util - package com.uwyn.jhighlight.pcj.util
 
com.uwyn.jhighlight.renderer - package com.uwyn.jhighlight.renderer
 
com.uwyn.jhighlight.servlet - package com.uwyn.jhighlight.servlet
 
com.uwyn.jhighlight.tools - package com.uwyn.jhighlight.tools
 
com.uwyn.jhighlight.tools.exceptions - package com.uwyn.jhighlight.tools.exceptions
 
COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
contains(char) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
contains(char) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Indicates whether this collection contains a specified element.
contains(char) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.KeySet
 
contains(Object) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.ValueCollection
 
containsAll(CharCollection) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
containsAll(CharCollection) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Indicates whether all elements of a specified collection is contained in this collection.
containsKey(char) - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
containsKey(char) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Indicates whether this map contains a mapping from a specified key.
containsKey(char) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
containsValue(Object) - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
containsValue(Object) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Indicates whether this map contains a mapping to a specified value.
containsValue(Object) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
convertTabsToSpaces(String, int) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Converts all tabs on a line to spaces according to the provided tab width.
CPLUSPLUS - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
CPP - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
CPP_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
CppHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/CppHighlighter.flex
CppHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
 
CppHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
Creates a new scanner.
CppHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
CppXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Cpp source.
CppXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
cvalues - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
A collection view of the values of this map.
CXX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

D

DEFAULT_CAPACITY - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The default capacity of this map.
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
DEFAULT_CSS - Static variable in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
DEFAULT_GROWTH_CHUNK - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The default chunk size with which to increase the capacity of this map.
DEFAULT_GROWTH_FACTOR - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The default factor with which to increase the capacity of this map.
DEFAULT_GROWTH_POLICY - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The default growth policy of this map.
DEFAULT_LOAD_FACTOR - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The default load factor of this map.
defaultBoolean() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default boolean value (false).
defaultByte() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default byte value (0).
defaultChar() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default char value ('\0').
DefaultCharHashFunction - Class in com.uwyn.jhighlight.pcj.hash
This class provides a default hash function for char values.
DefaultCharHashFunction() - Constructor for class com.uwyn.jhighlight.pcj.hash.DefaultCharHashFunction
Default constructor to be invoked by sub-classes.
defaultDouble() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default double value (0.0).
defaultFloat() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default float value (0.0f).
defaultInt() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default int value (0).
defaultLong() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default long value (0L).
defaultShort() - Static method in class com.uwyn.jhighlight.pcj.map.MapDefaults
Returns a default short value (0).
dequeNoFirst() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
dequeNoFirstToRemove() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
dequeNoLast() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
dequeNoLastToRemove() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
destroy() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
display(boolean) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(byte) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(char) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(double) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(float) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(int) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(long) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
display(short) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
Display - Class in com.uwyn.jhighlight.pcj.util
This class provides static methods for display of collection elements.
Display() - Constructor for class com.uwyn.jhighlight.pcj.util.Display
 
displayChars - Static variable in class com.uwyn.jhighlight.pcj.util.Display
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
DOXYGEN_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
DOXYGEN_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 

E

EMPTY - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
encode(String, CharKeyOpenHashMap) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Transforms a provided String object into a new string, using the mapping that are provided through the supplied encoding table.
encodeHtml(String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Transforms a provided String object into a new string, containing only valid Html characters.
endOfIterator() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
ensureCapacity(int) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
entries() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Returns an iterator over the entries of this map.
entries() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
equals(Object) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Indicates whether this collection is equal to some object.
equals(Object) - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
equals(Object) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Indicates whether this map is equal to some object.
equals(Object) - Method in class com.uwyn.jhighlight.pcj.set.AbstractCharSet
 
Exceptions - Class in com.uwyn.jhighlight.pcj.util
This class provides static methods for throwing exceptions.
Exceptions() - Constructor for class com.uwyn.jhighlight.pcj.util.Exceptions
 
ExceptionUtils - Class in com.uwyn.jhighlight.tools
Collection of utility methods to work with exceptions.
ExceptionUtils() - Constructor for class com.uwyn.jhighlight.tools.ExceptionUtils
 
expandAt - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The next size at which to expand the data[].
ExplicitStateHighlighter - Interface in com.uwyn.jhighlight.highlighter
Provides access to the lexical scanning of a highlighted language.

F

FileUtils - Class in com.uwyn.jhighlight.tools
Collection of utility methods to work with files.
FileUtils() - Constructor for class com.uwyn.jhighlight.tools.FileUtils
 
FileUtilsErrorException - Exception Class in com.uwyn.jhighlight.tools.exceptions
Exception that will be trigger when unexpected errors occur during the functionalities of the FileUtils class.
FileUtilsErrorException(String) - Constructor for exception class com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
 
FileUtilsErrorException(String, Throwable) - Constructor for exception class com.uwyn.jhighlight.tools.exceptions.FileUtilsErrorException
 
filter(String, Pattern[], Pattern[]) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Checks if the name filters through a series of including and excluding regular expressions.
filter(String, Pattern, Pattern) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Checks if the name filters through an including and an excluding regular expression.

G

get(char) - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
get(char) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Maps a specified key to a value.
get(char) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Looks up the CSS class identifier that corresponds to the syntax style.
getCssClass(int) - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getCssClassDefinitions() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns all the CSS class definitions that should appear within the style XHTML tag.
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getCurrentState() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns a map of all the CSS styles that the renderer requires, together with default definitions for them.
getDefaultCssStyles() - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getExceptionStackTrace(Throwable) - Static method in class com.uwyn.jhighlight.tools.ExceptionUtils
Obtains the entire stracktrace of an exception and converts it into a string.
getExtension(String) - Static method in class com.uwyn.jhighlight.tools.FileUtils
 
getFileList(File, Pattern[], Pattern[]) - Static method in class com.uwyn.jhighlight.tools.FileUtils
Recursively traverse a directory hierachy and obtain a list of all absolute file names.
getFileList(File, Pattern[], Pattern[], boolean) - Static method in class com.uwyn.jhighlight.tools.FileUtils
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the language-specific highlighting lexer that should be used
getHighlighter() - Method in class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 
getKey() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMapIterator
Returns the key of the current entry of this iterator.
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getNextToken() - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Obtain the next token from the scanner.
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getNextToken() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getOutputStream() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
getPathTranslated() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.SourceRequestWrapper
 
getRenderer(String) - Static method in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Instantiates an instance of a known XhtmlRenderer according to the type that's provided.
getRequestURI() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.SourceRequestWrapper
 
getRequestURL() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.SourceRequestWrapper
 
getServletPath() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.SourceRequestWrapper
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getStartState() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getStatus() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getStyleCount() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getSupportedTypes() - Static method in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
Returned a set with all the supported XHTML renderer types.
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
getTokenLength() - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Returns the length of the matched text region.
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
getTokenLength() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
getValue() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMapIterator
Returns the value of the current entry of this iterator.
getVersion() - Static method in class com.uwyn.jhighlight.JHighlightVersion
Returns the version number of this JHighlight release.
getVersionString() - Method in class com.uwyn.jhighlight.JHighlightVersion
 
getWrappedOutputStream() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
getXhtmlFooter() - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML footer that nicely finishes the file after the highlighted source code.
getXhtmlHeader(String) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML header that preceedes the highlighted source code.
getXhtmlHeaderFragment(String) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Returns the XHTML header that preceedes the highlighted source code for a fragment.
GROOVY - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
GroovyHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/GroovyHighlighter.flex
GroovyHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
GroovyHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Creates a new scanner.
GroovyHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
GroovyXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Groovy source.
GroovyXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
 
GROWTH_POLICY_ABSOLUTE - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Constant indicating absolute growth policy.
GROWTH_POLICY_RELATIVE - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
Constant indicating relative growth policy.
growthChunk - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The growth chunk size of this map, if the growth policy is absolute.
growthFactor - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The growth factor of this map, if the growth policy is relative.
growthPolicy - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The growth policy of this map (0 is relative growth, 1 is absolute growth).

H

hash(char) - Method in interface com.uwyn.jhighlight.pcj.hash.CharHashFunction
Returns a hash code for a specified char value.
hash(char) - Method in class com.uwyn.jhighlight.pcj.hash.DefaultCharHashFunction
 
hashCode() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Returns a hash code value for this collection.
hashCode() - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
hashCode() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Returns a hash code value for this map.
hashCode() - Method in class com.uwyn.jhighlight.pcj.set.AbstractCharSet
 
hasNext() - Method in interface com.uwyn.jhighlight.pcj.CharIterator
Indicates whether more char values can be returned by this iterator.
hasNext() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMapIterator
Indicates whether more entries can be returned by this iterator.
hexChar(char) - Static method in class com.uwyn.jhighlight.pcj.util.Display
 
highlight(String, InputStream, OutputStream, String, boolean) - Method in interface com.uwyn.jhighlight.renderer.Renderer
Transforms source code that's provided through an InputStream to highlighted syntax and writes it back to an OutputStream.
highlight(String, InputStream, OutputStream, String, boolean) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Transforms source code that's provided through an InputStream to highlighted syntax in XHTML and writes it back to an OutputStream.
highlight(String, String, String, boolean) - Method in interface com.uwyn.jhighlight.renderer.Renderer
Transforms source code that's provided through a String to highlighted syntax and returns it as a String.
highlight(String, String, String, boolean) - Method in class com.uwyn.jhighlight.renderer.XhtmlRenderer
Transforms source code that's provided through a String to highlighted syntax in XHTML and returns it as a String.
highlightFile(String, File, File, String, boolean, boolean) - Static method in class com.uwyn.jhighlight.JHighlight
 
HighlightFilter - Class in com.uwyn.jhighlight.servlet
A servlet filter that offers on-the-fly syntax highlighting for Java, HTML, XHTML, XML and LZX files.
HighlightFilter() - Constructor for class com.uwyn.jhighlight.servlet.HighlightFilter
 
HighlightFilter.CharResponseWrapper - Class in com.uwyn.jhighlight.servlet
 
HighlightFilter.ServletOutputStreamWrapper - Class in com.uwyn.jhighlight.servlet
 
HighlightFilter.SourceRequestWrapper - Class in com.uwyn.jhighlight.servlet
 
HTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

I

IN_CDATA_SECTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
IN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_DOUBLE_QUOTE_STRING - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_DOXYGEN_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
IN_HEREDOC - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
lexical states
IN_JAVA_DOC_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
IN_JAVA_DOC_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
IN_PROCESSING_INSTRUCTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_QUOTED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_NAME_SINGLEQUOTED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMMENT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_COMPACT - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_REGULAR - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_RIFE_TAG_VELOCITY - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_SINGLE_QUOTE_STRING - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
IN_TAG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
indexOutOfBounds(int, int, int) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
init(FilterConfig) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter
 
INSTANCE - Static variable in class com.uwyn.jhighlight.JHighlightVersionSingleton
 
INSTANCE - Static variable in class com.uwyn.jhighlight.pcj.hash.DefaultCharHashFunction
Default instance of this hash function.
invalidLowerBound(Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
invalidRangeBounds(Object, Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
invalidSetBounds(Object, Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
invalidUpperBound(Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
isEmpty() - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
isEmpty() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Indicates whether this collection is empty.
isEmpty() - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
isEmpty() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Indicates whether this map is empty.
isEmpty() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
isReady() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.ServletOutputStreamWrapper
 
iterator() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Returns an iterator over this collection.
iterator() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.KeySet
 
iterator() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.ValueCollection
 

J

JAVA - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVA_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_COMMENT_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
JAVADOC_TAG_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/JavaHighlighter.flex
JavaHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
JavaHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
Creates a new scanner.
JavaHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.JavaHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JavaXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from Java source.
JavaXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.JavaXhtmlRenderer
 
JHighlight - Class in com.uwyn.jhighlight
Provides console access to the source code syntax highlighting for Java, HTML, XHTML, XML and LZX files.
JHighlight() - Constructor for class com.uwyn.jhighlight.JHighlight
 
JHighlightVersion - Class in com.uwyn.jhighlight
Provides acces to the version number of this JHighlight release.
JHighlightVersion() - Constructor for class com.uwyn.jhighlight.JHighlightVersion
 
JHighlightVersionSingleton - Class in com.uwyn.jhighlight
Helper class to avoid Double Check Locking and still have a thread-safe singleton pattern
JHighlightVersionSingleton() - Constructor for class com.uwyn.jhighlight.JHighlightVersionSingleton
 

K

keyhash - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The hash function used to hash keys in this map.
keys - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The keys of this map.
keySet() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Returns a set view of the keys of this map.
keySet() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
KeySet() - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.KeySet
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
KEYWORD_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

L

LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
LITERAL_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
loadFactor - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The load factor of this map.
LZX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 

M

main(String[]) - Static method in class com.uwyn.jhighlight.JHighlight
 
MapDefaults - Class in com.uwyn.jhighlight.pcj.map
This class implements methods for retrieving default values for each of the primitive types.
MapDefaults() - Constructor for class com.uwyn.jhighlight.pcj.map.MapDefaults
 
mHtmlEncodeMap - Static variable in class com.uwyn.jhighlight.tools.StringUtils
 
mOutput - Variable in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
mOutput - Variable in class com.uwyn.jhighlight.servlet.HighlightFilter.ServletOutputStreamWrapper
 
mReturningState - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
mReturningStateTag - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
mStatus - Variable in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
mVersion - Variable in class com.uwyn.jhighlight.JHighlightVersion
 

N

negativeArgument(String, Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
negativeOrZeroArgument(String, Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
next() - Method in interface com.uwyn.jhighlight.pcj.CharIterator
Returns the next char value of this iterator.
next() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMapIterator
Advances to the next entry of this iterator.
nextPrime(int) - Static method in class com.uwyn.jhighlight.pcj.hash.Primes
Returns from a static prime table the least prime that is greater than or equal to a specified value.
noElementToGet() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
noElementToRemove() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
noElementToSet() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
noLastElement() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
noSuchMapping(Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
NoSuchMappingException - Exception Class in com.uwyn.jhighlight.pcj.map
Thrown to indicate that an attempt was made to retrieve a non-existing mapping in a map.
NoSuchMappingException(String) - Constructor for exception class com.uwyn.jhighlight.pcj.map.NoSuchMappingException
Creates a new exception with a specified detail message.
nullArgument(String) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
nullElementNotAllowed() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 

O

OCCUPIED - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
OPERATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

P

PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
PLAIN_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
PREPROC_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
primes - Static variable in class com.uwyn.jhighlight.pcj.hash.Primes
Prime numbers in ascending order.
Primes - Class in com.uwyn.jhighlight.pcj.hash
This class provides a static table of int sized prime numbers.
Primes() - Constructor for class com.uwyn.jhighlight.pcj.hash.Primes
Prevents instantiation.
PROCESSING_INSTRUCTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
put(char, Object) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Adds a mapping from a specified key to a specified value to this map.
put(char, Object) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
putAll(CharKeyMap) - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
putAll(CharKeyMap) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Adds all mappings from a specified map to this map.

R

readObject(ObjectInputStream) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
remove() - Method in interface com.uwyn.jhighlight.pcj.CharIterator
Removes the last char value returned from the underlying collection.
remove() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMapIterator
Removes the last entry value returned from the underlying map.
remove(char) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
remove(char) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Removes a specified element from this collection.
remove(char) - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
remove(char) - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Removes the mapping from a specified key from this map.
remove(char) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.KeySet
 
remove(char) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
removeAll(CharCollection) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
removeAll(CharCollection) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Removes all the elements of a specified collection from this collection.
REMOVED - Static variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
Renderer - Interface in com.uwyn.jhighlight.renderer
Provides interface to render the source code highlighting.
RENDERERS_CLASSNAMES - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
repeat(String, int) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Creates a new string that contains the provided string a number of times.
replace(String, String, String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Searches for a string within a specified string in a case-sensitive manner and replaces every match with another string.
replace(String, String, String, boolean) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Searches for a string within a specified string and replaces every match with another string.
retainAll(CharCollection) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
retainAll(CharCollection) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Retains only the elements of a specified collection in this collection.
RIFE_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
RIFE_TAG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 

S

sendError(int) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
sendError(int, String) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
SEPARATOR_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ServletOutputStreamWrapper() - Constructor for class com.uwyn.jhighlight.servlet.HighlightFilter.ServletOutputStreamWrapper
 
setNoFirst() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
setNoLast() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
setReader(Reader) - Method in interface com.uwyn.jhighlight.highlighter.ExplicitStateHighlighter
Sets the reader that will be used to receive the text data.
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setReader(Reader) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
setState(byte) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
setStatus(int) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.CharResponseWrapper
 
setWriteListener(WriteListener) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.ServletOutputStreamWrapper
 
size - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The size of this map.
size() - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
size() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Returns the number of elements in this collection.
size() - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
 
size() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Returns the size of this map.
size() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.KeySet
 
size() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 
size() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.ValueCollection
 
SourceRequestWrapper(HttpServletRequest) - Constructor for class com.uwyn.jhighlight.servlet.HighlightFilter.SourceRequestWrapper
 
split(String, String) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Splits a string into different parts, using a seperator string to detect the seperation boundaries in a case-sensitive manner.
split(String, String, boolean) - Static method in class com.uwyn.jhighlight.tools.StringUtils
Splits a string into different parts, using a seperator string to detect the seperation boundaries.
startOfIterator() - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
states - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The states of each cell in the keys[] and values[].
StringUtils - Class in com.uwyn.jhighlight.tools
General purpose class containing common String manipulation methods.
StringUtils() - Constructor for class com.uwyn.jhighlight.tools.StringUtils
 

T

TAG_NAME - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
TAG_START - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
lexical states
TAG_SYMBOLS - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
toArray() - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
toArray() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Returns the elements of this collection as an array.
toArray(char[]) - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
 
toArray(char[]) - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Returns the elements of this collection as an array.
toByteArray() - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.ServletOutputStreamWrapper
 
toString() - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
Returns a string representation of this collection.
toString() - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
Returns a string representation of this map.
trimToSize() - Method in class com.uwyn.jhighlight.pcj.AbstractCharCollection
Does nothing.
trimToSize() - Method in interface com.uwyn.jhighlight.pcj.CharCollection
Minimizes the memory used by this collection.
trimToSize() - Method in class com.uwyn.jhighlight.pcj.map.AbstractCharKeyMap
Does nothing.
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
TYPE_STYLE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 

U

unmodifiable(String) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
unsupported(String) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
used - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The number of entries in use (removed or occupied).

V

ValueCollection() - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap.ValueCollection
 
valueNotInSubRange(Object) - Static method in class com.uwyn.jhighlight.pcj.util.Exceptions
 
values - Variable in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
The values of this map.
values() - Method in interface com.uwyn.jhighlight.pcj.map.CharKeyMap
Returns a collection view of the values in this map.
values() - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 

W

write(int) - Method in class com.uwyn.jhighlight.servlet.HighlightFilter.ServletOutputStreamWrapper
 
writeObject(ObjectOutputStream) - Method in class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
 

X

XHTML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Provides an abstract base class to perform source code to XHTML syntax highlighting.
XhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRenderer
 
XhtmlRendererFactory - Class in com.uwyn.jhighlight.renderer
Provides a single point of entry to instantiate Xhtml renderers.
XhtmlRendererFactory() - Constructor for class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XML - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
 
XmlHighlighter - Class in com.uwyn.jhighlight.highlighter
This class is a scanner generated by JFlex 1.4.1 on 3/13/06 6:15 PM from the specification file com/uwyn/jhighlight/highlighter/XmlHighlighter.flex
XmlHighlighter() - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
XmlHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
Creates a new scanner.
XmlHighlighter(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.XmlHighlighter
Creates a new scanner There is also a java.io.InputStream version of this constructor.
XmlXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
Generates highlighted syntax in XHTML from XML source.
XmlXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.XmlXhtmlRenderer
 

Y

yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Enters a new lexical state
yybegin(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Enters a new lexical state
yychar - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the number of characters up to the start of the matched text
yychar - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the number of characters up to the start of the matched text
yychar - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the number of characters up to the start of the matched text
yychar - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the number of characters up to the start of the matched text
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the character at position pos from the matched text.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Closes the input stream.
yyclose() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Closes the input stream.
yycolumn - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the number of characters from the last newline up to the start of the matched text
yycolumn - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the number of characters from the last newline up to the start of the matched text
yycolumn - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the number of characters from the last newline up to the start of the matched text
yycolumn - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the number of characters from the last newline up to the start of the matched text
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
This character denotes the end of file
YYEOF - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
This character denotes the end of file
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
lexical states
YYINITIAL - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
yylength() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the length of the matched text region.
yylength() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the length of the matched text region.
yylex() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yyline - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
number of newlines encountered up to the start of the matched text
yyline - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
number of newlines encountered up to the start of the matched text
yyline - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
number of newlines encountered up to the start of the matched text
yyline - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
number of newlines encountered up to the start of the matched text
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Resets the scanner to read from a new input stream.
yystate() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the current lexical state.
yystate() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the current lexical state.
yytext() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Returns the text matched by the current regular expression.
yytext() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Returns the text matched by the current regular expression.

Z

ZZ_ACTION - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
Translates DFA states to action switch labels.
ZZ_ACTION - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Translates DFA states to action switch labels.
ZZ_ACTION - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Translates DFA states to action switch labels.
ZZ_ACTION - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Translates DFA states to action switch labels.
ZZ_ACTION_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_ACTION_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_ACTION_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_ACTION_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_ATTRIBUTE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_ATTRIBUTE_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_BUFFERSIZE - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
initial size of the lookahead buffer
ZZ_BUFFERSIZE - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
initial size of the lookahead buffer
ZZ_BUFFERSIZE - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
initial size of the lookahead buffer
ZZ_BUFFERSIZE - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
initial size of the lookahead buffer
ZZ_CMAP - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
Translates characters to character classes
ZZ_CMAP - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Translates characters to character classes
ZZ_CMAP - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Translates characters to character classes
ZZ_CMAP - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Translates characters to character classes
ZZ_CMAP_PACKED - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Translates characters to character classes
ZZ_ERROR_MSG - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_ERROR_MSG - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_ERROR_MSG - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_ERROR_MSG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_NO_MATCH - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_NO_MATCH - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_NO_MATCH - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_NO_MATCH - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_PUSHBACK_2BIG - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_PUSHBACK_2BIG - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_PUSHBACK_2BIG - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_PUSHBACK_2BIG - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_ROWMAP - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
Translates a state to a row index in the transition table
ZZ_ROWMAP - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Translates a state to a row index in the transition table
ZZ_ROWMAP - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Translates a state to a row index in the transition table
ZZ_ROWMAP - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Translates a state to a row index in the transition table
ZZ_ROWMAP_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_ROWMAP_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_ROWMAP_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_ROWMAP_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_TRANS - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
The transition table of the DFA
ZZ_TRANS - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
The transition table of the DFA
ZZ_TRANS - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
The transition table of the DFA
ZZ_TRANS - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
The transition table of the DFA
ZZ_TRANS_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_TRANS_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_TRANS_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_TRANS_PACKED_0 - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
ZZ_UNKNOWN_ERROR - Static variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
ZZ_UNKNOWN_ERROR - Static variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
ZZ_UNKNOWN_ERROR - Static variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
ZZ_UNKNOWN_ERROR - Static variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzAtBOL - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
zzAtBOL == true invalid input: '<'=> the scanner is currently at the beginning of a line
zzAtBOL - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
zzAtBOL == true invalid input: '<'=> the scanner is currently at the beginning of a line
zzAtBOL - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
zzAtBOL == true invalid input: '<'=> the scanner is currently at the beginning of a line
zzAtBOL - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
zzAtBOL == true invalid input: '<'=> the scanner is currently at the beginning of a line
zzAtEOF - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
zzAtEOF == true invalid input: '<'=> the scanner is at the EOF
zzAtEOF - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
zzAtEOF == true invalid input: '<'=> the scanner is at the EOF
zzAtEOF - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
zzAtEOF == true invalid input: '<'=> the scanner is at the EOF
zzAtEOF - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
zzAtEOF == true invalid input: '<'=> the scanner is at the EOF
zzBuffer - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
this buffer contains the current text to be matched and is the source of the yytext() string
zzBuffer - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
this buffer contains the current text to be matched and is the source of the yytext() string
zzBuffer - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
this buffer contains the current text to be matched and is the source of the yytext() string
zzBuffer - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
this buffer contains the current text to be matched and is the source of the yytext() string
zzCurrentPos - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the current text position in the buffer
zzCurrentPos - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the current text position in the buffer
zzCurrentPos - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the current text position in the buffer
zzCurrentPos - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the current text position in the buffer
zzEndRead - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
endRead marks the last character in the buffer, that has been read from input
zzEndRead - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
endRead marks the last character in the buffer, that has been read from input
zzEndRead - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
endRead marks the last character in the buffer, that has been read from input
zzEndRead - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
endRead marks the last character in the buffer, that has been read from input
zzLexicalState - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the current lexical state
zzLexicalState - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the current lexical state
zzLexicalState - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the current lexical state
zzLexicalState - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the current lexical state
zzMarkedPos - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the textposition at the last accepting state
zzMarkedPos - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the textposition at the last accepting state
zzMarkedPos - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the textposition at the last accepting state
zzMarkedPos - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the textposition at the last accepting state
zzPushbackPos - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the textposition at the last state to be included in yytext
zzPushbackPos - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the textposition at the last state to be included in yytext
zzPushbackPos - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the textposition at the last state to be included in yytext
zzPushbackPos - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the textposition at the last state to be included in yytext
zzReader - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the input device
zzReader - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the input device
zzReader - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the input device
zzReader - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the input device
zzRefill() - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Refills the input buffer.
zzRefill() - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Refills the input buffer.
zzRefill() - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Refills the input buffer.
zzRefill() - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Refills the input buffer.
zzScanError(int) - Method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Reports an error that occured while scanning.
zzScanError(int) - Method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Reports an error that occured while scanning.
zzScanError(int) - Method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Reports an error that occured while scanning.
zzScanError(int) - Method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Reports an error that occured while scanning.
zzStartRead - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
startRead marks the beginning of the yytext() string in the buffer
zzStartRead - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
startRead marks the beginning of the yytext() string in the buffer
zzStartRead - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
startRead marks the beginning of the yytext() string in the buffer
zzStartRead - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
startRead marks the beginning of the yytext() string in the buffer
zzState - Variable in class com.uwyn.jhighlight.highlighter.CppHighlighter
the current state of the DFA
zzState - Variable in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
the current state of the DFA
zzState - Variable in class com.uwyn.jhighlight.highlighter.JavaHighlighter
the current state of the DFA
zzState - Variable in class com.uwyn.jhighlight.highlighter.XmlHighlighter
the current state of the DFA
zzUnpackAction() - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackAction() - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackAction() - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackAction() - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackAction(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackAction(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackAction(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackAction(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackAttribute() - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackAttribute() - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackAttribute() - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackAttribute() - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackAttribute(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackAttribute(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackAttribute(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackAttribute(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackCMap(String) - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
Unpacks the compressed character translation table.
zzUnpackCMap(String) - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
Unpacks the compressed character translation table.
zzUnpackCMap(String) - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
Unpacks the compressed character translation table.
zzUnpackCMap(String) - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
Unpacks the compressed character translation table.
zzUnpackRowMap() - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackRowMap() - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackRowMap() - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackRowMap() - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackRowMap(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackRowMap(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackRowMap(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackRowMap(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackTrans() - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackTrans() - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackTrans() - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackTrans() - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
zzUnpackTrans(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.CppHighlighter
 
zzUnpackTrans(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.GroovyHighlighter
 
zzUnpackTrans(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.JavaHighlighter
 
zzUnpackTrans(String, int, int[]) - Static method in class com.uwyn.jhighlight.highlighter.XmlHighlighter
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form