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:
BslPackage.getExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<TypeItem>
getRetValTypes()
org.eclipse.emf.common.util.EList<TypeItem>
getTypes()
Returns the value of the 'Types' reference list.
-
-
-
Method Detail
-
getTypes
org.eclipse.emf.common.util.EList<TypeItem> getTypes()
Returns the value of the 'Types' reference list. The list contents are of typeTypeItem
.- Returns:
- the value of the 'Types' reference list.
- See Also:
BslPackage.getExpression_Types()
-
getRetValTypes
org.eclipse.emf.common.util.EList<TypeItem> getRetValTypes()
-
-