Package com._1c.g5.v8.dt.bsl.model
Interface PragmaTarget
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DeclareStatement
,Function
,IfPreprocessorDeclareStatement
,Method
,Procedure
,RegionPreprocessorDeclareStatement
- All Known Implementing Classes:
DeclareStatementImpl
,FunctionImpl
,IfPreprocessorDeclareStatementImpl
,MethodImpl
,PragmaTargetImpl
,ProcedureImpl
,RegionPreprocessorDeclareStatementImpl
public interface PragmaTarget extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Pragma Target'.The following features are supported:
- See Also:
BslPackage.getPragmaTarget()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Pragma>
getPragmas()
Returns the value of the 'Pragmas' containment reference list.
-
-
-
Method Detail
-
getPragmas
org.eclipse.emf.common.util.EList<Pragma> getPragmas()
Returns the value of the 'Pragmas' containment reference list. The list contents are of typePragma
.- Returns:
- the value of the 'Pragmas' containment reference list.
- See Also:
BslPackage.getPragmaTarget_Pragmas()
-
-