| Home >> All >> org >> ujac >> util >> [ exi Javadoc ] |
| | org.ujac.util.exi.test.* (11) | | org.ujac.util.exi.type.* (14) |
org.ujac.util.exi: Javadoc index of package org.ujac.util.exi.
Package Samples:
org.ujac.util.exi.type
org.ujac.util.exi.test
Classes:
ExpressionInterpreter: Title: ExpressionInterpreter Description: Interpreter for expressions fitting into the following syntax. Basically an expression consists of an object, an operation and an operand: ${object operation operand} The operation and the operand are optional. The object can be an expression itself, so encapsulation of expressions is possible. Example: ${${today decrYear 1} getYear} produces a String containing the value of last year (currently 2001). Operations can be operators as well. Supported operators are +, -, / and * for mathematical operations. Additional there are two operators '.' and '->' which ...
DefaultType: Name: DefaultType Description: The default expression type handler. This one is used if the object value is null or no other handler is applicable Log: $Log: DefaultType.java,v $ Log: Revision 1.10 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.9 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.8 2003/10/17 15:43:21 lauerc Log: Avoided NullPointerException in case the object value evaluated to null at ReferenceOperation.evaluate. Log: Log: Revision 1.7 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: ...
ExpressionTuple: Title: ExpressionTuple Description: A class holding expression tuples: object, operation and operand. Log: $Log: ExpressionTuple.java,v $ Log: Revision 1.8 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.7 2003/08/29 05:06:32 lauerc Log: Added flag 'explicitelyEncapsulated'. Log: Log: Revision 1.6 2003/07/28 23:18:04 lauerc Log: Class ExpressionTuple is defived from new class Operand now. Log: The object and operand members are of type Operand now, Log: which means they can be VariableOperands, ConstantOperands and Log: ExpressionTuples. Log: The attribute operation ...
BaseType: Name: BaseType Description: A base implementation for expression type handlers. Log: $Log: BaseType.java,v $ Log: Revision 1.10 2003/12/09 22:44:37 lauerc Log: Added basic comparison operands. Log: Log: Revision 1.9 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.8 2003/11/20 23:24:34 lauerc Log: Added operation 'notDefined'. Log: Log: Revision 1.7 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.6 2003/10/31 17:25:01 lauerc Log: Added ToStringOperation. Log: Log: Revision 1.5 2003/09/28 15:36:39 lauerc Log: Fixed javadoc ...
RowType: Name: TableType Description: An expression type handler for DataTable values. Log: $Log: RowType.java,v $ Log: Revision 1.9 2003/12/10 07:55:40 lauerc Log: Added operation 'isVisible'. Log: Log: Revision 1.8 2003/12/07 23:58:09 lauerc Log: Renamed org.ujac.util.table.Table to org.ujac.util.table.DataTable. Log: Log: Revision 1.7 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.6 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.5 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. ...
StatementInfo: Name: StatementInfo Description: A class holding informations about statements. Log: $Log: StatementInfo.java,v $ Log: Revision 1.8 2003/12/15 00:39:00 lauerc Log: Removed unused property endPosition. Log: Fixed JavaDoc at method getToken. Log: Log: Revision 1.7 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.6 2003/10/28 07:07:36 lauerc Log: Added support for procedures. Log: Log: Revision 1.5 2003/09/28 15:38:24 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.4 2003/07/23 22:39:07 lauerc Log: Added method isEndToken. Log: Log: Revision 1.3 2003/07/15 21:56:17 ...
TableType: Name: TableType Description: An expression type handler for DataTable values. Log: $Log: TableType.java,v $ Log: Revision 1.8 2003/12/07 23:58:09 lauerc Log: Renamed org.ujac.util.table.Table to org.ujac.util.table.DataTable. Log: Log: Revision 1.7 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.6 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.5 2003/09/28 15:38:03 lauerc Log: Fixed incompabilities with new DataTable implementation. Log: Log: Revision 1.4 2003/07/28 23:28:26 lauerc Log: Changed expression handling ...
StringType: Name: StringType Description: An expression type handler for String values. Log: $Log: StringType.java,v $ Log: Revision 1.9 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.8 2003/11/15 12:19:48 lauerc Log: Added 'like' operation. Log: Log: Revision 1.7 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.6 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.5 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.4 2003/03/20 ...
DateType: Name: DateType Description: An expression type handler for Date values. Log: $Log: DateType.java,v $ Log: Revision 1.8 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.7 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.6 2003/10/29 00:00:04 lauerc Log: Fixed bug in class GetDayOperation. Log: Log: Revision 1.5 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.4 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.3 2003/05/20 ...
IntegerType: Name: IntegerType Description: An expression type handler for int values. Log: $Log: IntegerType.java,v $ Log: Revision 1.8 2003/11/23 15:45:55 lauerc Log: Added modulo operation. Log: Log: Revision 1.7 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.6 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.5 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.4 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.3 2003/03/17 ...
DoubleType: Name: DoubleType Description: An expression type handler for double values. Log: $Log: DoubleType.java,v $ Log: Revision 1.8 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.7 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.6 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.5 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.4 2003/04/29 05:31:06 lauerc Log: Re-organized imports. Log: Log: Revision 1.3 2003/03/17 ...
LongType: Name: LongType Description: An expression type handler for long values. Log: $Log: LongType.java,v $ Log: Revision 1.8 2003/11/23 15:45:55 lauerc Log: Added modulo operation. Log: Log: Revision 1.7 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.6 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.5 2003/09/28 15:36:38 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.4 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.3 2003/03/17 19:18:39 ...
BooleanType: Name: BooleanType Description: An expression type handler for boolean values. Log: $Log: BooleanType.java,v $ Log: Revision 1.6 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.5 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.4 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.3 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.2 2003/03/16 01:44:24 lauerc Log: Identificating the expression type by its class now. ...
CollectionType: Name: CollectionType Description: An expression type handler for Collection values. Log: $Log: CollectionType.java,v $ Log: Revision 1.5 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.4 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.3 2003/10/29 00:09:53 lauerc Log: Added operation notContains and notEmpty. Log: Log: Revision 1.2 2003/09/02 19:43:53 lauerc Log: Fixed bug in operation declaration at constructor. Log: Log: Revision 1.1 2003/08/29 04:47:06 lauerc Log: Initial revision. Log:
FloatType: Name: FloatType Description: An expression type handler for float values. Log: $Log: FloatType.java,v $ Log: Revision 1.5 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.4 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.3 2003/09/28 15:36:39 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.2 2003/07/28 23:28:26 lauerc Log: Changed expression handling due to structural changes at ExpressionTuple. Log: Log: Revision 1.1 2003/04/29 05:31:21 lauerc Log: Initial revision. Log:
ExpressionType: Name: ExpressionType Description: The interface for expression types. Log: $Log: ExpressionType.java,v $ Log: Revision 1.4 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.3 2003/07/28 23:14:52 lauerc Log: Changed signature of method getOperation due to the redesign of Log: expression parsing at ExpressionInterpreter: Argument is of type Log: Operation now. Log: Log: Revision 1.2 2003/03/16 01:44:03 lauerc Log: Identificating the expression type by its class now. Log: Log: Revision 1.1 2003/03/05 06:23:26 lauerc Log: Initial revision. Log:
StatementTest: Name: SimpleTest Description: Description of the class. Log: $Log: StatementTest.java,v $ Log: Revision 1.5 2003/11/02 00:42:39 lauerc Log: Fixed testForeach method. Log: Log: Revision 1.4 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.3 2003/10/30 23:41:13 lauerc Log: Fixed foreach test case. Log: Added test case for if statement. Log: Log: Revision 1.2 2003/10/29 00:09:05 lauerc Log: Moved procedure tests to class ProcedureTest, performing other statement tests here. Log:
MapType: Name: MapType Description: An expression type handler for Map values. Log: $Log: MapType.java,v $ Log: Revision 1.4 2003/11/23 03:23:58 lauerc Log: Cleaned up code. Log: Fixed javadoc comments. Log: Log: Revision 1.3 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.2 2003/10/29 00:10:09 lauerc Log: Added operations notContainsKey and notEmpty. Log: Log: Revision 1.1 2003/09/02 19:42:25 lauerc Log: Initial revision. Log:
ProcedureTest: Name: StatementTest Description: A class for statement expression tests. Log: $Log: ProcedureTest.java,v $ Log: Revision 1.3 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.2 2003/11/01 01:57:40 lauerc Log: Really checking expression interpreter results now. Log: Log: Revision 1.1 2003/10/29 00:06:42 lauerc Log: Initial revision. Log: Log: Revision 1.1 2003/10/28 07:06:55 lauerc Log: Initial revision. Log:
SequenceIndex: Title: SequenceIndex.java Description: Description of the class. Log: $Log: SequenceIndex.java,v $ Log: Revision 1.4 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.3 2003/09/28 15:38:23 lauerc Log: Fixed javadoc comments. Log: Log: Revision 1.2 2003/07/26 16:00:17 lauerc Log: Implemented method toString. Log: Log: Revision 1.1 2003/03/17 20:28:54 lauerc Log: Initial revision. Log:
AllExpressionInterpreterTests: Name: AllExpressionInterpreterTests Description: Test suite running all expression interpreter test cases. Log: $Log: AllExpressionInterpreterTests.java,v $ Log: Revision 1.3 2003/12/11 23:10:06 lauerc Log: Added missing comments. Log: Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/11/01 02:14:30 lauerc Log: Initial revision. Log:
TableTypeTest: Name: TableTypeTest Description: A class testing the TableType class. Log: $Log: TableTypeTest.java,v $ Log: Revision 1.3 2003/12/07 23:57:42 lauerc Log: Renamed org.ujac.util.table.Table to org.ujac.util.table.DataTable. Log: Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/10/29 00:06:59 lauerc Log: Initial revision. Log:
OperatorTest: Name: OperatorTest Description: A class running test cases for operator handling. Log: $Log: OperatorTest.java,v $ Log: Revision 1.3 2003/12/02 21:25:43 lauerc Log: Added test method for comparison operators. Log: Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/10/29 00:06:42 lauerc Log: Initial revision. Log:
BasicsTest: Name: BasicsTest Description: A test class for basic expression type operations. Log: $Log: BasicsTest.java,v $ Log: Revision 1.3 2003/12/09 22:45:02 lauerc Log: Added tests for basic comparison operands. Log: Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/11/01 01:45:04 lauerc Log: Initial revision. Log:
OperandNotSupportedException: Name: OperandNotSupportedException Description: An exception that is thrown if an operand is defined, but no one is supported at the speecific method. Log: $Log: OperandNotSupportedException.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. Log: Log: Revision 1.1 2003/03/05 06:23:26 lauerc Log: Initial revision. Log:
| Home | Contact Us | Privacy Policy | Terms of Service |