Uses of Interface
com._1c.g5.v8.dt.bsl.model.Pragma
Packages that use Pragma
Package
Description
-
Uses of Pragma in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type PragmaModifier and TypeMethodDescriptionDefaultModuleExtensionService.getExtensionMethods(Module extensionModule, String methodName) IModuleExtensionService.getExtensionMethods(Module extensionModule, String methodName) Gets extension method overriding adoptable method with namemethodNameDefaultModuleExtensionService.getSourceMethod(Method extentionMethod) IModuleExtensionService.getSourceMethod(Method extentionMethod) Gets adoptable method by extension methodDefaultModuleExtensionService.getSourceMethodNames(Method extentionMethod) IModuleExtensionService.getSourceMethodNames(Method extentionMethod) Gets adoptable method names by extension method -
Uses of Pragma in com._1c.g5.v8.dt.bsl.extension
Methods in com._1c.g5.v8.dt.bsl.extension that return types with arguments of type PragmaModifier and TypeMethodDescriptionModuleExtentionService.getExtensionMethods(Module extensionModule, String methodName) ModuleExtentionService.getSourceMethod(Method extentionMethod) ModuleExtentionService.getSourceMethodNames(Method extentionMethod) -
Uses of Pragma in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return PragmaModifier and TypeMethodDescriptionBslFactory.createPragma()Returns a new object of class 'Pragma'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type PragmaModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Pragma>Module.getDefaultPragmas()Returns the value of the 'Default Pragmas' containment reference list.org.eclipse.emf.common.util.EList<Pragma>PragmaTarget.getPragmas()Returns the value of the 'Pragmas' containment reference list. -
Uses of Pragma in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement PragmaModifier and TypeClassDescriptionclassAn implementation of the model object 'Pragma'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type PragmaModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Pragma>ModuleImpl.defaultPragmasThe cached value of the 'Default Pragmas' containment reference list.protected org.eclipse.emf.common.util.EList<Pragma>IfPreprocessorDeclareStatementImpl.pragmasThe cached value of the 'Pragmas' containment reference list.protected org.eclipse.emf.common.util.EList<Pragma>PragmaTargetImpl.pragmasThe cached value of the 'Pragmas' containment reference list.protected org.eclipse.emf.common.util.EList<Pragma>RegionPreprocessorDeclareStatementImpl.pragmasThe cached value of the 'Pragmas' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return PragmaMethods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type PragmaModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Pragma>ModuleImpl.getDefaultPragmas()org.eclipse.emf.common.util.EList<Pragma>IfPreprocessorDeclareStatementImpl.getPragmas()org.eclipse.emf.common.util.EList<Pragma>PragmaTargetImpl.getPragmas()org.eclipse.emf.common.util.EList<Pragma>RegionPreprocessorDeclareStatementImpl.getPragmas() -
Uses of Pragma in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util that return types with arguments of type PragmaModifier and TypeMethodDescriptionBslUtil.getEffectivePragmas(PragmaTarget pragmaTarget) Returns effective pragmas forPragmaTargetinstance.
Effective pragmas are computed by following algorithm:
- if many-valued referencepragmasofPragmaTargetinstance contains at least one item, value of this reference is returned
- otherwise function attempts to findModulecontainingPragmaTarget.Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type PragmaModifier and TypeMethodDescriptionBslSwitch.casePragma(Pragma object) Returns the result of interpreting the object as an instance of 'Pragma'.static StringBslUtil.getPragmaValue(Pragma pragma) Gets content of the feature "value" ofPragmaby its original content without service symbols ('"') -
Uses of Pragma in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type PragmaModifier and TypeMethodDescriptionvoidBslJavaValidator.checkPragma(Pragma pragma) Deprecated.voidBslJavaValidator.checkPragmaForUnusedMethod(Pragma pragma) Deprecated. -
Uses of Pragma in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type PragmaModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatPragma(Pragma pragma, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsPragmaobject