Package com._1c.g5.v8.dt.bsl.model
Interface Expression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AwaitExpression,BinaryExpression,BooleanLiteral,DateLiteral,DynamicFeatureAccess,EmptyExpression,FeatureAccess,FunctionStyleCreator,IfPreprocessorExpression,IndexAccess,Invocation,Literal,NameExpression,NullLiteral,NumberLiteral,OperatorStyleCreator,RegionPreprocessorExpression,StaticFeatureAccess,StringLiteral,UnaryExpression,UndefinedLiteral
- All Known Implementing Classes:
AwaitExpressionImpl,BinaryExpressionImpl,BooleanLiteralImpl,DateLiteralImpl,DynamicFeatureAccessImpl,EmptyExpressionImpl,ExpressionImpl,FeatureAccessImpl,FunctionStyleCreatorImpl,IfPreprocessorExpressionImpl,IndexAccessImpl,InvocationImpl,LiteralImpl,NameExpressionImpl,NullLiteralImpl,NumberLiteralImpl,OperatorStyleCreatorImpl,RegionPreprocessorExpressionImpl,StaticFeatureAccessImpl,StringLiteralImpl,UnaryExpressionImpl,UndefinedLiteralImpl
public interface Expression
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Expression'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details