Interface ValueReference
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AggregatedValue
,BoolValue
,ComputationValue
,EnumValue
,FunctionEvaluationValue
,JavaConstantValue
,ListValue
,LiteralValueReference
,NumberValue
,StringValue
,VariableReference
- All Known Implementing Classes:
AggregatedValueImpl
,BoolValueImpl
,ComputationValueImpl
,EnumValueImpl
,FunctionEvaluationValueImpl
,JavaConstantValueImpl
,ListValueImpl
,LiteralValueReferenceImpl
,NumberValueImpl
,StringValueImpl
,ValueReferenceImpl
,VariableReferenceImpl
public interface ValueReference extends Expression
A representation of the model object 'Value Reference'.- See Also:
PatternLanguagePackage.getValueReference()
- 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
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-