org.eclipse.ocl
Class AbstractEnvironment.VariableEntry

java.lang.Object
  extended by org.eclipse.ocl.AbstractEnvironment.VariableEntry
Enclosing class:
AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>

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
 Variable<C,PM> getVariable()
           
 boolean isExplicit()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getVariable

public Variable<C,PM> getVariable()
Since:
3.1

isExplicit

public boolean isExplicit()
Since:
3.1

toString

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