Uses of Interface
com._1c.g5.v8.dt.bsl.model.Method
Packages that use Method
Package
Description
-
Uses of Method in com._1c.g5.v8.dt.bp.scheme.ui.bsl.findref
Methods in com._1c.g5.v8.dt.bp.scheme.ui.bsl.findref with parameters of type MethodModifier and TypeMethodDescriptionstatic boolean
GraphicalSchemeReferenceFinderParticipant.isRightHandler
(Method method, EventHandler eventHandler) Returnstrue
if giveneventHandler
is right handler for givenmethod
. -
Uses of Method in com._1c.g5.v8.dt.bp.scheme.ui.refactoring
Methods in com._1c.g5.v8.dt.bp.scheme.ui.refactoring with parameters of type MethodModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.Change
GraphicalSchemeItemHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) -
Uses of Method in com._1c.g5.v8.dt.bsl.bm.ui.refactoring
Methods in com._1c.g5.v8.dt.bsl.bm.ui.refactoring with parameters of type MethodModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.Change
IBslMdObjectHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) Creates aChange
object that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.List<org.eclipse.ltk.core.refactoring.Change>
BslMdObjectHandlerRenameParticipantServiceProvider.createChanges
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor monitor) Creates aChange
object that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.protected void
BslTextSearchSupplier.filterMatchesFromDcs
(Method context, Collection<TextSearchModelMatch> matches, Collection<Match> correctSearchResult) Filters all matches for DCS file: if name of the CommonModule is not equals for name if the common module of renamingMethod
-
Uses of Method in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common that return MethodModifier and TypeMethodDescriptionDefaultModuleExtensionService.getSourceMethodForFormEventHandler
(Module extensionModule, String methodName, BslEventsService eventService) IModuleExtensionService.getSourceMethodForFormEventHandler
(Module extensionModule, String methodName, BslEventsService eventService) Gets adoptable method by event handler method name from extension form moduleMethods in com._1c.g5.v8.dt.bsl.common that return types with arguments of type MethodModifier and TypeMethodDescriptionDefaultModuleExtensionService.getExtensionMethods
(Module extensionModule, String methodName) IModuleExtensionService.getExtensionMethods
(Module extensionModule, String methodName) Gets extension method overriding adoptable method with namemethodName
DefaultModuleExtensionService.getSourceMethod
(Method extentionMethod) IModuleExtensionService.getSourceMethod
(Method extentionMethod) Gets adoptable method by extension methodDefaultModuleExtensionService.getSourceMethodsForFormEventHandler
(Module adoptableModule, Module extensionModule, BslEventsService eventService) DefaultModuleExtensionService.getSourceMethodsForFormEventHandler
(Module adoptableModule, Module extensionModule, BslEventsService eventService) IModuleExtensionService.getSourceMethodsForFormEventHandler
(Module adoptableModule, Module extensionModule, BslEventsService eventService) Gets correspondence between methods from source module (this method is event handler for form item event) and their extension methods from extension moduleIModuleExtensionService.getSourceMethodsForFormEventHandler
(Module adoptableModule, Module extensionModule, BslEventsService eventService) Gets correspondence between methods from source module (this method is event handler for form item event) and their extension methods from extension moduleMethods in com._1c.g5.v8.dt.bsl.common with parameters of type MethodModifier and TypeMethodDescriptionDefaultModuleExtensionService.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 methodConstructors in com._1c.g5.v8.dt.bsl.common with parameters of type Method -
Uses of Method in com._1c.g5.v8.dt.bsl.documentation.comment
Methods in com._1c.g5.v8.dt.bsl.documentation.comment that return MethodModifier and TypeMethodDescriptionBslDocumentationComment.getMethod()
Gets the methodMethod
of the documentation commentMethods in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type MethodModifier and TypeMethodDescriptionstatic int[]
BslCommentUtils.getCommentLineLocalOffsets
(List<org.eclipse.xtext.nodemodel.INode> commentLines, Method method) Gets offsets of each line in comment relatively to the total method textstatic boolean
BslCommentUtils.isDeprecated
(Method method) Checks in fast way that method is deprecated.static BslDocumentationComment
BslCommentUtils.parseTemplateComment
(Method method, boolean oldFormat, BslMultiLineCommentDocumentationProvider commentProvider) Parses Built-In language documentation comment for theMethod
static BslDocumentationComment
BslCommentUtils.parseTemplateComment
(List<String> templateLines, Method method, boolean oldFormat) Parses Bsl documentation comment from text linesConstructors in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type MethodModifierConstructorDescriptionBslDocumentationComment
(Module module, Method method, int[] lineLocalOffsets) Constructor -
Uses of Method in com._1c.g5.v8.dt.bsl.extension
Methods in com._1c.g5.v8.dt.bsl.extension that return MethodModifier and TypeMethodDescriptionModuleExtentionService.getSourceMethodForFormEventHandler
(Module extensionModule, String methodName, BslEventsService eventService) Methods in com._1c.g5.v8.dt.bsl.extension that return types with arguments of type MethodModifier and TypeMethodDescriptionModuleExtentionService.getExtensionMethods
(Module extensionModule, String methodName) ModuleExtentionService.getSourceMethod
(Method extentionMethod) ModuleExtentionService.getSourceMethodsForFormEventHandler
(Module adoptableModule, Module extensionModule, BslEventsService eventService) ModuleExtentionService.getSourceMethodsForFormEventHandler
(Module adoptableModule, Module extensionModule, BslEventsService eventService) Methods in com._1c.g5.v8.dt.bsl.extension with parameters of type MethodModifier and TypeMethodDescriptionModuleExtentionService.getSourceMethod
(Method extentionMethod) ModuleExtentionService.getSourceMethodNames
(Method extentionMethod) -
Uses of Method in com._1c.g5.v8.dt.bsl.model
Subinterfaces of Method in com._1c.g5.v8.dt.bsl.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Function'.interface
A representation of the model object 'Procedure'.Methods in com._1c.g5.v8.dt.bsl.model that return MethodModifier and TypeMethodDescriptionFeaturesScopeSpec.getMethod()
Returns the value of the 'Method' reference.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type MethodModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Method>
Module.allMethods()
org.eclipse.emf.common.util.EList<Method>
Method.getCallees()
Returns the value of the 'Callees' reference list.org.eclipse.emf.common.util.EList<Method>
Module.getMethods()
Returns the value of the 'Methods' containment reference list.org.eclipse.emf.common.util.EList<Method>
PreprocessorItemMethodStatement.getMethods()
Returns the value of the 'Methods' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type Method -
Uses of Method in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement MethodModifier and TypeClassDescriptionclass
An implementation of the model object 'Function'.class
An implementation of the model object 'Method'.class
An implementation of the model object 'Procedure'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as MethodModifier and TypeFieldDescriptionprotected Method
FeaturesScopeSpecImpl.method
The cached value of the 'Method
' reference.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type MethodModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Method>
MethodImpl.callees
The cached value of the 'Callees
' reference list.protected org.eclipse.emf.common.util.EList<Method>
ModuleImpl.methods
The cached value of the 'Methods
' containment reference list.protected org.eclipse.emf.common.util.EList<Method>
PreprocessorItemMethodStatementImpl.methods
The cached value of the 'Methods
' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return MethodModifier and TypeMethodDescriptionFeaturesScopeSpecImpl.basicGetMethod()
FeaturesScopeSpecImpl.getMethod()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type MethodModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Method>
ModuleImpl.allMethods()
org.eclipse.emf.common.util.EList<Method>
MethodImpl.getCallees()
org.eclipse.emf.common.util.EList<Method>
ModuleImpl.getMethods()
org.eclipse.emf.common.util.EList<Method>
PreprocessorItemMethodStatementImpl.getMethods()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Method -
Uses of Method 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 MethodModifier and TypeMethodDescriptionstatic Collection<Method>
BslUtil.allMethods
(PreprocessorItem item) Gets allMethod
fromPreprocessorItem
BslUtil.BslMethodContainerAdapter.getMethods()
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type MethodModifier and TypeMethodDescriptionstatic boolean
BslUtil.canBeEventHandlerByParamCounts
(Method method, ParamSet paramSet, int additionalIndex) Check Built-In language method that it can be event handler in form by parametersBslSwitch.caseMethod
(Method object) Returns the result of interpreting the object as an instance of 'Method'.static int
BslUtil.getMaxCountOfParameters
(Method method) Get maximum number of parameters of bsl methodstatic int
BslUtil.getMinCountOfParameters
(Method method) Get minimum number of parameters of bsl methodConstructor parameters in com._1c.g5.v8.dt.bsl.model.util with type arguments of type Method -
Uses of Method in com._1c.g5.v8.dt.bsl.naming
Methods in com._1c.g5.v8.dt.bsl.naming with parameters of type MethodModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
BslQualifiedNameProvider._computeFqn
(Method method) -
Uses of Method in com._1c.g5.v8.dt.bsl.parser.antlr
Methods in com._1c.g5.v8.dt.bsl.parser.antlr that return MethodModifier and TypeMethodDescriptionPartialParseResult.getReparseMethod()
Gets last reparsing method fromModule
Methods in com._1c.g5.v8.dt.bsl.parser.antlr that return types with arguments of type MethodModifier and TypeMethodDescriptionPartialParseResult.getCalleesMethod()
GetsMethod
s are called fromreparseMethod
before editingConstructors in com._1c.g5.v8.dt.bsl.parser.antlr with parameters of type MethodModifierConstructorDescriptionPartialParseResult
(org.eclipse.xtext.parser.IParseResult parseResult, Method reparseMethod) ConstructorPartialParseResult
(org.eclipse.xtext.parser.IParseResult parseResult, Method reparseMethod, Collection<Method> calleesMethod) ConstructorConstructor parameters in com._1c.g5.v8.dt.bsl.parser.antlr with type arguments of type MethodModifierConstructorDescriptionPartialParseResult
(org.eclipse.xtext.parser.IParseResult parseResult, Method reparseMethod, Collection<Method> calleesMethod) Constructor -
Uses of Method in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource that return MethodModifier and TypeMethodDescriptionBslResource.getReparseMethod()
Gets last reparsing method fromModule
Methods in com._1c.g5.v8.dt.bsl.resource that return types with arguments of type MethodModifier and TypeMethodDescriptionBslResource.getMethod
(CaseInsensitiveString name) Gets methods fromModule
by nameMethods in com._1c.g5.v8.dt.bsl.resource with parameters of type Method -
Uses of Method in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping with parameters of type MethodModifier and TypeMethodDescriptionorg.eclipse.xtext.scoping.IScope
BslScopeProvider.getContextVariablesScope
(Module module, Method method) Gets context scope of variable - module properties, global context properties and system enum propertiesConstructors in com._1c.g5.v8.dt.bsl.scoping with parameters of type MethodModifierConstructorDescriptionMethodVariablesScope
(org.eclipse.xtext.scoping.IScope parent, Method method) InitializeConstructor parameters in com._1c.g5.v8.dt.bsl.scoping with type arguments of type MethodModifierConstructorDescriptionModuleMethodsScope
(org.eclipse.xtext.scoping.IScope parent, Module module, com.google.common.base.Predicate<Method> filter) Initialize -
Uses of Method in com._1c.g5.v8.dt.bsl.typesystem
Methods in com._1c.g5.v8.dt.bsl.typesystem with parameters of type MethodModifier and TypeMethodDescriptionvoid
BslTreeTypeSystem.lightInstallingTypeSystem
(Module module, Method method, Variable variable, Statement stopStatement, int nearesOffset, BmOperationContext typeComputationContext) Install light version of type system in Bsl module. -
Uses of Method in com._1c.g5.v8.dt.bsl.typesystem.util
Methods in com._1c.g5.v8.dt.bsl.typesystem.util with parameters of type MethodModifier and TypeMethodDescriptionstatic void
TypeSystemUtil.installInitTypeUserMethodParam
(Method method, TypeSystemMode mode) Computes final state forMethod
parametersstatic void
TypeSystemUtil.installTypeStateForMethodParamByDefValue
(Method method, TypesComputer computerTypes, IVariableTypeStateFactory creator, Deque<VariableTreeTypeState> allComputedState, TypeSystemMode mode) Installs states of parameters having default value -
Uses of Method in com._1c.g5.v8.dt.bsl.ui
Methods in com._1c.g5.v8.dt.bsl.ui with parameters of type MethodModifier and TypeMethodDescriptionBslDocumentationProvider.createMethodTemplateWithoutComments
(Method method) CreatesBslDocumentationProvider.DocumentContent
byMethod
static String
BslDocumentationProvider.createSyntax
(Method method) Gets syntax of Bsl method -
Uses of Method in com._1c.g5.v8.dt.bsl.ui.contentassist
Methods in com._1c.g5.v8.dt.bsl.ui.contentassist that return types with arguments of type MethodModifier and TypeMethodDescriptionBslProposalProvider.getAllCorrectEvent
(Module module) Gets all correctEvent
for creating proposalsMethods in com._1c.g5.v8.dt.bsl.ui.contentassist with parameters of type MethodModifier and TypeMethodDescriptionBslCommentUiUtils.createEmptyTemplate
(org.eclipse.jface.text.IDocument doc, int posInsert, Method method, boolean isFunc, String lineFormatter, String indent, ScriptVariant lang, IV8ProjectManager v8projectManager, boolean oldFormat) Create comment template for method in BSL.BslCommentUiUtils.createOrUpdateTemplateForMethod
(org.eclipse.jface.text.IDocument doc, int posInsert, Method method, String lineFormatter, String indent, TypesComputer typesComputer, BslMultiLineCommentDocumentationProvider commentProvider, IV8ProjectManager v8projectManager, boolean oldFormat) Creates or update template based onMethod
.BslCommentUiUtils.createTemplateForMethod
(org.eclipse.jface.text.IDocument doc, int posInsert, Method method, String lineFormatter, String indent, TypesComputer typesComputer, BslMultiLineCommentDocumentationProvider commentProvider, IV8ProjectManager v8projectManager, boolean oldFormat) Creates template based onMethod
.static String
BslCommentUiUtils.createTemplateTextForMethod
(Method method, String descr, String lineFormatter, String indent, TypesComputer typesComputer, IV8ProjectManager v8projectManager, BslMultiLineCommentDocumentationProvider commentProvider, boolean oldFormat, boolean isRussian) Creates template based onMethod
static String
BslProposalProvider.getMethodAnnotation
(Module actualBslModule, Method method, boolean isRussian) Gets string presentation of Bsl annotation link to the adoptable method from BslModule
BslCommentUiUtils.parseTemplateComment
(List<String> template, Method method, BslDocumentationProvider documentation, boolean oldFormat) Parses comment for method. -
Uses of Method in com._1c.g5.v8.dt.bsl.ui.event
Constructor parameters in com._1c.g5.v8.dt.bsl.ui.event with type arguments of type MethodModifierConstructorDescriptionBslEventsChooserDialog
(org.eclipse.swt.widgets.Shell parentShell, Map<String, org.eclipse.xtext.util.Triple<Event, ParamSet, Method>> allProposals, boolean needProcedureForEvent, boolean needAnnotations, boolean isRealDirective, BslDocumentationProvider documentation, boolean isRussian) Initialize -
Uses of Method in com._1c.g5.v8.dt.bsl.ui.quickfix
Methods in com._1c.g5.v8.dt.bsl.ui.quickfix with parameters of type MethodModifier and TypeMethodDescriptionstatic String
BslQuickFixUtil.getFormatString
(org.eclipse.xtext.ui.editor.model.edit.IModificationContext context, Method method) Provides the format string for the givenIXtextDocument
andMethod
-
Uses of Method in com._1c.g5.v8.dt.bsl.util
Methods in com._1c.g5.v8.dt.bsl.util with parameters of type MethodModifier and TypeMethodDescriptionBslUtil.getCorrespondEvent
(Method method, Map<CaseInsensitiveString, List<Event>> allEvents) static Collection<Block>
BslUtil.getDependMethodsTree
(Method method) Gets allBlock
depending frommethod
static org.eclipse.xtext.scoping.IScope
BslUtil.getExternalMethodsScope
(Module module, Method method, Environments envs, org.eclipse.xtext.scoping.IScopeProvider scopeProvider) Gets scope of all external methods for modulestatic org.eclipse.xtext.nodemodel.INode
BslUtil.getMethodSignatureLastNode
(Method method) Gets lastINode
corresponding to the method signaturestatic boolean
BslUtil.hasMethodClientDirective
(Method method) Checks thatMethod
has clients directivestatic boolean
BslUtil.hasMethodServerDirective
(Method method) Checks thatMethod
has server directive -
Uses of Method in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type MethodModifier and TypeMethodDescriptionvoid
BslJavaValidator.checkAsyncMethod
(Method method) Deprecated.void
BslJavaValidator.checkLocalVariablesNotExported
(Method method) Deprecated.void
BslJavaValidator.checkMethodAnnotations
(Method method) Deprecated.void
BslJavaValidator.checkMethodEnvironmentsForEmty
(Method method) Deprecated.void
BslJavaValidator.checkMethodForStatementsAfterReturn
(Method method) Deprecated.void
BslJavaValidator.checkVariableNamesAreUnique
(Method method) Deprecated.void
BslJavaValidator.validateOrderOfMethodPart
(Method method) Deprecated. -
Uses of Method in com._1c.g5.v8.dt.debug.util
Methods in com._1c.g5.v8.dt.debug.util that return MethodModifier and TypeMethodDescriptionstatic Method
DebugNodeModelUtils.getLineMethod
(Module module, int line) Returns method of module by line number, ornull
, if there isn't one.Methods in com._1c.g5.v8.dt.debug.util with parameters of type MethodModifier and TypeMethodDescriptionstatic boolean
DebugNodeModelUtils.belongToMethod
(org.eclipse.emf.ecore.EObject variable, Method method) Returns whether the given variable belong to the given method.static String
DebugNodeModelUtils.getMethodSignature
(Method method) Returns string representation of method signature. -
Uses of Method in com._1c.g5.v8.dt.eventhandlers.model
Methods in com._1c.g5.v8.dt.eventhandlers.model that return MethodModifier and TypeMethodDescriptionExtensionMethodContainer.getMethod()
Returns method.MethodContainer.getMethod()
Returns method.Constructors in com._1c.g5.v8.dt.eventhandlers.model with parameters of type MethodModifierConstructorDescriptionExtensionMethodContainer
(HandlerContainer parent, Method method) Constructor.MethodContainer
(OverridesFolder parent, Method method, TypeItem ownerTypeItem) Constructor. -
Uses of Method in com._1c.g5.v8.dt.form.internal.ui.bsl.findref
Methods in com._1c.g5.v8.dt.form.internal.ui.bsl.findref with parameters of type MethodModifier and TypeMethodDescriptionstatic boolean
FormReferenceFinderParticipant.isEventHandler
(Event event, Method method, boolean isMainItem) ChecksMethod
for handling theevent
-
Uses of Method in com._1c.g5.v8.dt.internal.bsl.bm.ui.refactoring
Methods in com._1c.g5.v8.dt.internal.bsl.bm.ui.refactoring with parameters of type MethodModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.Change
EventSubscriptionHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.Change
HttpServiceHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.Change
IntegrationServiceHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.Change
ScheduleJobHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) org.eclipse.ltk.core.refactoring.Change
WebServiceHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) -
Uses of Method in com._1c.g5.v8.dt.internal.debug.core.model
Methods in com._1c.g5.v8.dt.internal.debug.core.model that return Method -
Uses of Method in com._1c.g5.v8.dt.internal.form.ui.refactoring
Methods in com._1c.g5.v8.dt.internal.form.ui.refactoring with parameters of type MethodModifier and TypeMethodDescriptionorg.eclipse.ltk.core.refactoring.Change
FormElementHandlerRenameParticipant.createChange
(org.eclipse.emf.common.util.URI resourceUri, Module module, Method method, String newName, org.eclipse.core.runtime.IProgressMonitor pm) -
Uses of Method in com._1c.g5.v8.dt.internal.profiling.core
Methods in com._1c.g5.v8.dt.internal.profiling.core that return MethodModifier and TypeMethodDescriptionMethodLineMapComputer.getMethod
(int lineNumber) Returns method for the given line number.Methods in com._1c.g5.v8.dt.internal.profiling.core with parameters of type MethodModifier and TypeMethodDescriptionboolean
InvocationCountChecker.canCountInvocations
(ILineProfilingResult result, Module module, Method method) boolean
InvocationCountChecker.canCountInvocationsInternal
(ILineProfilingResult result, Module module, Method method) -
Uses of Method in com._1c.g5.v8.dt.internal.profiling.ui
Methods in com._1c.g5.v8.dt.internal.profiling.ui that return MethodModifier and TypeMethodDescriptionMethodLineMapComputer.getMethod
(int lineNumber) Returns method for the given line number.Methods in com._1c.g5.v8.dt.internal.profiling.ui that return types with arguments of type Method -
Uses of Method in com._1c.g5.v8.dt.md.ui.aef.models
Fields in com._1c.g5.v8.dt.md.ui.aef.models with type parameters of type MethodModifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate<Method>
ICommonModuleMethodNamesProvider.EXPORT_METHODS_PREDICATE
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return types with arguments of type MethodModifier and TypeMethodDescriptionICommonModuleMethodNamesProvider.BaseModuleAndMethodNameProvider.getCommonModuleMethods
(org.eclipse.xtext.resource.IEObjectDescription moduleDescription, com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject> predicate) Returns module methods by predicate. -
Uses of Method in com._1c.g5.v8.dt.profiling.core
Methods in com._1c.g5.v8.dt.profiling.core with parameters of type MethodModifier and TypeMethodDescriptionboolean
IInvocationCountChecker.canCountInvocations
(ILineProfilingResult result, Module module, Method method) Checks if line result can be used to calculate the amount of method invocations. -
Uses of Method in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type MethodModifier and TypeMethodDescriptionprotected void
BslFormatter2.formatMethod
(Method method, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsMethod
object.