- 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.
- 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.
- getHeadContent() - Method in class org.jomc.util.Section
-
Gets the content of this section preceding any child section content.
- GetImage() - Method in class org.jomc.util.SimpleCharStream
-
Get token literal value.
- getLine() - Method in class org.jomc.util.SimpleCharStream
-
Deprecated.
- getLineNumber() - Method in class org.jomc.util.LineEditor
-
Gets the current line number.
- getLineSeparator() - Method in class org.jomc.util.LineEditor
-
Gets the line separator of the editor.
- getMessage() - Method in error org.jomc.util.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- 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.Section
-
Gets a child section matching a given name.
- 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 the child sections of this section.
- 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 content of this section succeeding any child section content.
- 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.
- 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.
- 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
-
- 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() - Method in class org.jomc.util.WeakIdentityHashMap
-
Gets the number of key-value mappings in this map.
- 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.
- 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.