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

A

AbsFunctionTerm - Class in local.tomas.expr
This class defines an absolute function term within an expression.
AbsFunctionTerm() - Constructor for class local.tomas.expr.AbsFunctionTerm
Default constructor.
AbsFunctionTerm(Expression) - Constructor for class local.tomas.expr.AbsFunctionTerm
Constructor using fields.
add(T) - Method in class local.tomas.util.collections.FilteredCollection
 
add(T) - Method in class local.tomas.util.collections.MappedCollection
 
add(T) - Method in class local.tomas.util.collections.MappedList
 
add(int, T) - Method in class local.tomas.util.collections.MappedList
 
add(T) - Method in class local.tomas.util.collections.MappedListIterator
 
addAll(Collection<? extends T>) - Method in class local.tomas.util.collections.FilteredCollection
 
addAll(Collection<? extends T>) - Method in class local.tomas.util.collections.MappedCollection
 
addAll(Collection<? extends T>) - Method in class local.tomas.util.collections.MappedList
 
addAll(int, Collection<? extends T>) - Method in class local.tomas.util.collections.MappedList
 
addArgument(Expression) - Method in class local.tomas.expr.FunctionCall
Add argument.
additionOperator(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for addition operator.
AdditionTerm - Class in local.tomas.expr
This class defines an addition term within an expression.
AdditionTerm() - Constructor for class local.tomas.expr.AdditionTerm
Default constructor.
AdditionTerm(Expression, Expression) - Constructor for class local.tomas.expr.AdditionTerm
Constructor using fields.
AndTerm - Class in local.tomas.expr
This class defines an and term within an expression.
AndTerm() - Constructor for class local.tomas.expr.AndTerm
Default constructor.
AndTerm(Expression, Expression) - Constructor for class local.tomas.expr.AndTerm
Constructor using fields.
append(String) - Method in class local.tomas.util.net.BaseClient.NetAck
Append new line to response message.
ascii() - Method in class local.tomas.util.net.FtpClient
Switch to text mode.
asProperties(Configuration) - Static method in class local.tomas.util.configuration.ConfigurationUtils
Convert configuration to properties.

B

BaseClient - Class in local.tomas.util.net
Title: Base of Network Client Classes Description: Copyright: Copyright (c) 2001 Tomas Teubner Company: Tomas Teubner
BaseClient() - Constructor for class local.tomas.util.net.BaseClient
Default constructor.
BaseClient.NetAck - Class in local.tomas.util.net
Parsed response.
BaseClient.NetAck(String) - Constructor for class local.tomas.util.net.BaseClient.NetAck
Parse response.
baseComparator - Variable in class local.tomas.util.comparator.NullComparator
The base comparator.
BaseExpressionWalker<E,F> - Class in local.tomas.expr
Basic expression walker implementation.
BaseExpressionWalker() - Constructor for class local.tomas.expr.BaseExpressionWalker
 
bin() - Method in class local.tomas.util.net.FtpClient
Switch to binary mode.
BinaryObjectMapping<T> - Interface in local.tomas.util.collections
Interface for binary object mappings.
BinaryTerm - Class in local.tomas.expr
This class defines a binary term (having two operands) within an expression.
BinaryTerm() - Constructor for class local.tomas.expr.BinaryTerm
Default constructor.
BinaryTerm(Expression, Expression) - Constructor for class local.tomas.expr.BinaryTerm
Constructor using fields.
BooleanConstant - Class in local.tomas.expr
Definition of boolean constant expression.
BooleanConstant() - Constructor for class local.tomas.expr.BooleanConstant
Default constructor.
BooleanFormat - Class in local.tomas.i18n
Formatter for boolean values.
BooleanOption - Class in local.tomas.util.options
Boolean option.
BooleanOption(String, char) - Constructor for class local.tomas.util.options.BooleanOption
Construct option.
BooleanOption(String) - Constructor for class local.tomas.util.options.BooleanOption
Construct option.
BooleanValue - Class in local.tomas.expr.eval
Boolean expression value.

C

CacheBackend<K,V> - Interface in local.tomas.util.cache
Interface for cache backends.
CacheException - Exception in local.tomas.util.cache
Cache exception.
CacheException() - Constructor for exception local.tomas.util.cache.CacheException
Default constructor.
CacheException(String) - Constructor for exception local.tomas.util.cache.CacheException
Construct cache exception from message.
CacheException(String, Throwable) - Constructor for exception local.tomas.util.cache.CacheException
Construct cache exception from message and cause.
CacheException(Throwable) - Constructor for exception local.tomas.util.cache.CacheException
Construct cache exception from cause.
CacheItem<K,V> - Class in local.tomas.util.cache
Cache item.
CacheItem(K, V, Date) - Constructor for class local.tomas.util.cache.CacheItem
Construct cache item from key, value and time of last access.
CacheItem(K, V) - Constructor for class local.tomas.util.cache.CacheItem
Construct cache item from key and value
CacheMap<K,V> - Class in local.tomas.util.cache
A fixed size cache of objects.
CacheMap(CacheBackend<K, V>, int) - Constructor for class local.tomas.util.cache.CacheMap
Construct cache with specified backend and size.
CacheMap(CacheBackend<K, V>) - Constructor for class local.tomas.util.cache.CacheMap
Construct cache with specified backend and a default size of 1000.
CastMapping<T> - Class in local.tomas.util.collections
Object mapping which casts objects to another type.
CastMapping(Class<? extends T>) - Constructor for class local.tomas.util.collections.CastMapping
Construct mapping.
cdup() - Method in class local.tomas.util.net.FtpClient
Change working directory on server to parent directory.
check(String, String) - Static method in class local.tomas.expr.eval.Like
Check if string is LIKE a pattern.
clear() - Method in class local.tomas.util.collections.FilteredCollection
 
clear() - Method in class local.tomas.util.collections.MappedCollection
 
clear() - Method in class local.tomas.util.collections.MappedList
 
clear() - Method in class local.tomas.util.collections.MappedMap
 
close() - Method in class local.tomas.util.net.BaseClient
Close connection.
close() - Method in class local.tomas.util.net.FtpClient
 
close() - Method in class local.tomas.util.swing.io.TextAreaWriter
 
cmd - Variable in class local.tomas.util.net.BaseClient
Socket of command connection.
cmdIn - Variable in class local.tomas.util.net.BaseClient
Command response stream.
cmdOut - Variable in class local.tomas.util.net.BaseClient
Command output stream.
Collections - Class in local.tomas.util.collections
Collection utilities.
ComparableComparator<X extends Comparable<X>> - Class in local.tomas.util.comparator
Comparator for arbitrary comparables.
ComparableComparator() - Constructor for class local.tomas.util.comparator.ComparableComparator
 
compare(F, F) - Method in class local.tomas.util.collections.MappedComparator
 
compare(X, X) - Method in class local.tomas.util.comparator.ComparableComparator
 
compare(X, X) - Method in class local.tomas.util.comparator.NullComparator
 
compare(T, T) - Method in class local.tomas.util.comparator.ReverseComparator
 
compare(String, String) - Static method in class local.tomas.util.comparator.StringComparator
Compare two strings.
compare(String, String) - Method in class local.tomas.util.versioning.VersionComparator
Compare version strings.
compareIgnoreCase(String, String) - Static method in class local.tomas.util.comparator.StringComparator
Compare two strings ignoring case.
comparisonOperator(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for comparison operator.
ConcatenationTerm - Class in local.tomas.expr
This class defines a concatenation term within an expression.
ConcatenationTerm() - Constructor for class local.tomas.expr.ConcatenationTerm
Default constructor.
ConcatenationTerm(Expression, Expression) - Constructor for class local.tomas.expr.ConcatenationTerm
Constructor using fields.
Condition - Class in local.tomas.util.sync
A Condition is used to exchange the state of a boolean condition between threads.
Condition(Mutex) - Constructor for class local.tomas.util.sync.Condition
Construct condition with specific mutex.
Condition() - Constructor for class local.tomas.util.sync.Condition
Construct condition with internal mutex.
conditionNotify() - Method in class local.tomas.util.sync.Condition
Notify condition has been met.
conditionNotifyAll() - Method in class local.tomas.util.sync.Condition
Notify all threads that condition has been met.
conditionWait() - Method in class local.tomas.util.sync.Condition
Wait until condition has been met.
ConfigurationUtils - Class in local.tomas.util.configuration
Configuration utilities.
connect(String, int) - Method in class local.tomas.util.net.BaseClient
Establish new connection
connect(String) - Method in class local.tomas.util.net.FtpClient
Connect to host on default FTP port.
Constant - Interface in local.tomas.expr
A constant expression.
contains(Object) - Method in class local.tomas.util.collections.FilteredCollection
 
contains(Object) - Method in class local.tomas.util.collections.MappedCollection
 
contains(Object) - Method in class local.tomas.util.collections.MappedList
 
containsAll(Collection<?>) - Method in class local.tomas.util.collections.FilteredCollection
 
containsAll(Collection<?>) - Method in class local.tomas.util.collections.MappedCollection
 
containsAll(Collection<?>) - Method in class local.tomas.util.collections.MappedList
 
containsKey(Object) - Method in class local.tomas.util.collections.MappedMap
 
containsKey(Object) - Method in class local.tomas.util.collections.SimpleMappedMap
 
containsValue(Object) - Method in class local.tomas.util.collections.MappedMap
 
create() - Method in class local.tomas.expr.eval.ExpressionEvaluatorFactory
Create new ExpressionEvaluator.
create(Object) - Static method in class local.tomas.expr.eval.ExpressionValue
Create an expression value from a basic Java object.
create() - Method in class local.tomas.expr.eval.TypeRetrieverFactory
Create new TypeRetriever.
create(K, Date) - Method in interface local.tomas.util.cache.CacheBackend
Create new object in backend.
create(ZipOutputStream, File) - Static method in class local.tomas.util.zip.ZipUtilities
Fill zip output stream from all files in source directory.
createConfiguredObject(Configuration) - Static method in class local.tomas.util.configuration.ConfigurationUtils
Create a object configured from a configuration.
createEntity(Configuration) - Method in class local.tomas.util.factory.GenericFactory
Create an entity.
CurrentDateFunctionTerm - Class in local.tomas.expr
This class defines a current date function term within an expression.
CurrentDateFunctionTerm() - Constructor for class local.tomas.expr.CurrentDateFunctionTerm
Default constructor.
currentToken() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get current token
cwd(String) - Method in class local.tomas.util.net.FtpClient
Change working directory on server.

D

DateConstant - Class in local.tomas.expr
A date constant.
DateConstant() - Constructor for class local.tomas.expr.DateConstant
Default constructor.
DateConstant(Date) - Constructor for class local.tomas.expr.DateConstant
Constructor using fields.
DateValue - Class in local.tomas.expr.eval
Date expression value.
DateValue(Date) - Constructor for class local.tomas.expr.eval.DateValue
Construct expression value from Date.
delete(String) - Method in class local.tomas.util.net.FtpClient
Remove remote file.
DivisionTerm - Class in local.tomas.expr
This class defines an division term within an expression.
DivisionTerm() - Constructor for class local.tomas.expr.DivisionTerm
Default constructor.
DivisionTerm(Expression, Expression) - Constructor for class local.tomas.expr.DivisionTerm
Constructor using fields.
DoubleConstant - Class in local.tomas.expr
Constant double expression.
DoubleConstant() - Constructor for class local.tomas.expr.DoubleConstant
Default constructor.
DoubleConstant(Number) - Constructor for class local.tomas.expr.DoubleConstant
Constructor using fields.
DoubleConstant(double) - Constructor for class local.tomas.expr.DoubleConstant
Constructor using fields.
DoubleValue - Class in local.tomas.expr.eval
Double expression value.
DoubleValue(double) - Constructor for class local.tomas.expr.eval.DoubleValue
Construct from value.

E

entrySet() - Method in class local.tomas.util.collections.MappedMap
 
entrySet() - Method in class local.tomas.util.collections.SimpleMappedMap
 
EqualityTerm - Class in local.tomas.expr
This class defines an equality term within an expression.
EqualityTerm() - Constructor for class local.tomas.expr.EqualityTerm
Default constructor.
EqualityTerm(Expression, Expression) - Constructor for class local.tomas.expr.EqualityTerm
Constructor using fields.
equals(Object) - Method in class local.tomas.expr.BinaryTerm
Compares this object against the specified object.
equals(Object) - Method in class local.tomas.expr.BooleanConstant
Compares this object against the specified object.
equals(Object) - Method in class local.tomas.expr.DateConstant
Compares this object against the specified object.
equals(Object) - Method in class local.tomas.expr.FunctionCall
 
equals(Object) - Method in class local.tomas.expr.NumberConstant
Compares this object against the specified object.
equals(Object) - Method in class local.tomas.expr.StringConstant
Compares this object against the specified object.
equals(Object) - Method in class local.tomas.expr.UnaryTerm
Compares this object against the specified object.
equals(Object) - Method in class local.tomas.expr.Variable
Compares this object against the specified object.
evalAbsFunction() - Method in class local.tomas.expr.eval.DoubleValue
 
evalAbsFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate abs function.
evalAbsFunction() - Method in class local.tomas.expr.eval.IntegerValue
 
evalAbsFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalAddition(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalAddition(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate addition.
evalAddition(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalAddition(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalAnd(ExpressionValue) - Method in class local.tomas.expr.eval.BooleanValue
 
evalAnd(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate and.
evalAnd(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalAvgFunction() - Method in class local.tomas.expr.eval.DateValue
 
evalAvgFunction() - Method in class local.tomas.expr.eval.DoubleValue
 
evalAvgFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate avg function.
evalAvgFunction() - Method in class local.tomas.expr.eval.IntegerValue
 
evalAvgFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalConcatenation(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate string concatenation.
evalConcatenation(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalConcatenation(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalCountFunction() - Method in class local.tomas.expr.eval.BooleanValue
 
evalCountFunction() - Method in class local.tomas.expr.eval.DateValue
 
evalCountFunction() - Method in class local.tomas.expr.eval.DoubleValue
 
evalCountFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate count function.
evalCountFunction() - Method in class local.tomas.expr.eval.IntegerValue
 
evalCountFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalCountFunction() - Method in class local.tomas.expr.eval.StringValue
 
evalDivision(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalDivision(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate division operation.
evalDivision(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalDivision(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.BooleanValue
 
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate equality comparison.
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalEquality(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalGreaterEqual(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalGreaterEqual(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalGreaterEqual(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate greater equal comparison.
evalGreaterEqual(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalGreaterEqual(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalGreaterEqual(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalGreaterThan(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalGreaterThan(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalGreaterThan(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate greater than comparison.
evalGreaterThan(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalGreaterThan(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalGreaterThan(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.BooleanValue
 
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate inequality comparison.
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalInequality(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalInTerm(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalInTerm(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalInTerm(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate "in" term.
evalInTerm(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalInTerm(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalInTerm(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalIsNotNull() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate "is not null" term.
evalIsNotNull() - Method in class local.tomas.expr.eval.NullValue
 
evalIsNull() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate "is null" term.
evalIsNull() - Method in class local.tomas.expr.eval.NullValue
 
evalLengthFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate length function.
evalLengthFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalLengthFunction() - Method in class local.tomas.expr.eval.StringValue
 
evalLessEqual(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalLessEqual(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalLessEqual(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate less equal comparison.
evalLessEqual(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalLessEqual(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalLessEqual(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalLessThan(ExpressionValue) - Method in class local.tomas.expr.eval.DateValue
 
evalLessThan(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalLessThan(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate less than comparison.
evalLessThan(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalLessThan(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalLessThan(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalLike(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate like term.
evalLike(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalLike(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalList(List<Expression>, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
evalLowerFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate lower function.
evalLowerFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalLowerFunction() - Method in class local.tomas.expr.eval.StringValue
 
evalMatch(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate regular expression matching term.
evalMatch(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalMatch(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalMaxFunction() - Method in class local.tomas.expr.eval.DateValue
 
evalMaxFunction() - Method in class local.tomas.expr.eval.DoubleValue
 
evalMaxFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate max function.
evalMaxFunction() - Method in class local.tomas.expr.eval.IntegerValue
 
evalMaxFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalMaxFunction() - Method in class local.tomas.expr.eval.StringValue
 
evalMinFunction() - Method in class local.tomas.expr.eval.DateValue
 
evalMinFunction() - Method in class local.tomas.expr.eval.DoubleValue
 
evalMinFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate min function.
evalMinFunction() - Method in class local.tomas.expr.eval.IntegerValue
 
evalMinFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalMinFunction() - Method in class local.tomas.expr.eval.StringValue
 
evalMultiplication(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalMultiplication(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate multiplication term.
evalMultiplication(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalMultiplication(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalNegation() - Method in class local.tomas.expr.eval.BooleanValue
 
evalNegation() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate negation.
evalNegation() - Method in class local.tomas.expr.eval.NullValue
 
evalNotLikeTerm(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate not like term.
evalNotLikeTerm(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalNotLikeTerm(ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalOrTerm(ExpressionValue) - Method in class local.tomas.expr.eval.BooleanValue
 
evalOrTerm(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate or term.
evalOrTerm(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalReplaceFunction(ExpressionValue, ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate replacement function.
evalReplaceFunction(ExpressionValue, ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalReplaceFunction(ExpressionValue, ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalSignChange() - Method in class local.tomas.expr.eval.DoubleValue
 
evalSignChange() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate negation.
evalSignChange() - Method in class local.tomas.expr.eval.IntegerValue
 
evalSignChange() - Method in class local.tomas.expr.eval.NullValue
 
evalSubstrFunction(ExpressionValue, ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate substring function.
evalSubstrFunction(ExpressionValue, ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalSubstrFunction(ExpressionValue, ExpressionValue) - Method in class local.tomas.expr.eval.StringValue
 
evalSubtraction(ExpressionValue) - Method in class local.tomas.expr.eval.DoubleValue
 
evalSubtraction(ExpressionValue) - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate subtraction term.
evalSubtraction(ExpressionValue) - Method in class local.tomas.expr.eval.IntegerValue
 
evalSubtraction(ExpressionValue) - Method in class local.tomas.expr.eval.NullValue
 
evalSumFunction() - Method in class local.tomas.expr.eval.DoubleValue
 
evalSumFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate sum function.
evalSumFunction() - Method in class local.tomas.expr.eval.IntegerValue
 
evalSumFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalTrimFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate trim function.
evalTrimFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalTrimFunction() - Method in class local.tomas.expr.eval.StringValue
 
evalUpperFunction() - Method in class local.tomas.expr.eval.ExpressionValue
Evaluate upper function.
evalUpperFunction() - Method in class local.tomas.expr.eval.NullValue
 
evalUpperFunction() - Method in class local.tomas.expr.eval.StringValue
 
Exceptions - Class in local.tomas.util
This helper class contains some static methods for exception handling.
Expression - Interface in local.tomas.expr
Interface for all expressions in definitions.
ExpressionCompiler - Class in local.tomas.expr.compiler
The ExpressionCompiler creates Expressions from strings.
ExpressionCompiler(String, Locale, int) - Constructor for class local.tomas.expr.compiler.ExpressionCompiler
Constructor.
ExpressionContext - Class in local.tomas.expr.eval
Context used for expression evaluations.
ExpressionContext(Map<String, ExpressionValue>) - Constructor for class local.tomas.expr.eval.ExpressionContext
Construct context from a map of variables.
ExpressionContext() - Constructor for class local.tomas.expr.eval.ExpressionContext
Default constructor.
ExpressionDecompiler - Class in local.tomas.expr.compiler
The ExpressionDecompiler is used to create string representations from expressions.
ExpressionDecompiler(Locale, int) - Constructor for class local.tomas.expr.compiler.ExpressionDecompiler
Constructor.
ExpressionDecompilerContext - Class in local.tomas.expr.compiler
Base class for decompiler contexts.
ExpressionDecompilerContext() - Constructor for class local.tomas.expr.compiler.ExpressionDecompilerContext
 
ExpressionEvaluator - Class in local.tomas.expr.eval
Evaluator for expressions.
ExpressionEvaluator() - Constructor for class local.tomas.expr.eval.ExpressionEvaluator
Internal use only.
ExpressionEvaluatorFactory - Class in local.tomas.expr.eval
Factory for ExpressionEvaluator objects.
ExpressionEvaluatorFactory() - Constructor for class local.tomas.expr.eval.ExpressionEvaluatorFactory
 
ExpressionException - Exception in local.tomas.expr
Exception object for all com.satline.datasource error handling.
ExpressionException(String) - Constructor for exception local.tomas.expr.ExpressionException
Construct exception from message.
ExpressionException(String, Throwable) - Constructor for exception local.tomas.expr.ExpressionException
Construct exception from message and cause.
ExpressionException(Throwable) - Constructor for exception local.tomas.expr.ExpressionException
Construct exception from cause.
ExpressionException(String, Object) - Constructor for exception local.tomas.expr.ExpressionException
 
ExpressionMessages - Class in local.tomas.expr.i18n
Messages required for expression processing.
ExpressionMessages() - Constructor for class local.tomas.expr.i18n.ExpressionMessages
Default constructor.
ExpressionType - Enum in local.tomas.expr
Constants for data types.
ExpressionValue - Class in local.tomas.expr.eval
ExpressionValue is the base class for all classes representing values calculated from expressions.
ExpressionValue() - Constructor for class local.tomas.expr.eval.ExpressionValue
 
ExpressionWalker<E,F> - Interface in local.tomas.expr
Processor visiting all objects within an expression depth first.
ExtendedSystem - Class in local.tomas.lang
ExtendedSystem contains some features missing in java.lang.System.
ExtendedSystem() - Constructor for class local.tomas.lang.ExtendedSystem
 
extract(ZipFile, ZipEntry, File) - Static method in class local.tomas.util.zip.ZipUtilities
Extract file from zip archive.
extract(ZipFile, File) - Static method in class local.tomas.util.zip.ZipUtilities
Extract all files from zip archive.
extract(ZipInputStream, File) - Static method in class local.tomas.util.zip.ZipUtilities
Extract all files from zip input stream.

F

factory - Static variable in class local.tomas.expr.eval.ExpressionEvaluatorFactory
Factory instance.
FactoryException - Exception in local.tomas.util.factory
Exception thrown by generic factories.
FactoryException() - Constructor for exception local.tomas.util.factory.FactoryException
Default constructor.
FactoryException(String) - Constructor for exception local.tomas.util.factory.FactoryException
Construct exception from message.
FactoryException(String, Throwable) - Constructor for exception local.tomas.util.factory.FactoryException
Construct exception from message and root cause.
FactoryException(Throwable) - Constructor for exception local.tomas.util.factory.FactoryException
Construct exception from root cause.
FALSE - Static variable in class local.tomas.expr.BooleanConstant
Constant value false.
FALSE - Static variable in class local.tomas.expr.eval.BooleanValue
Singleton for false.
filter(ObjectFilter, Collection<T>, C) - Static method in class local.tomas.util.collections.Collections
Filter a collection.
FilteredCollection<T> - Class in local.tomas.util.collections
A filtered collection.
FilteredCollection(Collection<T>, ObjectFilter) - Constructor for class local.tomas.util.collections.FilteredCollection
Construct filtered collection.
FilteredIterator<T> - Class in local.tomas.util.collections
Filtered iterator.
FilteredIterator(Iterator<T>, ObjectFilter) - Constructor for class local.tomas.util.collections.FilteredIterator
Construct filtered iterator.
finalize() - Method in class local.tomas.util.cache.CacheMap
 
findBest(String, String, String) - Static method in class local.tomas.i18n.Locales
Find locale which best matches the specified requirements.
findBest(String) - Static method in class local.tomas.i18n.Locales
Find locale which best matches the specified requirements.
flush() - Method in class local.tomas.util.swing.io.TextAreaWriter
 
followingToken() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get following token without moving the token cursor.
format(Object, StringBuffer, FieldPosition) - Method in class local.tomas.i18n.BooleanFormat
 
format(Locale, String, Object[]) - Method in class local.tomas.i18n.Messages
Format internationalized message with a list of arguments.
format(Locale, String, Object) - Method in class local.tomas.i18n.Messages
Format internationalized message with a single argument.
format(Locale, String, Object, Object) - Method in class local.tomas.i18n.Messages
Format internationalized message with two arguments.
format(Locale, String, Object, Object, Object) - Method in class local.tomas.i18n.Messages
Format internationalized message with three arguments.
FtpClient - Class in local.tomas.util.net
Title: FTP Client Description: Copyright: Copyright (c) 2001 Company:
FtpClient() - Constructor for class local.tomas.util.net.FtpClient
Default constructor.
function(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for function with at least two arguments.
FunctionCall - Class in local.tomas.expr
Definition of a function call.
FunctionCall() - Constructor for class local.tomas.expr.FunctionCall
Default constructor.

G

GenericFactory<P> - Class in local.tomas.util.factory
A generic factory base class.
GenericFactory() - Constructor for class local.tomas.util.factory.GenericFactory
Default constructor.
get(K) - Method in interface local.tomas.util.cache.CacheBackend
Get cache item from backend.
get(K) - Method in class local.tomas.util.cache.CacheMap
Get object by key.
get(int) - Method in class local.tomas.util.collections.MappedList
 
get(Object) - Method in class local.tomas.util.collections.MappedMap
 
getAck() - Method in class local.tomas.util.net.BaseClient
Get response.
getAck() - Method in exception local.tomas.util.net.NetException
Get network response.
getArguments() - Method in class local.tomas.expr.FunctionCall
Get list of arguments.
getAvailableLocales() - Static method in class local.tomas.i18n.BooleanFormat
Get available locales.
getAvailableLocales() - Method in class local.tomas.i18n.Messages
Get available locales for this container.
getCurrentVersion(String) - Method in interface local.tomas.util.versioning.VersionHandler
Get current version.
getCurrentVersion(String) - Method in class local.tomas.util.versioning.VersionHandlerBase
Get current version.
getCurrentVersion(String) - Method in interface local.tomas.util.versioning.VersionInterface
Get current version of entity.
getFactory(Class<X>, String) - Static method in class local.tomas.util.factory.GenericFactory
Get factory singleton.
getInitializer(String, VersionInterface) - Method in interface local.tomas.util.versioning.VersionHandler
Get initializer for version interface.
getInitializer(String, VersionInterface) - Method in class local.tomas.util.versioning.VersionHandlerBase
 
getInstance(boolean) - Static method in class local.tomas.expr.BooleanConstant
Return boolean constant.
getInstance(boolean) - Static method in class local.tomas.expr.eval.BooleanValue
Get singleton instance with specified value.
getInstance() - Static method in class local.tomas.expr.eval.ExpressionEvaluatorFactory
Get singleton instance.
getInstance() - Static method in class local.tomas.expr.eval.NullValue
Get singleton instance.
getInstance() - Static method in class local.tomas.expr.eval.TypeRetrieverFactory
Get singleton instance.
getInstance() - Static method in class local.tomas.expr.i18n.ExpressionMessages
Get singleton instance.
getInstance(Locale) - Method in class local.tomas.i18n.BooleanFormat
Get singleton instance.
getInstance(Class<? extends Messages>) - Static method in class local.tomas.i18n.Messages
Get singleton instance.
getInstance() - Static method in class local.tomas.util.versioning.VersionComparator
Get singleton.
getKey() - Method in class local.tomas.util.cache.CacheItem
Get item key.
getKey() - Method in class local.tomas.util.collections.SimpleMappedMap.SimpleEntry
 
getLastAccess() - Method in class local.tomas.util.cache.CacheItem
Get time of last access.
getLeft() - Method in class local.tomas.expr.BinaryTerm
Get left operand.
getList() - Method in class local.tomas.util.collections.MappedList
Get base list.
getLocale() - Method in exception local.tomas.i18n.LocalizedException
Get locale.
getLocalizedMessage() - Method in exception local.tomas.i18n.LocalizedException
 
getLocalizedMessage(Throwable) - Static method in class local.tomas.util.Exceptions
Get localized message from exception.
getMapping() - Method in class local.tomas.util.collections.MappedList
Get mapping.
getMessage() - Method in exception local.tomas.i18n.LocalizedException
 
getMessage(Throwable) - Static method in class local.tomas.util.Exceptions
Get message from exception.
getMessages() - Method in exception local.tomas.expr.ExpressionException
 
getMessages() - Method in exception local.tomas.i18n.LocalizedException
 
getName() - Method in class local.tomas.expr.Variable
Get variable name.
getObjectValue() - Method in class local.tomas.expr.eval.BooleanValue
 
getObjectValue() - Method in class local.tomas.expr.eval.DateValue
 
getObjectValue() - Method in class local.tomas.expr.eval.DoubleValue
 
getObjectValue() - Method in class local.tomas.expr.eval.ExpressionValue
Return the Java object representing this expression value.
getObjectValue() - Method in class local.tomas.expr.eval.IntegerValue
 
getObjectValue() - Method in class local.tomas.expr.eval.NullValue
 
getObjectValue() - Method in class local.tomas.expr.eval.StringValue
 
getOperand() - Method in class local.tomas.expr.UnaryTerm
Get operand.
getOptions(String[], Option[]) - Static method in class local.tomas.util.options.Options
Get options.
getOrCreate(K) - Method in class local.tomas.util.cache.CacheMap
Get object by key or create new object if it does not exist.
getRight() - Method in class local.tomas.expr.BinaryTerm
Get right operand.
getRootCause(Throwable) - Static method in class local.tomas.util.Exceptions
Get the last root cause in a chain of exceptions.
getString(Locale, String) - Method in class local.tomas.i18n.Messages
Get localized string.
getTokenStream(String, int) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Convert string to token stream.
getType() - Method in class local.tomas.expr.eval.BooleanValue
 
getType() - Method in class local.tomas.expr.eval.DateValue
 
getType() - Method in class local.tomas.expr.eval.DoubleValue
 
getType() - Method in class local.tomas.expr.eval.ExpressionValue
Get the type of this expression value.
getType() - Method in class local.tomas.expr.eval.IntegerValue
 
getType() - Method in class local.tomas.expr.eval.NullValue
 
getType() - Method in class local.tomas.expr.eval.StringValue
 
getType() - Method in class local.tomas.expr.Variable
Get the type.
getUpdater(String, VersionInterface) - Method in interface local.tomas.util.versioning.VersionHandler
Get updater for version interface.
getUpdater(String, VersionInterface) - Method in class local.tomas.util.versioning.VersionHandlerBase
 
getValue() - Method in class local.tomas.expr.BooleanConstant
Get value.
getValue() - Method in class local.tomas.expr.DateConstant
Get date value
getValue() - Method in class local.tomas.expr.DoubleConstant
Get value.
getValue() - Method in class local.tomas.expr.eval.BooleanValue
Get the value.
getValue() - Method in class local.tomas.expr.eval.DateValue
Get the date.
getValue() - Method in class local.tomas.expr.eval.DoubleValue
Get the value.
getValue() - Method in class local.tomas.expr.eval.IntegerValue
Get the valule.
getValue() - Method in class local.tomas.expr.eval.StringValue
Get value.
getValue() - Method in class local.tomas.expr.IntegerConstant
Get value.
getValue() - Method in class local.tomas.expr.StringConstant
Get value.
getValue() - Method in class local.tomas.util.cache.CacheItem
Get item value.
getValue() - Method in class local.tomas.util.collections.SimpleMappedMap.SimpleEntry
 
getValue() - Method in class local.tomas.util.options.BooleanOption
Get the value.
getValue() - Method in class local.tomas.util.options.IntegerOption
Get the value.
getValue() - Method in class local.tomas.util.options.StringOption
Get the value.
getVariableValue(String) - Method in class local.tomas.expr.eval.ExpressionContext
Get value of variable.
getwd() - Method in class local.tomas.util.net.FtpClient
Get current remote working directory.
GreaterEqualTerm - Class in local.tomas.expr
This class defines a greater equal term within an expression.
GreaterEqualTerm() - Constructor for class local.tomas.expr.GreaterEqualTerm
Default constructor.
GreaterEqualTerm(Expression, Expression) - Constructor for class local.tomas.expr.GreaterEqualTerm
Constructor using fields.
GreaterTerm - Class in local.tomas.expr
This class defines a greater than term within an expression.
GreaterTerm() - Constructor for class local.tomas.expr.GreaterTerm
Default constructor.
GreaterTerm(Expression, Expression) - Constructor for class local.tomas.expr.GreaterTerm
Constructor using fields.
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.AbsFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.AdditionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.AndTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.BooleanConstant
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.ConcatenationTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.CurrentDateFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.DateConstant
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.DivisionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.EqualityTerm
 
greet(ExpressionWalker<E, F>, F) - Method in interface local.tomas.expr.Expression
Handle visit of ExpressionWalker.
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.GreaterEqualTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.GreaterTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.InequalityTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.InTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.IsNotNullTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.IsNullTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.LengthFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.LessEqualTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.LessTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.LikeTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.LowerFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.MatchTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.MultiplicationTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.NegationTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.NotInTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.NotLikeTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.NumberConstant
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.OrTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.ReplaceFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.SignChangeTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.StringConstant
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.SubstrFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.SubtractionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.TrimFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.UpperFunctionTerm
 
greet(ExpressionWalker<E, F>, F) - Method in class local.tomas.expr.Variable
 
guessHostName() - Static method in class local.tomas.lang.ExtendedSystem
Try to guess the name of the host running the current application.

H

hashCode() - Method in class local.tomas.expr.BinaryTerm
 
hashCode() - Method in class local.tomas.expr.BooleanConstant
 
hashCode() - Method in class local.tomas.expr.DateConstant
 
hashCode() - Method in class local.tomas.expr.FunctionCall
 
hashCode() - Method in class local.tomas.expr.NumberConstant
 
hashCode() - Method in class local.tomas.expr.StringConstant
 
hashCode() - Method in class local.tomas.expr.UnaryTerm
 
hashCode() - Method in class local.tomas.expr.Variable
 
hasNext() - Method in class local.tomas.util.collections.FilteredIterator
 
hasNext() - Method in class local.tomas.util.collections.MappedIterator
 
hasPrevious() - Method in class local.tomas.util.collections.MappedListIterator
 

I

IdentityMapping<T> - Class in local.tomas.util.collections
Identity mapping.
IdentityMapping(Class<? extends T>) - Constructor for class local.tomas.util.collections.IdentityMapping
 
indexOf(Object) - Method in class local.tomas.util.collections.MappedList
 
InequalityTerm - Class in local.tomas.expr
This class defines an inequality term within an expression.
InequalityTerm() - Constructor for class local.tomas.expr.InequalityTerm
Default constructor.
InequalityTerm(Expression, Expression) - Constructor for class local.tomas.expr.InequalityTerm
Constructor using fields.
init(String, String) - Method in interface local.tomas.util.versioning.VersionInitializer
Initialize new version.
IntegerConstant - Class in local.tomas.expr
Integer constant expression.
IntegerConstant() - Constructor for class local.tomas.expr.IntegerConstant
Default constructor.
IntegerConstant(int) - Constructor for class local.tomas.expr.IntegerConstant
Construct constant from value.
IntegerConstant(Integer) - Constructor for class local.tomas.expr.IntegerConstant
Construct constant from value.
IntegerConstant(Number) - Constructor for class local.tomas.expr.IntegerConstant
Construct constant from value.
IntegerOption - Class in local.tomas.util.options
Integer option.
IntegerOption(String, char, int) - Constructor for class local.tomas.util.options.IntegerOption
Construct option.
IntegerOption(String, int) - Constructor for class local.tomas.util.options.IntegerOption
Construct option.
IntegerValue - Class in local.tomas.expr.eval
Integer expression value.
IntegerValue(int) - Constructor for class local.tomas.expr.eval.IntegerValue
Construct value from integer
InTerm - Class in local.tomas.expr
This class defines an in term within an expression.
InTerm() - Constructor for class local.tomas.expr.InTerm
Default constructor.
InTerm(Expression, Expression) - Constructor for class local.tomas.expr.InTerm
Constructor using fields.
isEmpty() - Method in class local.tomas.util.collections.FilteredCollection
 
isEmpty() - Method in class local.tomas.util.collections.MappedCollection
 
isEmpty() - Method in class local.tomas.util.collections.MappedList
 
isEmpty() - Method in class local.tomas.util.collections.MappedMap
 
IsNotNullTerm - Class in local.tomas.expr
This class defines an is not null term within an expression.
IsNotNullTerm() - Constructor for class local.tomas.expr.IsNotNullTerm
Default constructor.
IsNotNullTerm(Expression) - Constructor for class local.tomas.expr.IsNotNullTerm
Constructor using fields.
IsNullTerm - Class in local.tomas.expr
This class defines an is null term within an expression.
IsNullTerm() - Constructor for class local.tomas.expr.IsNullTerm
Default constructor.
IsNullTerm(Expression) - Constructor for class local.tomas.expr.IsNullTerm
Constructor using fields.
iterator() - Method in class local.tomas.util.collections.FilteredCollection
 
iterator() - Method in class local.tomas.util.collections.MappedCollection
 
iterator() - Method in class local.tomas.util.collections.MappedList
 

K

keyMapping - Variable in class local.tomas.util.collections.MappedMap
 
keySet() - Method in class local.tomas.util.collections.MappedMap
 
keySet() - Method in class local.tomas.util.collections.SimpleMappedMap
 

L

lastIndexOf(Object) - Method in class local.tomas.util.collections.MappedList
 
left - Variable in class local.tomas.expr.BinaryTerm
Left operand.
left - Variable in class local.tomas.util.Pair
First object.
LengthFunctionTerm - Class in local.tomas.expr
This class defines a length function term within an expression.
LengthFunctionTerm() - Constructor for class local.tomas.expr.LengthFunctionTerm
Default constructor.
LengthFunctionTerm(Expression) - Constructor for class local.tomas.expr.LengthFunctionTerm
Constructor using fields.
LessEqualTerm - Class in local.tomas.expr
This class defines a less equal term within an expression.
LessEqualTerm() - Constructor for class local.tomas.expr.LessEqualTerm
Default constructor.
LessEqualTerm(Expression, Expression) - Constructor for class local.tomas.expr.LessEqualTerm
Constructor using fields.
LessTerm - Class in local.tomas.expr
This class defines a less than term within an expression.
LessTerm() - Constructor for class local.tomas.expr.LessTerm
Default constructor.
LessTerm(Expression, Expression) - Constructor for class local.tomas.expr.LessTerm
Constructor using fields.
Like - Class in local.tomas.expr.eval
Evaluator for LIKE operator.
LikeTerm - Class in local.tomas.expr
This class defines a like term within an expression.
LikeTerm() - Constructor for class local.tomas.expr.LikeTerm
Default constructor.
LikeTerm(Expression, Expression) - Constructor for class local.tomas.expr.LikeTerm
Constructor using fields.
list - Variable in class local.tomas.util.collections.MappedList
 
list(String) - Method in class local.tomas.util.net.FtpClient
List remote files.
listIterator() - Method in class local.tomas.util.collections.MappedList
 
listIterator(int) - Method in class local.tomas.util.collections.MappedList
 
load() - Method in interface local.tomas.util.cache.CacheBackend
Get iterator over saved items.
load() - Method in class local.tomas.util.cache.CacheMap
Load objects from backend.
local.tomas.expr - package local.tomas.expr
This package defines all interfaces and classes required to handle expressions.
local.tomas.expr.compiler - package local.tomas.expr.compiler
This package defines classes to compile expressions from strings and decompile expressions into strings.
local.tomas.expr.eval - package local.tomas.expr.eval
This package defines classes required for expression evaluation.
local.tomas.expr.i18n - package local.tomas.expr.i18n
This package defines classes required for expression internationalization.
local.tomas.i18n - package local.tomas.i18n
This package defines classes for internationalization.
local.tomas.lang - package local.tomas.lang
This package contains utility classes for the Java language.
local.tomas.util - package local.tomas.util
This package contains utility classes.
local.tomas.util.cache - package local.tomas.util.cache
This package is used to build a fixed size cache of objects.
local.tomas.util.collections - package local.tomas.util.collections
This package contains helper classes for collection handling.
local.tomas.util.comparator - package local.tomas.util.comparator
This package contains helper classes for comparator handling.
local.tomas.util.configuration - package local.tomas.util.configuration
This package contains helper classes for Apache commons-configuration.
local.tomas.util.factory - package local.tomas.util.factory
This package contains a generic object factory.
local.tomas.util.net - package local.tomas.util.net
This package contains networking utilities.
local.tomas.util.options - package local.tomas.util.options
This package is used to process options passed on the command line.
local.tomas.util.swing - package local.tomas.util.swing
This package contains utility classes for Swing.
local.tomas.util.swing.io - package local.tomas.util.swing.io
This package contains utility io classes for Swing.
local.tomas.util.sync - package local.tomas.util.sync
This package contains synchronization classes.
local.tomas.util.versioning - package local.tomas.util.versioning
This package contains version handler classes.
local.tomas.util.zip - package local.tomas.util.zip
This package contains zipping utilities.
locale - Variable in class local.tomas.expr.compiler.ExpressionCompiler
Locale for compilation
locale - Variable in class local.tomas.expr.compiler.ExpressionDecompiler
Locale used for decompilation.
Locales - Class in local.tomas.i18n
Helper class for locale processing.
LocalizedException - Exception in local.tomas.i18n
Base class for an exception with a language dependent message.
LocalizedException(String, Object[]) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from message and message arguments.
LocalizedException(String, Object[], Throwable) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from message, message arguments and a cause.
LocalizedException(String) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from message.
LocalizedException(String, Throwable) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from message and a cause.
LocalizedException(Throwable) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from a cause.
LocalizedException() - Constructor for exception local.tomas.i18n.LocalizedException
Default constructor
LocalizedException(String, Object) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from message and a single message argument.
LocalizedException(String, Object, Throwable) - Constructor for exception local.tomas.i18n.LocalizedException
Construct exception from message, a single message argument, and a cause.
lock() - Method in class local.tomas.util.sync.Condition
 
lock() - Method in class local.tomas.util.sync.Mutex
 
lock(int) - Method in class local.tomas.util.sync.Semaphore
Lock n resources.
lock() - Method in class local.tomas.util.sync.Semaphore
Lock 1 resource.
lock() - Method in interface local.tomas.util.sync.SyncInterface
Lock object.
login(String, String) - Method in class local.tomas.util.net.FtpClient
Login to FTP server.
LowerFunctionTerm - Class in local.tomas.expr
This class defines a lower function term within an expression.
LowerFunctionTerm() - Constructor for class local.tomas.expr.LowerFunctionTerm
Default constructor.
LowerFunctionTerm(Expression) - Constructor for class local.tomas.expr.LowerFunctionTerm
Constructor using fields.

M

makeEndVisible(JTextArea) - Static method in class local.tomas.util.swing.SwingUtils
Assure that the end of a text area is visible.
map(Object, Object) - Method in interface local.tomas.util.collections.BinaryObjectMapping
Map two objects to one.
map(Object) - Method in class local.tomas.util.collections.CastMapping
 
map(ObjectMapping<T>, Collection<F>, C) - Static method in class local.tomas.util.collections.Collections
Map a collection.
map(Object) - Method in class local.tomas.util.collections.IdentityMapping
 
map - Variable in class local.tomas.util.collections.MappedMap
 
map(Object) - Method in interface local.tomas.util.collections.ObjectMapping
Map objects.
MappedCollection<F,T> - Class in local.tomas.util.collections
Mapped collection.
MappedCollection(Collection<F>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.MappedCollection
Construct a mapped collection.
MappedComparator<F,T> - Class in local.tomas.util.collections
Mapped comparator.
MappedComparator(Comparator<? super T>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.MappedComparator
Construct mapped comparator.
MappedIterator<F,T> - Class in local.tomas.util.collections
Mapped iterator.
MappedIterator(Iterator<F>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.MappedIterator
Construct mapped iterator.
MappedList<F,T> - Class in local.tomas.util.collections
Mapped list.
MappedList(List<F>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.MappedList
Construct a mapped list.
MappedListIterator<F,T> - Class in local.tomas.util.collections
Iterator over a mapped list.
MappedListIterator(ListIterator<F>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.MappedListIterator
Construct mapped list iterator.
MappedMap<K,J,F,T> - Class in local.tomas.util.collections
Mapped map.
MappedMap(Map<J, F>, ObjectMapping<J>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.MappedMap
Construct mapped map.
mapper - Variable in class local.tomas.util.collections.MappedIterator
 
mapping - Variable in class local.tomas.util.collections.MappedList
 
match(Object) - Method in interface local.tomas.util.collections.ObjectFilter
Check objects.
MatchTerm - Class in local.tomas.expr
This class defines a regular expression match term within an expression.
MatchTerm() - Constructor for class local.tomas.expr.MatchTerm
Default constructor.
MatchTerm(Expression, Expression) - Constructor for class local.tomas.expr.MatchTerm
Constructor using fields.
Messages - Class in local.tomas.i18n
Base class for internationalized message containers.
Messages(String) - Constructor for class local.tomas.i18n.Messages
Construct container from message bundle name.
Messages(Class<? extends Messages>) - Constructor for class local.tomas.i18n.Messages
Construct container from message container class.
mkdir(String) - Method in class local.tomas.util.net.FtpClient
Create remote directory.
multiplicationOperator(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for multiplication operator.
MultiplicationTerm - Class in local.tomas.expr
This class defines an multiplication term within an expression.
MultiplicationTerm() - Constructor for class local.tomas.expr.MultiplicationTerm
Default constructor.
MultiplicationTerm(Expression, Expression) - Constructor for class local.tomas.expr.MultiplicationTerm
Constructor using fields.
Mutex - Class in local.tomas.util.sync
A Mutex can be used to assert mutual exclusive access to a resource.
Mutex() - Constructor for class local.tomas.util.sync.Mutex
Default constructor.

N

nameList(String) - Method in class local.tomas.util.net.FtpClient
Iterate over list of remote files.
NegationTerm - Class in local.tomas.expr
This class defines a negation term within an expression.
NegationTerm() - Constructor for class local.tomas.expr.NegationTerm
Default constructor.
NegationTerm(Expression) - Constructor for class local.tomas.expr.NegationTerm
Constructor using fields.
NetException - Exception in local.tomas.util.net
Title: FTP Client Description: Copyright: Copyright (c) 2001 Company:
NetException() - Constructor for exception local.tomas.util.net.NetException
Default constructor.
NetException(String, Throwable) - Constructor for exception local.tomas.util.net.NetException
Construct exception from message and root cause.
NetException(Throwable) - Constructor for exception local.tomas.util.net.NetException
Construct exception from root cause
NetException(BaseClient.NetAck) - Constructor for exception local.tomas.util.net.NetException
Construct exception from negative network response.
NetException(String) - Constructor for exception local.tomas.util.net.NetException
Construct exception from message
next() - Method in class local.tomas.util.collections.FilteredIterator
 
next() - Method in class local.tomas.util.collections.MappedIterator
 
nextIndex() - Method in class local.tomas.util.collections.MappedListIterator
 
nextToken - Variable in class local.tomas.expr.compiler.ExpressionCompiler
Next token in compilation.
noArgFunction(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for argument-less function.
noop() - Method in class local.tomas.util.net.FtpClient
Send no operation command.
NotInTerm - Class in local.tomas.expr
This class defines a not in term within an expression.
NotInTerm() - Constructor for class local.tomas.expr.NotInTerm
Default constructor.
NotInTerm(Expression, Expression) - Constructor for class local.tomas.expr.NotInTerm
Constructor using fields.
NotLikeTerm - Class in local.tomas.expr
This class defines a not like term within an expression.
NotLikeTerm() - Constructor for class local.tomas.expr.NotLikeTerm
Default constructor.
NotLikeTerm(Expression, Expression) - Constructor for class local.tomas.expr.NotLikeTerm
Constructor using fields.
NULL - Static variable in class local.tomas.expr.eval.ExpressionValue
The constant value NULL.
NullComparator<X> - Class in local.tomas.util.comparator
Comparator allowing nulls as operands.
NullComparator(boolean, Comparator<X>) - Constructor for class local.tomas.util.comparator.NullComparator
Constructor.
NullComparator(Comparator<X>) - Constructor for class local.tomas.util.comparator.NullComparator
Constructor.
nullsAreHigh - Variable in class local.tomas.util.comparator.NullComparator
true if nulls are higher than non-nulls.
NullValue - Class in local.tomas.expr.eval
The singleton NULL expression value.
NumberConstant - Class in local.tomas.expr
Base class for all numeric constant expressions.
NumberConstant() - Constructor for class local.tomas.expr.NumberConstant
Default constructor
NumberConstant(Number) - Constructor for class local.tomas.expr.NumberConstant
Constructor using value

O

ObjectFilter - Interface in local.tomas.util.collections
Filter objects.
ObjectMapping<T> - Interface in local.tomas.util.collections
Interface for simple object mappings.
Option - Class in local.tomas.util.options
Base class for all options.
Option(String, char) - Constructor for class local.tomas.util.options.Option
Construct option from names.
Option(String) - Constructor for class local.tomas.util.options.Option
Construct option.
OptionException - Exception in local.tomas.util.options
Option processing exception.
OptionException() - Constructor for exception local.tomas.util.options.OptionException
Default constructor.
OptionException(String) - Constructor for exception local.tomas.util.options.OptionException
Construct exception from message.
OptionException(String, Throwable) - Constructor for exception local.tomas.util.options.OptionException
Construct exception from message and root cause
OptionException(Throwable) - Constructor for exception local.tomas.util.options.OptionException
Construct exception from root cause.
options - Variable in class local.tomas.expr.compiler.ExpressionDecompiler
Decompilation options.
Options - Class in local.tomas.util.options
Static option processor.
OrTerm - Class in local.tomas.expr
This class defines an or term within an expression.
OrTerm() - Constructor for class local.tomas.expr.OrTerm
Default constructor.
OrTerm(Expression, Expression) - Constructor for class local.tomas.expr.OrTerm
Constructor using fields.

P

Pair<E,F> - Class in local.tomas.util
A pair of objects
Pair() - Constructor for class local.tomas.util.Pair
Default constructor
Pair(E, F) - Constructor for class local.tomas.util.Pair
Construct pair from two objects.
parse() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse expression string.
parse(String, Locale, int) - Static method in class local.tomas.expr.compiler.ExpressionCompiler
Parse an expression.
parse(String) - Method in class local.tomas.i18n.BooleanFormat
Parse string containing representation of boolean.
parseAddition() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse addition term.
parseAnd() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse AND term.
parseAtom() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse atomic expression.
parseComparison() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse comparison term.
parseMultiplication() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse multiplication term.
parseObject(String, ParsePosition) - Method in class local.tomas.i18n.BooleanFormat
 
parseOr() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse OR term.
parseUnaryTerm() - Method in class local.tomas.expr.compiler.ExpressionCompiler
Parse unary term.
port(InetAddress, int) - Method in class local.tomas.util.net.FtpClient
Send port command.
postInitVersion(String, String) - Method in interface local.tomas.util.versioning.VersionInterface
Called after initializing new version.
postUpdateVersion(String, String, String) - Method in interface local.tomas.util.versioning.VersionInterface
Called after updating to new version.
preInitVersion(String, String) - Method in interface local.tomas.util.versioning.VersionInterface
Called before initializing new version.
PRESERVE_NEWLINES_IN_STRINGS - Static variable in class local.tomas.expr.compiler.ExpressionCompiler
Option to preserve newline characters within strings.
preUpdateVersion(String, String, String) - Method in interface local.tomas.util.versioning.VersionInterface
Called before updating to new version.
previous() - Method in class local.tomas.util.collections.MappedListIterator
 
previousIndex() - Method in class local.tomas.util.collections.MappedListIterator
 
put(K, V, Date) - Method in interface local.tomas.util.cache.CacheBackend
Save cache item in backend.
put(K, V) - Method in class local.tomas.util.cache.CacheMap
Put object into cache.
put(K, T) - Method in class local.tomas.util.collections.MappedMap
 
putAll(Map<? extends K, ? extends T>) - Method in class local.tomas.util.collections.MappedMap
 

R

ReaderDisplay - Class in local.tomas.util.swing.io
This runnable copies everything read from a Reader into a Swing TextArea.
ReaderDisplay(Reader, JTextArea) - Constructor for class local.tomas.util.swing.io.ReaderDisplay
Constructor.
remove(K) - Method in interface local.tomas.util.cache.CacheBackend
Remove object from backend.
remove(K) - Method in class local.tomas.util.cache.CacheMap
Remove object from cache.
remove(Object) - Method in class local.tomas.util.collections.FilteredCollection
 
remove() - Method in class local.tomas.util.collections.FilteredIterator
 
remove(Object) - Method in class local.tomas.util.collections.MappedCollection
 
remove() - Method in class local.tomas.util.collections.MappedIterator
 
remove(Object) - Method in class local.tomas.util.collections.MappedList
 
remove(int) - Method in class local.tomas.util.collections.MappedList
 
remove(Object) - Method in class local.tomas.util.collections.MappedMap
 
removeAll(Collection<?>) - Method in class local.tomas.util.collections.FilteredCollection
 
removeAll(Collection<?>) - Method in class local.tomas.util.collections.MappedCollection
 
removeAll(Collection<?>) - Method in class local.tomas.util.collections.MappedList
 
rename(String, String) - Method in class local.tomas.util.net.FtpClient
Rename remote file.
ReplaceFunctionTerm - Class in local.tomas.expr
This class defines a substring function term within an expression.
ReplaceFunctionTerm() - Constructor for class local.tomas.expr.ReplaceFunctionTerm
Default constructor.
ReplaceFunctionTerm(Expression, Expression) - Constructor for class local.tomas.expr.ReplaceFunctionTerm
Construct from field values.
ReplaceFunctionTerm(Expression, Expression, Expression) - Constructor for class local.tomas.expr.ReplaceFunctionTerm
Construct from field values.
resolveName(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
 
retainAll(Collection<?>) - Method in class local.tomas.util.collections.FilteredCollection
 
retainAll(Collection<?>) - Method in class local.tomas.util.collections.MappedCollection
 
retainAll(Collection<?>) - Method in class local.tomas.util.collections.MappedList
 
retrieve(String) - Method in class local.tomas.util.net.FtpClient
Open remote file for retrieval.
ReverseComparator<T> - Class in local.tomas.util.comparator
Reverse comparator.
ReverseComparator(Comparator<T>) - Constructor for class local.tomas.util.comparator.ReverseComparator
Constructor.
right - Variable in class local.tomas.expr.BinaryTerm
Right operand.
right - Variable in class local.tomas.util.Pair
Second object
rmdir(String) - Method in class local.tomas.util.net.FtpClient
Remove remote directory.
run() - Method in class local.tomas.util.swing.io.ReaderDisplay
Copies in a loop.

S

sb - Variable in class local.tomas.expr.compiler.ExpressionDecompiler
Buffer used to create the string.
Semaphore - Class in local.tomas.util.sync
A Semaphore is a kind of synchronized counter.
Semaphore(int) - Constructor for class local.tomas.util.sync.Semaphore
Construct semaphore.
send(String) - Method in class local.tomas.util.net.FtpClient
Open output stream to remote file.
sendCommand(String) - Method in class local.tomas.util.net.BaseClient
Send command.
set(int, T) - Method in class local.tomas.util.collections.MappedList
 
set(T) - Method in class local.tomas.util.collections.MappedListIterator
 
setBoolean(boolean) - Method in class local.tomas.util.options.BooleanOption
 
setBoolean(boolean) - Method in class local.tomas.util.options.IntegerOption
 
setBoolean(boolean) - Method in class local.tomas.util.options.Option
 
setBoolean(boolean) - Method in class local.tomas.util.options.StringOption
 
setFactoryClass(Class<? extends ExpressionEvaluatorFactory>) - Static method in class local.tomas.expr.eval.ExpressionEvaluatorFactory
Define factory class.
setFactoryClass(Class<? extends TypeRetrieverFactory>) - Static method in class local.tomas.expr.eval.TypeRetrieverFactory
Set new factory class.
setLeft(Expression) - Method in class local.tomas.expr.BinaryTerm
Set left operand.
setList(List<F>) - Method in class local.tomas.util.collections.MappedList
Set base list.
setMapping(ObjectMapping<T>) - Method in class local.tomas.util.collections.MappedList
Set mapping.
setName(String) - Method in class local.tomas.expr.Variable
Set variable name.
setOperand(Expression) - Method in class local.tomas.expr.UnaryTerm
Set operand.
setRight(Expression) - Method in class local.tomas.expr.BinaryTerm
Set right operand.
setType(ExpressionType) - Method in class local.tomas.expr.Variable
Set the type.
setValue(Boolean) - Method in class local.tomas.expr.BooleanConstant
Set value.
setValue(Date) - Method in class local.tomas.expr.DateConstant
Set date value.
setValue(boolean) - Method in class local.tomas.expr.eval.BooleanValue
Set the value.
setValue(Date) - Method in class local.tomas.expr.eval.DateValue
Set the date.
setValue(double) - Method in class local.tomas.expr.eval.DoubleValue
Set the value.
setValue(int) - Method in class local.tomas.expr.eval.IntegerValue
Set the value.
setValue(String) - Method in class local.tomas.expr.eval.StringValue
Set value.
setValue(Number) - Method in class local.tomas.expr.NumberConstant
Set constant value.
setValue(String) - Method in class local.tomas.expr.StringConstant
Set value.
setValue(V) - Method in class local.tomas.util.cache.CacheItem
Set item value.
setValue(V) - Method in class local.tomas.util.collections.SimpleMappedMap.SimpleEntry
 
setValue(String) - Method in class local.tomas.util.options.BooleanOption
 
setValue(String) - Method in class local.tomas.util.options.IntegerOption
 
setValue(String) - Method in class local.tomas.util.options.Option
 
setValue(String) - Method in class local.tomas.util.options.StringOption
 
setVersion(String, String) - Method in interface local.tomas.util.versioning.VersionInterface
Set current version of entity.
SignChangeTerm - Class in local.tomas.expr
This class defines a sign change term within an expression.
SignChangeTerm() - Constructor for class local.tomas.expr.SignChangeTerm
Default constructor.
SignChangeTerm(Expression) - Constructor for class local.tomas.expr.SignChangeTerm
Constructor using fields.
SimpleMappedMap<K,F,T> - Class in local.tomas.util.collections
Simple mapped map.
SimpleMappedMap(Class<K>, Map<K, F>, ObjectMapping<T>) - Constructor for class local.tomas.util.collections.SimpleMappedMap
Construct mapping.
SimpleMappedMap.SimpleEntry<J,V> - Class in local.tomas.util.collections
A simple map entry.
SimpleMappedMap.SimpleEntry(J, V) - Constructor for class local.tomas.util.collections.SimpleMappedMap.SimpleEntry
Construct entry.
size() - Method in class local.tomas.util.collections.FilteredCollection
 
size() - Method in class local.tomas.util.collections.MappedCollection
 
size() - Method in class local.tomas.util.collections.MappedList
 
size() - Method in class local.tomas.util.collections.MappedMap
 
sort(Comparator<F>) - Method in class local.tomas.util.collections.MappedList
 
StringComparator - Class in local.tomas.util.comparator
Static string comparator permitting null operands.
StringConstant - Class in local.tomas.expr
Definition of string constant expression.
StringConstant() - Constructor for class local.tomas.expr.StringConstant
Default constructor.
StringConstant(String) - Constructor for class local.tomas.expr.StringConstant
Constructor from value.
StringOption - Class in local.tomas.util.options
String option.
StringOption(String, String) - Constructor for class local.tomas.util.options.StringOption
Construct option.
StringOption(String, char, String) - Constructor for class local.tomas.util.options.StringOption
Construct option.
StringOption(String, char) - Constructor for class local.tomas.util.options.StringOption
Construct option.
StringOption(String) - Constructor for class local.tomas.util.options.StringOption
Construct option.
StringValue - Class in local.tomas.expr.eval
String expression value.
StringValue(String) - Constructor for class local.tomas.expr.eval.StringValue
Construct value from string.
subList(int, int) - Method in class local.tomas.util.collections.MappedList
 
SubstrFunctionTerm - Class in local.tomas.expr
This class defines a substring function term within an expression.
SubstrFunctionTerm() - Constructor for class local.tomas.expr.SubstrFunctionTerm
Default constructor.
SubstrFunctionTerm(Expression, Expression) - Constructor for class local.tomas.expr.SubstrFunctionTerm
Construct from field values.
SubstrFunctionTerm(Expression, Expression, Expression) - Constructor for class local.tomas.expr.SubstrFunctionTerm
Construct from field values.
SubtractionTerm - Class in local.tomas.expr
This class defines an subtraction term within an expression.
SubtractionTerm() - Constructor for class local.tomas.expr.SubtractionTerm
Default constructor.
SubtractionTerm(Expression, Expression) - Constructor for class local.tomas.expr.SubtractionTerm
Constructor using fields.
SwingUtils - Class in local.tomas.util.swing
General swing utilities.
SwingUtils() - Constructor for class local.tomas.util.swing.SwingUtils
 
SyncInterface - Interface in local.tomas.util.sync
Title: Generic synchronization interface Description: Copyright: Copyright (c) 2001 Company: Tomas Teubner

T

TextAreaOutputStream - Class in local.tomas.util.swing.io
An output stream displaying everything written to it in a text area.
TextAreaOutputStream(JTextArea) - Constructor for class local.tomas.util.swing.io.TextAreaOutputStream
Constructor.
TextAreaWriter - Class in local.tomas.util.swing.io
A Writer displaying everything written in a text area.
TextAreaWriter(JTextArea) - Constructor for class local.tomas.util.swing.io.TextAreaWriter
Constructor.
toArray() - Method in class local.tomas.util.collections.FilteredCollection
 
toArray(E[]) - Method in class local.tomas.util.collections.FilteredCollection
 
toArray() - Method in class local.tomas.util.collections.MappedCollection
 
toArray(X[]) - Method in class local.tomas.util.collections.MappedCollection
 
toArray() - Method in class local.tomas.util.collections.MappedList
 
toArray(X[]) - Method in class local.tomas.util.collections.MappedList
 
tokenStream - Variable in class local.tomas.expr.compiler.ExpressionCompiler
Token stream compiled.
toString() - Method in class local.tomas.expr.BooleanConstant
 
toString() - Method in class local.tomas.expr.eval.BooleanValue
 
toString() - Method in class local.tomas.expr.eval.DateValue
 
toString() - Method in class local.tomas.expr.eval.DoubleValue
 
toString() - Method in class local.tomas.expr.eval.IntegerValue
 
toString() - Method in class local.tomas.expr.eval.NullValue
 
toString() - Method in class local.tomas.expr.eval.StringValue
 
toString() - Method in class local.tomas.expr.NumberConstant
 
toString() - Method in class local.tomas.expr.StringConstant
 
toString() - Method in exception local.tomas.i18n.LocalizedException
 
touch() - Method in class local.tomas.util.cache.CacheItem
Touch item.
TrimFunctionTerm - Class in local.tomas.expr
This class defines a trim function term within an expression.
TrimFunctionTerm() - Constructor for class local.tomas.expr.TrimFunctionTerm
Default constructor.
TrimFunctionTerm(Expression) - Constructor for class local.tomas.expr.TrimFunctionTerm
Constructor using fields.
TRUE - Static variable in class local.tomas.expr.BooleanConstant
Constant value true.
TRUE - Static variable in class local.tomas.expr.eval.BooleanValue
Singleton for true.
trylock() - Method in class local.tomas.util.sync.Condition
 
trylock() - Method in class local.tomas.util.sync.Mutex
 
trylock(int) - Method in class local.tomas.util.sync.Semaphore
Try to lock n resources.
trylock() - Method in class local.tomas.util.sync.Semaphore
Try to lock 1 resource.
trylock() - Method in interface local.tomas.util.sync.SyncInterface
Try to lock object.
TypeRetriever - Class in local.tomas.expr.eval
Retrieve type from expression.
TypeRetriever() - Constructor for class local.tomas.expr.eval.TypeRetriever
Default constructor.
TypeRetrieverFactory - Class in local.tomas.expr.eval
Factory for TypeRetriever objects.
TypeRetrieverFactory() - Constructor for class local.tomas.expr.eval.TypeRetrieverFactory
 

U

unaryFunction(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for function with a single argument.
unaryPostfix(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for unary postfix operator.
unaryPrefix(String) - Method in class local.tomas.expr.compiler.ExpressionCompiler
Get expression class for unary postfix operator.
UnaryTerm - Class in local.tomas.expr
This class defines a binary term (having two operands) within an expression.
UnaryTerm() - Constructor for class local.tomas.expr.UnaryTerm
Default constructor.
UnaryTerm(Expression) - Constructor for class local.tomas.expr.UnaryTerm
Constructor from attributes.
unload(K, Date) - Method in interface local.tomas.util.cache.CacheBackend
 
unload() - Method in class local.tomas.util.cache.CacheMap
Save all object in backend.
unlock() - Method in class local.tomas.util.sync.Condition
 
unlock() - Method in class local.tomas.util.sync.Mutex
 
unlock(int) - Method in class local.tomas.util.sync.Semaphore
Unlock n resources
unlock() - Method in class local.tomas.util.sync.Semaphore
Unlock 1 resource.
unlock() - Method in interface local.tomas.util.sync.SyncInterface
Unlock object.
update(String, String, String) - Method in interface local.tomas.util.versioning.VersionUpdater
Update to new version.
updateOrInitialize(String, VersionInterface) - Method in class local.tomas.util.versioning.VersionHandlerBase
Update to new version or initialize if none can be found.
UpperFunctionTerm - Class in local.tomas.expr
This class defines an upper function term within an expression.
UpperFunctionTerm() - Constructor for class local.tomas.expr.UpperFunctionTerm
Default constructor.
UpperFunctionTerm(Expression) - Constructor for class local.tomas.expr.UpperFunctionTerm
Constructor using fields.

V

value - Variable in class local.tomas.expr.NumberConstant
Numeric value.
valueMapping - Variable in class local.tomas.util.collections.MappedMap
 
valueOf(String) - Static method in enum local.tomas.expr.ExpressionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum local.tomas.expr.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class local.tomas.util.collections.MappedMap
 
Variable - Class in local.tomas.expr
Definition of a variable in an expression.
Variable() - Constructor for class local.tomas.expr.Variable
Default constructor.
Variable(String, ExpressionType) - Constructor for class local.tomas.expr.Variable
Constructor from name and type.
Variable(String) - Constructor for class local.tomas.expr.Variable
Constructor from name.
variableValues - Variable in class local.tomas.expr.eval.ExpressionContext
Maps variable names to their values.
VersionComparator - Class in local.tomas.util.versioning
Version string comparator.
VersionComparator() - Constructor for class local.tomas.util.versioning.VersionComparator
 
VersionException - Exception in local.tomas.util.versioning
Exception for version handlers.
VersionException() - Constructor for exception local.tomas.util.versioning.VersionException
Default constructor.
VersionException(String) - Constructor for exception local.tomas.util.versioning.VersionException
Construct exception from message
VersionException(String, Throwable) - Constructor for exception local.tomas.util.versioning.VersionException
Construct exception from message and root cause
VersionException(Throwable) - Constructor for exception local.tomas.util.versioning.VersionException
Construct exception from root cause
VersionHandler - Interface in local.tomas.util.versioning
Version handling interface.
VersionHandlerBase - Class in local.tomas.util.versioning
Default base class for version handlers.
VersionHandlerBase() - Constructor for class local.tomas.util.versioning.VersionHandlerBase
Default constructor.
VersionInitializer - Interface in local.tomas.util.versioning
Interface of version initializers.
VersionInterface - Interface in local.tomas.util.versioning
Interface for version dependent entities.
VersionUpdater - Interface in local.tomas.util.versioning
Version updater interface.
visitAbsFunction(AbsFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitAbsFunction(AbsFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitAbsFunction(AbsFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitAbsFunction(AbsFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitAbsFunction(AbsFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an abs function term.
visitAddition(AdditionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitAddition(AdditionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitAddition(AdditionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitAddition(AdditionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitAddition(AdditionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an addition term.
visitAndTerm(AndTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitAndTerm(AndTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitAndTerm(AndTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitAndTerm(AndTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitAndTerm(AndTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an and term.
visitBinaryArithmetic(BinaryTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
Get type of binary arithmetic term.
visitBinaryLogical(BinaryTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
Get type of binary logical term.
visitBinaryTerm(BinaryTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a binary term.
visitBooleanConstant(Boolean, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a boolean constant.
visitBooleanConstant(Boolean, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitBooleanConstant(Boolean, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitBooleanConstant(Boolean, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitBooleanConstant(Boolean, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a boolean constant.
visitComparison(BinaryTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
Get type of comparison term.
visitConcatenationTerm(ConcatenationTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitConcatenationTerm(ConcatenationTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitConcatenationTerm(ConcatenationTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitConcatenationTerm(ConcatenationTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitConcatenationTerm(ConcatenationTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a concatenation term.
visitCurrentDateFunction(CurrentDateFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitCurrentDateFunction(CurrentDateFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitCurrentDateFunction(CurrentDateFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitCurrentDateFunction(CurrentDateFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitCurrentDateFunction(CurrentDateFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a current date function term.
visitDateConstant(Date, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a date constant.
visitDateConstant(Date, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitDateConstant(Date, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitDateConstant(Date, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitDateConstant(Date, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a date constant
visitDivision(DivisionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitDivision(DivisionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitDivision(DivisionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitDivision(DivisionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitDivision(DivisionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a division term.
visitEquality(EqualityTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitEquality(EqualityTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitEquality(EqualityTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitEquality(EqualityTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitEquality(EqualityTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an equality term.
visitFunctionCall(FunctionCall, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a function call.
visitGreaterEqual(GreaterEqualTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitGreaterEqual(GreaterEqualTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitGreaterEqual(GreaterEqualTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitGreaterEqual(GreaterEqualTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitGreaterEqual(GreaterEqualTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a greater equal term.
visitGreaterThan(GreaterTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitGreaterThan(GreaterTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitGreaterThan(GreaterTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitGreaterThan(GreaterTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitGreaterThan(GreaterTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a greater than term.
visitInequality(InequalityTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitInequality(InequalityTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitInequality(InequalityTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitInequality(InequalityTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitInequality(InequalityTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an inequality term.
visitInTerm(InTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitInTerm(InTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitInTerm(InTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitInTerm(InTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitInTerm(InTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an in term.
visitIsNotNull(IsNotNullTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitIsNotNull(IsNotNullTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitIsNotNull(IsNotNullTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitIsNotNull(IsNotNullTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitIsNotNull(IsNotNullTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a not is null term.
visitIsNull(IsNullTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitIsNull(IsNullTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitIsNull(IsNullTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitIsNull(IsNullTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitIsNull(IsNullTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an is null term.
visitLengthFunction(LengthFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitLengthFunction(LengthFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitLengthFunction(LengthFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitLengthFunction(LengthFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitLengthFunction(LengthFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a length function term.
visitLessEqual(LessEqualTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitLessEqual(LessEqualTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitLessEqual(LessEqualTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitLessEqual(LessEqualTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitLessEqual(LessEqualTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a less equal term.
visitLessThan(LessTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitLessThan(LessTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitLessThan(LessTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitLessThan(LessTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitLessThan(LessTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a less than term.
visitLikeTerm(LikeTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitLikeTerm(LikeTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitLikeTerm(LikeTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitLikeTerm(LikeTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitLikeTerm(LikeTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a like term.
visitLikeTermAsBinary(BinaryTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
Get type of binary LIKE term.
visitLowerFunction(LowerFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitLowerFunction(LowerFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitLowerFunction(LowerFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitLowerFunction(LowerFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitLowerFunction(LowerFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a lower function term.
visitMatchTerm(MatchTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitMatchTerm(MatchTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitMatchTerm(MatchTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitMatchTerm(MatchTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitMatchTerm(MatchTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a regular expression match term.
visitMultiplication(MultiplicationTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitMultiplication(MultiplicationTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitMultiplication(MultiplicationTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitMultiplication(MultiplicationTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitMultiplication(MultiplicationTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a multiplication term.
visitNegation(NegationTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitNegation(NegationTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitNegation(NegationTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitNegation(NegationTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitNegation(NegationTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a concatenation term.
visitNotInTerm(NotInTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitNotInTerm(NotInTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitNotInTerm(NotInTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitNotInTerm(NotInTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitNotInTerm(NotInTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a not in term.
visitNotLikeTerm(NotLikeTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitNotLikeTerm(NotLikeTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitNotLikeTerm(NotLikeTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitNotLikeTerm(NotLikeTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitNotLikeTerm(NotLikeTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a not like term.
visitNumberConstant(Number, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a numeric constant.
visitNumberConstant(Number, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitNumberConstant(Number, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitNumberConstant(Number, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitNumberConstant(Number, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a numeric constant
visitOrTerm(OrTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitOrTerm(OrTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitOrTerm(OrTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitOrTerm(OrTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitOrTerm(OrTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an or term.
visitReplaceFunction(ReplaceFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitReplaceFunction(ReplaceFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitReplaceFunction(ReplaceFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitReplaceFunction(ReplaceFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitReplaceFunction(ReplaceFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a replace function term.
visitSignChange(SignChangeTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitSignChange(SignChangeTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitSignChange(SignChangeTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitSignChange(SignChangeTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitSignChange(SignChangeTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a sign change term.
visitStringConstant(String, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a string constant.
visitStringConstant(String, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitStringConstant(String, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitStringConstant(String, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitStringConstant(String, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a string constant.
visitSubstrFunction(SubstrFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitSubstrFunction(SubstrFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitSubstrFunction(SubstrFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitSubstrFunction(SubstrFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitSubstrFunction(SubstrFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a substring function term.
visitSubtraction(SubtractionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitSubtraction(SubtractionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitSubtraction(SubtractionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitSubtraction(SubtractionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitSubtraction(SubtractionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a subtraction term.
visitTrimFunction(TrimFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitTrimFunction(TrimFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitTrimFunction(TrimFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitTrimFunction(TrimFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitTrimFunction(TrimFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a trim function term.
visitUnaryTerm(UnaryTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a unary term.
visitUpperFunction(UpperFunctionTerm, F) - Method in class local.tomas.expr.BaseExpressionWalker
 
visitUpperFunction(UpperFunctionTerm, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitUpperFunction(UpperFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitUpperFunction(UpperFunctionTerm, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitUpperFunction(UpperFunctionTerm, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit an upper function term.
visitVariable(Variable, F) - Method in class local.tomas.expr.BaseExpressionWalker
Visit a variable.
visitVariable(Variable, ExpressionDecompilerContext) - Method in class local.tomas.expr.compiler.ExpressionDecompiler
 
visitVariable(Variable, ExpressionContext) - Method in class local.tomas.expr.eval.ExpressionEvaluator
 
visitVariable(Variable, ExpressionContext) - Method in class local.tomas.expr.eval.TypeRetriever
 
visitVariable(Variable, F) - Method in interface local.tomas.expr.ExpressionWalker
Visit a variable.

W

write(int) - Method in class local.tomas.util.swing.io.TextAreaOutputStream
 
write(byte[], int, int) - Method in class local.tomas.util.swing.io.TextAreaOutputStream
 
write(char[], int, int) - Method in class local.tomas.util.swing.io.TextAreaWriter
 

Z

ZipUtilities - Class in local.tomas.util.zip
Zip utilities.

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

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.