|
|||||||||
| Home >> All >> org >> ujac >> util >> [ exi overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.ujac.util.exi
| Interface Summary | |
| ExpressionOperation | Name: ExpressionOperation Description: The interface for expression operations. Log: $Log: ExpressionOperation.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| 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. |
| Class Summary | |
| AncestorDefinition | Title: AncestorDefinition Description: Helper class for definitions of ancestors. Log: $Log: AncestorDefinition.java,v $ Log: Revision 1.3 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| ConstantOperand | Name: ConstantOperand Description: A class implementing operands holding constant values. Log: $Log: ConstantOperand.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| 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. |
| 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. |
| Operand | Name: Operand Description: A common implementation for operands. Log: $Log: Operand.java,v $ Log: Revision 1.3 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| Operation | Name: Operation Description: A class specifying expression operations. |
| ProcedureInfo | Name: ProcedureInfo Description: A class holding informations about procedures. |
| 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. |
| 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. |
| StatementToken | Name: StatementToken Description: A class holding informations about statement tokens. |
| VariableOperand | Name: VariableOperand Description: A class implementing operands holding variables. Log: $Log: VariableOperand.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| Exception Summary | |
| ExpressionException | Title: ExpressionException Description: A class used to report exceptions, that occur in class ExpressionInterpreter. Log: $Log: ExpressionException.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| NoOperandException | Name: NoOperandException Description: An exception that is thrown if a requested operand is not defined. Log: $Log: NoOperandException.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
| 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. |
| StatementException | Name: StatementException Description: A class used to report exceptions, that occur in class ExpressionInterpreter when handling statements. Log: $Log: StatementException.java,v $ Log: Revision 1.2 2003/11/01 12:06:38 lauerc Log: Added copyright notice. |
|
|||||||||
| Home >> All >> org >> ujac >> util >> [ exi overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||