Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(int) - Method in class org.torqlang.util.IntegerCounter
- addAndGet(int) - Method in class org.torqlang.util.IntegerCounter
- adjoin(Collection<? extends SourceSpan>) - Static method in interface org.torqlang.util.SourceSpan
- adjoin(SourceSpan) - Method in interface org.torqlang.util.SourceSpan
- AdjoinedSourceSpan - Class in org.torqlang.util
- AdjoinedSourceSpan(SourceSpan, SourceSpan) - Constructor for class org.torqlang.util.AdjoinedSourceSpan
- append(Class<T>, List<? extends T>, T) - Static method in class org.torqlang.util.ListTools
- append(List<FileName>, FileName) - Static method in interface org.torqlang.util.SourceFileBroker
- appendColumn(String, String) - Static method in class org.torqlang.util.StringTools
- appendHexString(char, StringWriter) - Static method in class org.torqlang.util.StringTools
- appendHexString(char, StringBuilder) - Static method in class org.torqlang.util.StringTools
- appendWithPadLeft(String, char, int, StringWriter) - Static method in class org.torqlang.util.StringTools
- appendWithPadLeft(String, char, int, StringBuilder) - Static method in class org.torqlang.util.StringTools
- appendWithPadRight(String, char, int, StringWriter) - Static method in class org.torqlang.util.StringTools
- appendWithPadRight(String, char, int, StringBuilder) - Static method in class org.torqlang.util.StringTools
- apply(char, StringWriter) - Static method in class org.torqlang.util.EscapeChar
- apply(char, StringBuilder) - Static method in class org.torqlang.util.EscapeChar
- apply(Class<?>, String) - Static method in class org.torqlang.util.ReadTextFromResource
- apply(String) - Static method in class org.torqlang.util.ReadTextLinesFromFile
- apply(String, int) - Static method in class org.torqlang.util.IndentLines
- apply(String, String, String) - Method in interface org.torqlang.util.LoggerFormatter
- apply(String, Function<String, T>) - Static method in class org.torqlang.util.ReadTextLinesFromFile
- apply(Throwable, boolean) - Static method in class org.torqlang.util.GetStackTrace
- apply(URL) - Static method in class org.torqlang.util.ReadTextFromUrl
B
- beginSpan - Variable in class org.torqlang.util.AdjoinedSourceSpan
- BinarySearchTools - Class in org.torqlang.util
- BinarySearchTools() - Constructor for class org.torqlang.util.BinarySearchTools
- broker() - Method in class org.torqlang.util.ResourceFile
- broker() - Method in interface org.torqlang.util.SourceFile
C
- charAt(int) - Method in class org.torqlang.util.ResourceFile
- charAt(int) - Method in interface org.torqlang.util.SourceString
- charNr - Variable in class org.torqlang.util.LineAndChar
- checkForDuplicates(List<List<FileName>>) - Static method in interface org.torqlang.util.SourceFileBroker
- children() - Method in record class org.torqlang.util.ResourceFileBroker.Entry
-
Returns the value of the
childrenrecord component. - concat(Class<T>, List<? extends T>, List<? extends T>) - Static method in class org.torqlang.util.ListTools
- ConsoleLogger - Class in org.torqlang.util
- containsIndex(int) - Method in class org.torqlang.util.ResourceFile
- containsIndex(int) - Method in interface org.torqlang.util.SourceString
- content() - Method in class org.torqlang.util.ResourceFile
- content() - Method in class org.torqlang.util.ResourceFileBroker
- content() - Method in interface org.torqlang.util.SourceString
- create(String, String, String, String, String) - Static method in interface org.torqlang.util.Message
- create(String, MessageLevel, String) - Static method in interface org.torqlang.util.Message
- create(String, MessageLevel, String, String, String) - Static method in interface org.torqlang.util.Message
D
- debug(String) - Method in class org.torqlang.util.ConsoleLogger
- debug(String) - Method in interface org.torqlang.util.Logger
- debug(String, String) - Method in class org.torqlang.util.ConsoleLogger
- debug(String, String) - Method in interface org.torqlang.util.Logger
- DEBUG - Enum constant in enum class org.torqlang.util.MessageLevel
- details() - Method in interface org.torqlang.util.Message
E
- EMPTY_SOURCE_STRING - Static variable in interface org.torqlang.util.SourceString
- emptySourceSpan() - Static method in interface org.torqlang.util.SourceSpan
- EmptySourceSpan - Class in org.torqlang.util
- endSpan - Variable in class org.torqlang.util.AdjoinedSourceSpan
- Entry(FileName, List<ResourceFileBroker.Entry>) - Constructor for record class org.torqlang.util.ResourceFileBroker.Entry
-
Creates an instance of a
Entryrecord class. - equals(Object) - Method in record class org.torqlang.util.FileName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.torqlang.util.ResourceFile
- equals(Object) - Method in record class org.torqlang.util.ResourceFileBroker.Entry
-
Indicates whether some other object is "equal to" this one.
- error() - Method in interface org.torqlang.util.Result
- error() - Method in class org.torqlang.util.Result.Error
- error() - Method in class org.torqlang.util.Result.Value
- error(E) - Static method in interface org.torqlang.util.Result
- error(String) - Method in class org.torqlang.util.ConsoleLogger
- error(String) - Method in interface org.torqlang.util.Logger
- error(String, String) - Method in class org.torqlang.util.ConsoleLogger
- error(String, String) - Method in interface org.torqlang.util.Logger
- Error(E) - Constructor for class org.torqlang.util.Result.Error
- ERROR - Enum constant in enum class org.torqlang.util.MessageLevel
- ErrorWithSourceSpan - Exception Class in org.torqlang.util
- ErrorWithSourceSpan() - Constructor for exception class org.torqlang.util.ErrorWithSourceSpan
- ErrorWithSourceSpan(String) - Constructor for exception class org.torqlang.util.ErrorWithSourceSpan
- ErrorWithSourceSpan(String, Throwable) - Constructor for exception class org.torqlang.util.ErrorWithSourceSpan
- ErrorWithSourceSpan(Throwable) - Constructor for exception class org.torqlang.util.ErrorWithSourceSpan
- EscapeChar - Class in org.torqlang.util
- EscapeChar() - Constructor for class org.torqlang.util.EscapeChar
F
- FileName - Record Class in org.torqlang.util
- FileName(FileType, String) - Constructor for record class org.torqlang.util.FileName
-
Creates an instance of a
FileNamerecord class. - FileType - Enum Class in org.torqlang.util
- flush() - Method in class org.torqlang.util.FormatterState
- FOLDER - Enum constant in enum class org.torqlang.util.FileType
- formatSource(String, int, int, int) - Method in interface org.torqlang.util.SourceSpan
- formatter() - Static method in class org.torqlang.util.LoggerTools
- FormatterError - Exception Class in org.torqlang.util
- FormatterError() - Constructor for exception class org.torqlang.util.FormatterError
- FormatterError(String) - Constructor for exception class org.torqlang.util.FormatterError
- FormatterError(String, Throwable) - Constructor for exception class org.torqlang.util.FormatterError
- FormatterError(Throwable) - Constructor for exception class org.torqlang.util.FormatterError
- FormatterState - Class in org.torqlang.util
- FormatterState(Writer) - Constructor for class org.torqlang.util.FormatterState
- formatWithSource(int, int, int) - Method in exception class org.torqlang.util.ErrorWithSourceSpan
G
- get() - Method in class org.torqlang.util.IntegerCounter
- get(String, List<String>) - Static method in class org.torqlang.util.GetArg
- getAndAdd(int) - Method in class org.torqlang.util.IntegerCounter
- GetArg - Class in org.torqlang.util
- GetArg() - Constructor for class org.torqlang.util.GetArg
- getEither(String, String, List<String>) - Static method in class org.torqlang.util.GetArg
- getSingle(String, List<String>) - Static method in class org.torqlang.util.GetArg
- getSingleFromEither(String, String, List<String>) - Static method in class org.torqlang.util.GetArg
- GetStackTrace - Class in org.torqlang.util
- GetStackTrace() - Constructor for class org.torqlang.util.GetStackTrace
H
- hashCode() - Method in record class org.torqlang.util.FileName
-
Returns a hash code value for this object.
- hashCode() - Method in class org.torqlang.util.ResourceFile
- hashCode() - Method in record class org.torqlang.util.ResourceFileBroker.Entry
-
Returns a hash code value for this object.
- hasRoot(List<FileName>, List<FileName>) - Static method in interface org.torqlang.util.SourceFileBroker
I
- IndentLines - Class in org.torqlang.util
- IndentLines() - Constructor for class org.torqlang.util.IndentLines
- info(String) - Method in class org.torqlang.util.ConsoleLogger
- info(String) - Method in interface org.torqlang.util.Logger
- info(String, String) - Method in class org.torqlang.util.ConsoleLogger
- info(String, String) - Method in interface org.torqlang.util.Logger
- INFO - Enum constant in enum class org.torqlang.util.MessageLevel
- inline() - Method in class org.torqlang.util.FormatterState
- INLINE_VALUE - Static variable in class org.torqlang.util.FormatterState
- IntegerCounter - Class in org.torqlang.util
- IntegerCounter(int) - Constructor for class org.torqlang.util.IntegerCounter
- internalId() - Method in interface org.torqlang.util.Message
- isEmpty() - Method in class org.torqlang.util.ResourceFile
- isEmpty() - Method in interface org.torqlang.util.SourceString
- isError() - Method in class org.torqlang.util.Result.Error
- isError() - Method in interface org.torqlang.util.Result
- isError() - Method in class org.torqlang.util.Result.Value
- isLogging(int) - Static method in class org.torqlang.util.LoggerTools
- isLogging(MessageLevel) - Static method in class org.torqlang.util.LoggerTools
- isValue() - Method in class org.torqlang.util.Result.Error
- isValue() - Method in interface org.torqlang.util.Result
- isValue() - Method in class org.torqlang.util.Result.Value
L
- last(List<? extends T>) - Static method in class org.torqlang.util.ListTools
- level() - Method in class org.torqlang.util.FormatterState
- LineAndChar - Class in org.torqlang.util
- LineAndChar(int, int) - Constructor for class org.torqlang.util.LineAndChar
- lineNr - Variable in class org.torqlang.util.LineAndChar
- lineNrStr(int, int) - Static method in class org.torqlang.util.StringTools
- list(List<FileName>) - Method in class org.torqlang.util.ResourceFileBroker
- list(List<FileName>) - Method in interface org.torqlang.util.SourceFileBroker
- ListTools - Class in org.torqlang.util
- ListTools() - Constructor for class org.torqlang.util.ListTools
- log(String) - Method in class org.torqlang.util.ConsoleLogger
- log(String) - Method in interface org.torqlang.util.Logger
- log(Logger) - Method in interface org.torqlang.util.Message
- logAll(List<String>) - Method in class org.torqlang.util.ConsoleLogger
- logAll(List<String>) - Method in interface org.torqlang.util.Logger
- Logger - Interface in org.torqlang.util
- LoggerFormatter - Interface in org.torqlang.util
- LoggerTools - Class in org.torqlang.util
- LoggerTools() - Constructor for class org.torqlang.util.LoggerTools
- loggingLevel() - Static method in class org.torqlang.util.LoggerTools
M
- MapTools - Class in org.torqlang.util
- MapTools() - Constructor for class org.torqlang.util.MapTools
- message() - Method in interface org.torqlang.util.Message
- Message - Interface in org.torqlang.util
- MessageLevel - Enum Class in org.torqlang.util
N
- name() - Method in interface org.torqlang.util.Message
- name() - Method in record class org.torqlang.util.ResourceFileBroker.Entry
-
Returns the value of the
namerecord component. - NeedsImpl - Exception Class in org.torqlang.util
- NeedsImpl() - Constructor for exception class org.torqlang.util.NeedsImpl
- NeedsImpl(String) - Constructor for exception class org.torqlang.util.NeedsImpl
- NeedsImpl(String, Throwable) - Constructor for exception class org.torqlang.util.NeedsImpl
- NeedsImpl(Throwable) - Constructor for exception class org.torqlang.util.NeedsImpl
- NEWLINE - Static variable in class org.torqlang.util.FormatterState
- nextLevel() - Method in class org.torqlang.util.FormatterState
- nullSafeCopyOf(Collection<? extends T>) - Static method in class org.torqlang.util.ListTools
- nullSafeCopyOf(Map<K, V>) - Static method in class org.torqlang.util.MapTools
O
- of(String) - Static method in interface org.torqlang.util.SourceString
- org.torqlang.util - module org.torqlang.util
- org.torqlang.util - package org.torqlang.util
P
- path() - Method in class org.torqlang.util.ResourceFile
- path() - Method in interface org.torqlang.util.SourceFile
- printError() - Method in exception class org.torqlang.util.ErrorWithSourceSpan
- printWithSourceAndRethrow(T, int, int, int) - Static method in exception class org.torqlang.util.ErrorWithSourceSpan
R
- ReadTextFromResource - Class in org.torqlang.util
- ReadTextFromResource() - Constructor for class org.torqlang.util.ReadTextFromResource
- ReadTextFromUrl - Class in org.torqlang.util
- ReadTextFromUrl() - Constructor for class org.torqlang.util.ReadTextFromUrl
- ReadTextLinesFromFile - Class in org.torqlang.util
- ReadTextLinesFromFile() - Constructor for class org.torqlang.util.ReadTextLinesFromFile
- ResourceFile - Class in org.torqlang.util
- ResourceFile(ResourceFileBroker, List<FileName>, String) - Constructor for class org.torqlang.util.ResourceFile
- ResourceFileBroker - Class in org.torqlang.util
- ResourceFileBroker(Class<?>, List<List<FileName>>, List<ResourceFileBroker.Entry>) - Constructor for class org.torqlang.util.ResourceFileBroker
- ResourceFileBroker.Entry - Record Class in org.torqlang.util
- Result<V,
E> - Interface in org.torqlang.util - Result.Error<V,
E> - Class in org.torqlang.util - Result.Value<V,
E> - Class in org.torqlang.util - roots() - Method in class org.torqlang.util.ResourceFileBroker
- roots() - Method in interface org.torqlang.util.SourceFileBroker
S
- search(List<T>, Function<T, Integer>) - Static method in class org.torqlang.util.BinarySearchTools
- search(T[], Function<T, Integer>) - Static method in class org.torqlang.util.BinarySearchTools
- setFormatter(LoggerFormatter) - Static method in class org.torqlang.util.LoggerTools
- setLoggingLevel(MessageLevel) - Static method in class org.torqlang.util.LoggerTools
- SINGLETON - Static variable in class org.torqlang.util.ConsoleLogger
- source - Variable in class org.torqlang.util.AdjoinedSourceSpan
- source() - Method in class org.torqlang.util.AdjoinedSourceSpan
- source() - Method in class org.torqlang.util.EmptySourceSpan
- source() - Method in interface org.torqlang.util.SourceSpan
- source(List<FileName>) - Method in class org.torqlang.util.ResourceFileBroker
- source(List<FileName>) - Method in interface org.torqlang.util.SourceFileBroker
- SOURCE - Enum constant in enum class org.torqlang.util.FileType
- sourceBegin() - Method in class org.torqlang.util.AdjoinedSourceSpan
- sourceBegin() - Method in class org.torqlang.util.EmptySourceSpan
- sourceBegin() - Method in interface org.torqlang.util.SourceSpan
- sourceEnd() - Method in class org.torqlang.util.AdjoinedSourceSpan
- sourceEnd() - Method in class org.torqlang.util.EmptySourceSpan
- sourceEnd() - Method in interface org.torqlang.util.SourceSpan
- SourceFile - Interface in org.torqlang.util
- SourceFileBroker - Interface in org.torqlang.util
- sourceSpan() - Method in interface org.torqlang.util.SourceSpanProvider
- SourceSpan - Interface in org.torqlang.util
- SourceSpanProvider - Interface in org.torqlang.util
- SourceString - Interface in org.torqlang.util
- SPACE - Static variable in class org.torqlang.util.FormatterState
- StringTools - Class in org.torqlang.util
- StringTools() - Constructor for class org.torqlang.util.StringTools
- substring(int, int) - Method in class org.torqlang.util.ResourceFile
- substring(int, int) - Method in interface org.torqlang.util.SourceString
T
- toLineAndChar(SourceSpan, int, int) - Static method in interface org.torqlang.util.SourceSpan
- toSourceBegin() - Method in class org.torqlang.util.AdjoinedSourceSpan
- toSourceBegin() - Method in class org.torqlang.util.EmptySourceSpan
- toSourceBegin() - Method in interface org.torqlang.util.SourceSpan
- toSourceEnd() - Method in class org.torqlang.util.AdjoinedSourceSpan
- toSourceEnd() - Method in class org.torqlang.util.EmptySourceSpan
- toSourceEnd() - Method in interface org.torqlang.util.SourceSpan
- toSourceLines(String, int, int) - Static method in class org.torqlang.util.StringTools
- toString() - Method in record class org.torqlang.util.FileName
-
Returns a string representation of this record class.
- toString() - Method in class org.torqlang.util.LineAndChar
- toString() - Method in record class org.torqlang.util.ResourceFileBroker.Entry
-
Returns a string representation of this record class.
- trace(String) - Method in class org.torqlang.util.ConsoleLogger
- trace(String) - Method in interface org.torqlang.util.Logger
- trace(String, String) - Method in class org.torqlang.util.ConsoleLogger
- trace(String, String) - Method in interface org.torqlang.util.Logger
- TRACE - Enum constant in enum class org.torqlang.util.MessageLevel
- trimRoot(List<FileName>) - Method in interface org.torqlang.util.SourceFileBroker
- type() - Method in record class org.torqlang.util.FileName
-
Returns the value of the
typerecord component. - type() - Method in interface org.torqlang.util.Message
V
- value() - Method in record class org.torqlang.util.FileName
-
Returns the value of the
valuerecord component. - value() - Method in class org.torqlang.util.Result.Error
- value() - Method in interface org.torqlang.util.Result
- value() - Method in class org.torqlang.util.Result.Value
- value(V) - Static method in interface org.torqlang.util.Result
- Value(V) - Constructor for class org.torqlang.util.Result.Value
- valueOf(String) - Static method in enum class org.torqlang.util.FileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.torqlang.util.MessageLevel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.torqlang.util.FileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.torqlang.util.MessageLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- warn(String) - Method in class org.torqlang.util.ConsoleLogger
- warn(String) - Method in interface org.torqlang.util.Logger
- warn(String, String) - Method in class org.torqlang.util.ConsoleLogger
- warn(String, String) - Method in interface org.torqlang.util.Logger
- WARN - Enum constant in enum class org.torqlang.util.MessageLevel
- write(char) - Method in class org.torqlang.util.FormatterState
- write(String) - Method in class org.torqlang.util.FormatterState
- writeAfterNewLineAndIdent(String) - Method in class org.torqlang.util.FormatterState
- writeIndent() - Method in class org.torqlang.util.FormatterState
- writeNewLine() - Method in class org.torqlang.util.FormatterState
- writeNewLineAndIndent() - Method in class org.torqlang.util.FormatterState
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form