Interface LiteralValueReference
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Subinterfaces:
BoolValue
,ListValue
,NumberValue
,StringValue
- All Known Implementing Classes:
BoolValueImpl
,ListValueImpl
,LiteralValueReferenceImpl
,NumberValueImpl
,StringValueImpl
public interface LiteralValueReference extends ValueReference
A representation of the model object 'Literal Value Reference'.- See Also:
PatternLanguagePackage.getLiteralValueReference()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Method Detail
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-