- 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(CharKeyMap) - Constructor for class com.uwyn.jhighlight.pcj.map.CharKeyOpenHashMap
-
Creates a new hash map with the same mappings as a specified map.
- 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(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, 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(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, 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, 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, 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.
- CharSet - Interface in com.uwyn.jhighlight.pcj.set
-
This interface defines sets of char values.
- 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
-
- 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.
- 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(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
-
Creates a new scanner
There is also a java.io.InputStream version of this constructor.
- CppHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.CppHighlighter
-
Creates a new scanner.
- CppXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
-
Generates highlighted syntax in XHTML from Cpp source.
- CppXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.CppXhtmlRenderer
-
- CXX - Static variable in class com.uwyn.jhighlight.renderer.XhtmlRendererFactory
-
- 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_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 - 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
-
- 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(short) - 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(float) - Static method in class com.uwyn.jhighlight.pcj.util.Display
-
- display(double) - Static method in class com.uwyn.jhighlight.pcj.util.Display
-
- display(char) - Static method 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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.
- 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(Reader) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
-
Creates a new scanner
There is also a java.io.InputStream version of this constructor.
- GroovyHighlighter(InputStream) - Constructor for class com.uwyn.jhighlight.highlighter.GroovyHighlighter
-
Creates a new scanner.
- GroovyXhtmlRenderer - Class in com.uwyn.jhighlight.renderer
-
Generates highlighted syntax in XHTML from Groovy source.
- GroovyXhtmlRenderer() - Constructor for class com.uwyn.jhighlight.renderer.GroovyXhtmlRenderer
-
- 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
- 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.
- 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.
- 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.