Interface LocalVariable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,Variable
- All Known Implementing Classes:
LocalVariableImpl
public interface LocalVariable extends Variable
A representation of the model object 'Local Variable'.- See Also:
PatternLanguagePackage.getLocalVariable()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Method Detail
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceVariable
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-