org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
Interface VariableValueNotFoundInfo

All Known Implementing Classes:
ValueNotFoundException, VariableValueNotFoundInfoImpl

public interface VariableValueNotFoundInfo


Method Summary
 VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getVariableExp()
          If the request for the undefined variable was triggered by evaluating a VariableExp, this expression is returned.
 java.lang.String getVariableName()
           
 

Method Detail

getVariableName

java.lang.String getVariableName()

getVariableExp

VariableExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getVariableExp()
If the request for the undefined variable was triggered by evaluating a VariableExp, this expression is returned. In some cases the EvaluationEnvironment.getValueOf(String) method is called without a particular variable expression at hand, e.g., in order to look up the context object which is the value of the "self" variable for which not always a variable expression is available. In those cases, null will be returned.