org.eclipse.ocl.examples.pivot
Class AbstractEnvironment.VariableEntry

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.AbstractEnvironment.VariableEntry
Enclosing class:
AbstractEnvironment

protected final class AbstractEnvironment.VariableEntry
extends java.lang.Object

Wrapper for OCL variable declarations that additionally tracks whether they are explicit or implicit variables.

Author:
Christian W. Damus (cdamus)

Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object