Interface Expression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AggregatedValue
,BoolValue
,ComputationValue
,EnumValue
,FunctionEvaluationValue
,JavaConstantValue
,ListValue
,LiteralValueReference
,LocalVariable
,NumberValue
,Parameter
,ParameterRef
,StringValue
,ValueReference
,Variable
,VariableReference
- All Known Implementing Classes:
AggregatedValueImpl
,BoolValueImpl
,ComputationValueImpl
,EnumValueImpl
,ExpressionImpl
,FunctionEvaluationValueImpl
,JavaConstantValueImpl
,ListValueImpl
,LiteralValueReferenceImpl
,LocalVariableImpl
,NumberValueImpl
,ParameterImpl
,ParameterRefImpl
,StringValueImpl
,ValueReferenceImpl
,VariableImpl
,VariableReferenceImpl
public interface Expression extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Expression'.- See Also:
PatternLanguagePackage.getExpression()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
-