A B C D E F G H I K L M N O P Q R S T U V X

H

handleAssociationClassCallExp(AssociationClassCallExp<C, P>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an AssociationClassCallExp visit.
handleAssociationClassCallExp(AssociationClassCallExp<C, P>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified association-class call with the results of visiting its source and qualifiers (if any).
handleCollectionItem(CollectionItem<C>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleCollectionItem(CollectionItem<C>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified collection item with the result of visiting its item expression.
handleCollectionLiteralExp(CollectionLiteralExp<C>, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a CollectionLiteralExp visit.
handleCollectionLiteralExp(CollectionLiteralExp<C>, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified collection literal expression with the results of visiting its parts (if any).
handleCollectionRange(CollectionRange<C>, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleCollectionRange(CollectionRange<C>, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified collection range with the results of visiting its first and last expressions.
handleConstraint(CT, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified constraint with the results of visiting its specification.
handleExpressionInOCL(ExpressionInOCL<C, PM>, T, T, List<T>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified expression-in-OCL with the results of visiting its context variable, its result variable (if any), its parameter variables (if any), and its body expression.
handleIfExp(IfExp<C>, String, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IfExp visit.
handleIfExp(IfExp<C>, T, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified if expression with the results of visiting its condition, then, and else expressions.
handleIterateExp(IterateExp<C, PM>, String, List<String>, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IterateExp visit.
handleIterateExp(IterateExp<C, PM>, T, List<T>, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified iterate expression with the results of visiting its source, its iterator variables, its result variable, and its body expression.
handleIteratorExp(IteratorExp<C, PM>, String, List<String>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IteratorExp visit.
handleIteratorExp(IteratorExp<C, PM>, T, List<T>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified iterator expression with the results of visiting its source, its iterator variables, and its body expression.
handleLetExp(LetExp<C, PM>, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for LetExp visit.
handleLetExp(LetExp<C, PM>, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified let expression with the results of visiting its variable and in expression.
handleMessageExp(MessageExp<C, COA, SSA>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleMessageExp(MessageExp<C, COA, SSA>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified message expression with the results of visiting its target and arguments (if any).
handleOperationCallExp(OperationCallExp<C, O>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an OperationCallExp visit.
handleOperationCallExp(OperationCallExp<C, O>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified operation call with the results of visiting its source and arguments (if any).
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
Implements the interface, invoking addProblem with a line comprising processingPhase-problemSeverity in processingContext; lineNumber : problemMessage.
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Handle a problem of problemSeverity that has arisen during processingPhase and which is explained by problemMessage optionally clarified, if non-null, by processingContext, and if non-negative by the startOffset and endOffset character indexes in the parsing stream.
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
handlePropertyCallExp(PropertyCallExp<C, P>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an AssociationEndCallExp visit.
handlePropertyCallExp(PropertyCallExp<C, P>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified property call with the results of visiting its source and qualifiers (if any).
handleTupleLiteralExp(TupleLiteralExp<C, P>, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a TupleLiteralExp visit.
handleTupleLiteralExp(TupleLiteralExp<C, P>, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified tuple literal expression with the results of visiting its parts (if any).
handleTupleLiteralPart(TupleLiteralPart<C, P>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleTupleLiteralPart(TupleLiteralPart<C, P>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified tuple literal part with the results of visiting its value (if any).
handleVariable(Variable<C, PM>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for the Variable visit.
handleVariable(Variable<C, PM>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified variable with the results of visiting its initializer (if any).
HAS_RETURNED - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
HAS_RETURNED_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
HAS_SENT - Static variable in enum org.eclipse.ocl.cst.MessageExpKind
The 'Has Sent' literal value
hasAdditionalFeatures() - Method in class org.eclipse.ocl.AbstractTypeResolver
Queries whether the current environment has any additional features defined at all.
hashCode() - Method in class org.eclipse.ocl.LazyExtentMap
 
hashCode() - Method in class org.eclipse.ocl.lpg.ProblemHandler.Phase
My hash code is my localized name's hash code.
hashCode(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Computes the hash of a collection, accounting for the similar hashing of primitive numeric values that OCL considers equal but Java does not.
hashCode(Object) - Static method in class org.eclipse.ocl.util.ObjectUtil
Computes hash of an object, accounting for the similar hashing of primitive numeric values that OCL considers equal but Java does not.
higherPrecisionNumber(Number) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Coerces the given number to Double or Long precision, if possible.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I K L M N O P Q R S T U V X