A B C D E F G H I J K L M N O P R S T U V W

A

add_escapes(String) - Method in exception org.jomc.util.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addContent(String) - Method in class org.jomc.util.Section
Adds content to the section.
addEscapes(String) - Static method in error org.jomc.util.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class org.jomc.util.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
available - Variable in class org.jomc.util.SimpleCharStream
 

B

backup(int) - Method in class org.jomc.util.SimpleCharStream
Backup a number of characters.
beginColumn - Variable in class org.jomc.util.Token
The column number of the first character of this Token.
beginLine - Variable in class org.jomc.util.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.jomc.util.SimpleCharStream
Start.
bufcolumn - Variable in class org.jomc.util.SimpleCharStream
 
buffer - Variable in class org.jomc.util.SimpleCharStream
 
bufline - Variable in class org.jomc.util.SimpleCharStream
 
bufpos - Variable in class org.jomc.util.SimpleCharStream
Position in buffer.
bufsize - Variable in class org.jomc.util.SimpleCharStream
 

C

calculateCapacity() - Method in class org.jomc.util.WeakIdentityHashMap
 
children - Variable in class org.jomc.util.Section
The child sections of this section.
clear() - Method in class org.jomc.util.WeakIdentityHashMap
Removes all of the mappings from this map so that the map will be empty after this call returns.
collectSections(Section, List<Section>) - Static method in class org.jomc.util.Section
Collects sections recursively.
column - Variable in class org.jomc.util.SimpleCharStream
 
compare(String, String) - Static method in class org.jomc.util.VersionParser
Compares two versions for order.
containsKey(Object) - Method in class org.jomc.util.WeakIdentityHashMap
Gets a flag indicating if this map contains a mapping for a given key.
containsValue(Object) - Method in class org.jomc.util.WeakIdentityHashMap
Gets a flag indicating if this map maps one or more keys to the specified value.
curChar - Variable in class org.jomc.util.VersionParserTokenManager
 
curLexState - Variable in class org.jomc.util.VersionParserTokenManager
 
current - Variable in class org.jomc.util.WeakIdentityHashMap.EntryIterator
The current element in the iteration.
currentToken - Variable in exception org.jomc.util.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.jomc.util.VersionParserTokenManager
Debug output.
decreaseSize() - Method in class org.jomc.util.WeakIdentityHashMap
 
DEFAULT - Static variable in interface org.jomc.util.VersionParserConstants
Lexical state.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.jomc.util.WeakIdentityHashMap
Default initial capacity (2^4).
DEFAULT_LOAD_FACTOR - Static variable in class org.jomc.util.WeakIdentityHashMap
Default load factor (0.75).
DEFAULT_SECTION_END - Static variable in class org.jomc.util.SectionEditor
Marker indicating the end of a section.
DEFAULT_SECTION_START - Static variable in class org.jomc.util.SectionEditor
Marker indicating the start of a section.
defaultLexState - Variable in class org.jomc.util.VersionParserTokenManager
 
disable_tracing() - Method in class org.jomc.util.VersionParser
Disable tracing.
Done() - Method in class org.jomc.util.SimpleCharStream
Reset buffer when finished.

E

edit(String) - Method in class org.jomc.util.LineEditor
Edits texts.
editLine(String) - Method in class org.jomc.util.LineEditor
Edits a line.
editLine(String) - Method in class org.jomc.util.SectionEditor
 
editLine(String) - Method in class org.jomc.util.TrailingWhitespaceEditor
 
editor - Variable in class org.jomc.util.LineEditor
Editor to chain.
enable_tracing() - Method in class org.jomc.util.VersionParser
Enable tracing.
endColumn - Variable in class org.jomc.util.Token
The column number of the last character of this Token.
endingLine - Variable in class org.jomc.util.Section
Line marking the end of this section.
endLine - Variable in class org.jomc.util.Token
The line number of the last character of this Token.
entrySet - Variable in class org.jomc.util.WeakIdentityHashMap
The entry set view of the map.
entrySet() - Method in class org.jomc.util.WeakIdentityHashMap
Gets a Set view of the mappings contained in this map.
EOF - Static variable in interface org.jomc.util.VersionParserConstants
End of File.
eol - Variable in exception org.jomc.util.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Compares a given object with this entry for equality.
equals(Object) - Method in class org.jomc.util.WeakIdentityHashMap
Compares the specified object with this map for equality.
errorCode - Variable in error org.jomc.util.TokenMgrError
Indicates the reason why the exception is thrown.
ExpandBuff(boolean) - Method in class org.jomc.util.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.jomc.util.ParseException
Each entry in this array is an array of integers.

F

FillBuff() - Method in class org.jomc.util.SimpleCharStream
 

G

generateParseException() - Method in class org.jomc.util.VersionParser
Generate ParseException.
get(Object) - Method in class org.jomc.util.WeakIdentityHashMap
Gets the value to which a given key is mapped, or null if this map contains no mapping for that key.
getBeginColumn() - Method in class org.jomc.util.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.jomc.util.SimpleCharStream
Get token beginning line number.
getChildren() - Method in class org.jomc.util.Section
Gets the child sections of this section.
getColumn() - Method in class org.jomc.util.SimpleCharStream
Deprecated.  
getEndColumn() - Method in class org.jomc.util.SimpleCharStream
Get token end column number.
getEndingLine() - Method in class org.jomc.util.Section
Gets the line marking the end of this section.
getEndLine() - Method in class org.jomc.util.SimpleCharStream
Get token end line number.
getEntry(Object) - Method in class org.jomc.util.WeakIdentityHashMap
 
getHashCode(Object) - Static method in class org.jomc.util.WeakIdentityHashMap
Gets a hash-code value for a given key.
getHashTable() - Method in class org.jomc.util.WeakIdentityHashMap
Gets the hash-table backing the instance.
getHashTableIndex(int, int) - Static method in class org.jomc.util.WeakIdentityHashMap
Gets the index of a hash code value.
getHeadContent() - Method in class org.jomc.util.Section
Gets the parsed head content of this section.
GetImage() - Method in class org.jomc.util.SimpleCharStream
Get token literal value.
getKey() - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Gets the key corresponding to this entry.
getLevel() - Method in class org.jomc.util.Section
Gets the level of the section.
getLine() - Method in class org.jomc.util.SimpleCharStream
Deprecated.  
getLineSeparator() - Method in class org.jomc.util.LineEditor
Gets the line separator of the editor.
getMessage() - Method in exception org.jomc.util.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.jomc.util.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(String) - Static method in class org.jomc.util.VersionParser
 
getMode() - Method in class org.jomc.util.Section
Gets the mode of the section.
getName() - Method in class org.jomc.util.Section
Gets the name of this section.
getNextToken() - Method in class org.jomc.util.VersionParser
Get the next Token.
getNextToken() - Method in class org.jomc.util.VersionParserTokenManager
Get the next Token.
getOutput(Section) - Method in class org.jomc.util.SectionEditor
Gets the output of the editor.
getSection(String) - Method in class org.jomc.util.SectionEditor
Parses the given line to mark the start of a new section.
getSections() - Method in class org.jomc.util.Section
Gets all sections recursively.
getStartingLine() - Method in class org.jomc.util.Section
Gets the line marking the start of this section.
GetSuffix(int) - Method in class org.jomc.util.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class org.jomc.util.SimpleCharStream
 
getTailContent() - Method in class org.jomc.util.Section
Gets the parsed tail content of this section.
getToken(int) - Method in class org.jomc.util.VersionParser
Get the specific Token.
getValue() - Method in class org.jomc.util.Token
An optional attribute value of the Token.
getValue() - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Gets the value corresponding to this entry.

H

hashCode - Variable in class org.jomc.util.WeakIdentityHashMap.Entry
The hash code value of the key.
hashCode() - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Gets the hash code value for this map entry.
hashCode() - Method in class org.jomc.util.WeakIdentityHashMap
Gets the hash code value for this map.
hashTable - Variable in class org.jomc.util.WeakIdentityHashMap
The hash-table backing the map.
hasNext() - Method in class org.jomc.util.WeakIdentityHashMap.EntryIterator
Gets a flag indicating that the iteration has more elements.
headContent - Variable in class org.jomc.util.Section
The parsed head content of this section.

I

IDENTIFIER - Static variable in interface org.jomc.util.VersionParserConstants
RegularExpression Id.
image - Variable in class org.jomc.util.Token
The string image of the token.
inBuf - Variable in class org.jomc.util.SimpleCharStream
 
increaseSize() - Method in class org.jomc.util.WeakIdentityHashMap
 
index - Variable in class org.jomc.util.WeakIdentityHashMap.EntryIterator
The current index into the hash-table.
initialCapacity - Variable in class org.jomc.util.WeakIdentityHashMap
The initial capacity of the hash table.
input_stream - Variable in class org.jomc.util.VersionParserTokenManager
 
inputStream - Variable in class org.jomc.util.SimpleCharStream
 
INTEGER - Static variable in interface org.jomc.util.VersionParserConstants
RegularExpression Id.
internalString() - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Creates a string representing the properties of the instance.
internalString() - Method in class org.jomc.util.WeakIdentityHashMap
Creates a string representing the mappings of the instance.
INVALID_LEXICAL_STATE - Static variable in error org.jomc.util.TokenMgrError
Tried to change to an invalid lexical state.
isEmpty() - Method in class org.jomc.util.WeakIdentityHashMap
Gets a flag indicating if this map is empty.
isSectionFinished(String) - Method in class org.jomc.util.SectionEditor
Parses the given line to mark the end of a section.

J

jj_consume_token(int) - Method in class org.jomc.util.VersionParser
 
jj_expentries - Variable in class org.jomc.util.VersionParser
 
jj_expentry - Variable in class org.jomc.util.VersionParser
 
jj_gen - Variable in class org.jomc.util.VersionParser
 
jj_input_stream - Variable in class org.jomc.util.VersionParser
 
jj_kind - Variable in class org.jomc.util.VersionParser
 
jj_la1 - Variable in class org.jomc.util.VersionParser
 
jj_la1_0 - Static variable in class org.jomc.util.VersionParser
 
jj_la1_init_0() - Static method in class org.jomc.util.VersionParser
 
jj_nt - Variable in class org.jomc.util.VersionParser
Next token.
jj_ntk - Variable in class org.jomc.util.VersionParser
 
jj_ntk() - Method in class org.jomc.util.VersionParser
 
jjAddStates(int, int) - Method in class org.jomc.util.VersionParserTokenManager
 
jjbitVec0 - Static variable in class org.jomc.util.VersionParserTokenManager
 
jjCheckNAdd(int) - Method in class org.jomc.util.VersionParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.jomc.util.VersionParserTokenManager
 
jjFillToken() - Method in class org.jomc.util.VersionParserTokenManager
 
jjmatchedKind - Variable in class org.jomc.util.VersionParserTokenManager
 
jjmatchedPos - Variable in class org.jomc.util.VersionParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.jomc.util.VersionParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.jomc.util.VersionParserTokenManager
 
jjnewStateCnt - Variable in class org.jomc.util.VersionParserTokenManager
 
jjnextStates - Static variable in class org.jomc.util.VersionParserTokenManager
 
jjround - Variable in class org.jomc.util.VersionParserTokenManager
 
jjrounds - Variable in class org.jomc.util.VersionParserTokenManager
 
jjstateSet - Variable in class org.jomc.util.VersionParserTokenManager
 
jjstrLiteralImages - Static variable in class org.jomc.util.VersionParserTokenManager
Token literal values.

K

keySet - Variable in class org.jomc.util.WeakIdentityHashMap
The key set view of the map.
keySet() - Method in class org.jomc.util.WeakIdentityHashMap
Gets a Set view of the keys contained in this map.
kind - Variable in class org.jomc.util.Token
An integer that describes the kind of this token.

L

level - Variable in class org.jomc.util.Section
The level of this section.
LEXICAL_ERROR - Static variable in error org.jomc.util.TokenMgrError
Lexical error occurred.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.jomc.util.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.jomc.util.VersionParserTokenManager
Lexer state names.
line - Variable in class org.jomc.util.SimpleCharStream
 
LineEditor - Class in org.jomc.util
Interface to line based editing.
LineEditor() - Constructor for class org.jomc.util.LineEditor
Creates a new LineEditor instance.
LineEditor(String) - Constructor for class org.jomc.util.LineEditor
Creates a new LineEditor instance taking a string to use for separating lines.
LineEditor(LineEditor) - Constructor for class org.jomc.util.LineEditor
Creates a new LineEditor instance taking an editor to chain.
LineEditor(LineEditor, String) - Constructor for class org.jomc.util.LineEditor
Creates a new LineEditor instance taking an editor to chain and a string to use for separating lines.
lineSeparator - Variable in class org.jomc.util.LineEditor
Line separator.
loadFactor - Variable in class org.jomc.util.WeakIdentityHashMap
The load factor for the hash table.
LOOP_DETECTED - Static variable in error org.jomc.util.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

MAXIMUM_CAPACITY - Static variable in class org.jomc.util.WeakIdentityHashMap
Maximum capacity of the hash-table backing the implementation (2^30).
maxNextCharInd - Variable in class org.jomc.util.SimpleCharStream
 
mode - Variable in class org.jomc.util.Section
The current parsing mode.
MODE_HEAD - Static variable in class org.jomc.util.Section
Constant for the mode when parsing the head of a section.
MODE_TAIL - Static variable in class org.jomc.util.Section
Constant for the mode when parsing the tail of a section.
modifications - Variable in class org.jomc.util.WeakIdentityHashMap.EntryIterator
The number of modifications when this iterator got created.
modifications - Variable in class org.jomc.util.WeakIdentityHashMap
The number of times the map got structurally modified.

N

name - Variable in class org.jomc.util.Section
The name of this section.
newToken(int, String) - Static method in class org.jomc.util.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.jomc.util.Token
 
next - Variable in class org.jomc.util.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.jomc.util.WeakIdentityHashMap.Entry
The next entry in the bucket.
next - Variable in class org.jomc.util.WeakIdentityHashMap.EntryIterator
The next element in the iteration.
next() - Method in class org.jomc.util.WeakIdentityHashMap.EntryIterator
Gets the next element in the iteration.
NULL_ENTRY - Variable in class org.jomc.util.WeakIdentityHashMap
Null value returned by method WeakIdentityHashMap.getEntry(Object).

O

org.jomc.util - package org.jomc.util
Object management and configuration utility classes.

P

parse() - Method in class org.jomc.util.VersionParser
Parses the input to produce an array of tokens.
ParseException - Exception in org.jomc.util
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.jomc.util.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.jomc.util.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.jomc.util.ParseException
Constructor with message.
prevCharIsCR - Variable in class org.jomc.util.SimpleCharStream
 
prevCharIsLF - Variable in class org.jomc.util.SimpleCharStream
 
purge() - Method in class org.jomc.util.WeakIdentityHashMap
Removes any garbage collected entries.
put(Object, Object) - Method in class org.jomc.util.WeakIdentityHashMap
Associates a given value with a given key in this map.
putAll(Map) - Method in class org.jomc.util.WeakIdentityHashMap
Copies all of the mappings from a given map to this map.

R

readChar() - Method in class org.jomc.util.SimpleCharStream
Read a character.
referenceQueue - Variable in class org.jomc.util.WeakIdentityHashMap
Queue, to which weak keys are appended to.
ReInit(Reader, int, int, int) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.jomc.util.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.jomc.util.VersionParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.jomc.util.VersionParser
Reinitialise.
ReInit(Reader) - Method in class org.jomc.util.VersionParser
Reinitialise.
ReInit(VersionParserTokenManager) - Method in class org.jomc.util.VersionParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.jomc.util.VersionParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.jomc.util.VersionParserTokenManager
Reinitialise parser.
ReInitRounds() - Method in class org.jomc.util.VersionParserTokenManager
 
remove() - Method in class org.jomc.util.WeakIdentityHashMap.EntryIterator
Removes from the underlying hash-table the last element returned by the iterator.
remove(Object) - Method in class org.jomc.util.WeakIdentityHashMap
Removes the mapping for a given key from this map if it is present.
removed - Variable in class org.jomc.util.WeakIdentityHashMap.Entry
Flag indicating that this entry got removed from the map.
renderSections(Section, StringBuilder) - Method in class org.jomc.util.SectionEditor
Appends the content of a given section to a given buffer.
resizeThreshold - Variable in class org.jomc.util.WeakIdentityHashMap
The size value at which the hash table needs resizing.

S

Section - Class in org.jomc.util
Section of text.
Section() - Constructor for class org.jomc.util.Section
Creates a new Section instance.
SectionEditor - Class in org.jomc.util
Interface to section based editing.
SectionEditor() - Constructor for class org.jomc.util.SectionEditor
Creates a new SectionEditor instance.
SectionEditor(String) - Constructor for class org.jomc.util.SectionEditor
Creates a new SectionEditor instance taking a string to use for separating lines.
SectionEditor(LineEditor) - Constructor for class org.jomc.util.SectionEditor
Creates a new SectionEditor instance taking an editor to chain.
SectionEditor(LineEditor, String) - Constructor for class org.jomc.util.SectionEditor
Creates a new SectionEditor instance taking an editor to chain and a string to use for separating lines.
SEPARATOR - Static variable in interface org.jomc.util.VersionParserConstants
RegularExpression Id.
setDebugStream(PrintStream) - Method in class org.jomc.util.VersionParserTokenManager
Set debug output.
setEndingLine(String) - Method in class org.jomc.util.Section
Sets the line marking the end of this section.
setLevel(int) - Method in class org.jomc.util.Section
Sets the level of the section.
setMode(int) - Method in class org.jomc.util.Section
Sets the mode of the section.
setName(String) - Method in class org.jomc.util.Section
Sets the name of this section.
setStartingLine(String) - Method in class org.jomc.util.Section
Sets the line marking the start of this section.
setTabSize(int) - Method in class org.jomc.util.SimpleCharStream
 
setValue(Object) - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Replaces the value corresponding to this entry with the specified value.
SimpleCharStream - Class in org.jomc.util
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.jomc.util.SimpleCharStream
Constructor.
size - Variable in class org.jomc.util.WeakIdentityHashMap
The number of mappings held by the map.
size() - Method in class org.jomc.util.WeakIdentityHashMap
Gets the number of key-value mappings in this map.
specialConstructor - Variable in exception org.jomc.util.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.jomc.util.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
stack - Variable in class org.jomc.util.SectionEditor
Stack of sections.
startingLine - Variable in class org.jomc.util.Section
Line marking the start of this section.
STATIC_LEXER_ERROR - Static variable in error org.jomc.util.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.jomc.util.SimpleCharStream
Whether parser is static.
SwitchTo(int) - Method in class org.jomc.util.VersionParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.jomc.util.SimpleCharStream
 
tailContent - Variable in class org.jomc.util.Section
The parsed tail content of this section.
Token - Class in org.jomc.util
Describes the input token stream.
Token() - Constructor for class org.jomc.util.Token
No-argument constructor
Token(int) - Constructor for class org.jomc.util.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.jomc.util.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.jomc.util.VersionParser
Current token.
Token(List) - Method in class org.jomc.util.VersionParser
 
token_source - Variable in class org.jomc.util.VersionParser
Generated Token Manager.
tokenBegin - Variable in class org.jomc.util.SimpleCharStream
 
tokenImage - Variable in exception org.jomc.util.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.jomc.util.VersionParserConstants
Literal token values.
TokenMgrError - Error in org.jomc.util
Token Manager Error.
TokenMgrError() - Constructor for error org.jomc.util.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.jomc.util.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.jomc.util.TokenMgrError
Full Constructor.
toString() - Method in class org.jomc.util.Token
Returns the image.
toString() - Method in class org.jomc.util.WeakIdentityHashMap.Entry
Returns a string representation of the object.
toString() - Method in class org.jomc.util.WeakIdentityHashMap
Returns a string representation of the object.
TrailingWhitespaceEditor - Class in org.jomc.util
LineEditor removing trailing whitespace.
TrailingWhitespaceEditor() - Constructor for class org.jomc.util.TrailingWhitespaceEditor
Creates a new TrailingWhitespaceEditor instance.
TrailingWhitespaceEditor(String) - Constructor for class org.jomc.util.TrailingWhitespaceEditor
Creates a new TrailingWhitespaceEditor instance taking a string to use for separating lines.
TrailingWhitespaceEditor(LineEditor) - Constructor for class org.jomc.util.TrailingWhitespaceEditor
Creates a new TrailingWhitespaceEditor instance taking an editor to chain.
TrailingWhitespaceEditor(LineEditor, String) - Constructor for class org.jomc.util.TrailingWhitespaceEditor
Creates a new TrailingWhitespaceEditor instance taking an editor to chain and a string to use for separating lines.

U

UpdateLineColumn(char) - Method in class org.jomc.util.SimpleCharStream
 

V

value - Variable in class org.jomc.util.WeakIdentityHashMap.Entry
The value of the entry.
valueCollection - Variable in class org.jomc.util.WeakIdentityHashMap
The value collection view of the map.
values() - Method in class org.jomc.util.WeakIdentityHashMap
Gets a Collection view of the values contained in this map.
Version() - Method in class org.jomc.util.VersionParser
 
VersionParser - Class in org.jomc.util
Parses and compares version identifiers.
VersionParser(InputStream) - Constructor for class org.jomc.util.VersionParser
Constructor with InputStream.
VersionParser(InputStream, String) - Constructor for class org.jomc.util.VersionParser
Constructor with InputStream and supplied encoding
VersionParser(Reader) - Constructor for class org.jomc.util.VersionParser
Constructor.
VersionParser(VersionParserTokenManager) - Constructor for class org.jomc.util.VersionParser
Constructor with generated Token Manager.
VersionParserConstants - Interface in org.jomc.util
Token literal values and constants.
VersionParserTokenManager - Class in org.jomc.util
Token Manager.
VersionParserTokenManager(SimpleCharStream) - Constructor for class org.jomc.util.VersionParserTokenManager
Constructor.
VersionParserTokenManager(SimpleCharStream, int) - Constructor for class org.jomc.util.VersionParserTokenManager
Constructor.

W

WeakIdentityHashMap - Class in org.jomc.util
Hash-table based Map implementation with weak keys, using object-identity in place of object-equality when comparing keys.
WeakIdentityHashMap() - Constructor for class org.jomc.util.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the default initial capacity (16) and load factor (0.75).
WeakIdentityHashMap(int) - Constructor for class org.jomc.util.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the default load factor (0.75).
WeakIdentityHashMap(float) - Constructor for class org.jomc.util.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the default initial capacity (16) and the given load factor.
WeakIdentityHashMap(int, float) - Constructor for class org.jomc.util.WeakIdentityHashMap
Constructs a new, empty WeakIdentityHashMap with the given initial capacity and the given load factor.
WeakIdentityHashMap.Entry - Class in org.jomc.util
A map entry (key-value pair) with weakly referenced key.
WeakIdentityHashMap.Entry(Object, Object, int, ReferenceQueue) - Constructor for class org.jomc.util.WeakIdentityHashMap.Entry
 
WeakIdentityHashMap.EntryIterator - Class in org.jomc.util
An iterator over the hash-table backing the implementation.
WeakIdentityHashMap.EntryIterator() - Constructor for class org.jomc.util.WeakIdentityHashMap.EntryIterator
Creates a new EntryIterator instance.

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2005-2009 The JOMC Project. All Rights Reserved.