Uses of Interface
com._1c.g5.v8.dt.bsl.model.Method
-
-
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 Method Modifier and Type Method Description static 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 Method Modifier and Type Method Description org.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 Method Modifier and Type Method Description org.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
BslFullTextSearchSupplier. filterMatchesFromDcs(Method context, Collection<IDtMatchProvider> matches, Collection<IDtMatchProvider> 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 Method Modifier and Type Method Description Method
DefaultModuleExtensionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)
Method
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 Method Modifier and Type Method Description Map<Pragma,Method>
DefaultModuleExtensionService. getExtensionMethods(Module extensionModule, String methodName)
Map<Pragma,Method>
IModuleExtensionService. getExtensionMethods(Module extensionModule, String methodName)
Gets extension method overriding adoptable method with namemethodName
Map<Pragma,Method>
DefaultModuleExtensionService. getSourceMethod(Method extentionMethod)
Map<Pragma,Method>
IModuleExtensionService. getSourceMethod(Method extentionMethod)
Gets adoptable method by extension methodMap<Method,org.eclipse.xtext.util.Pair<Method,String>>
DefaultModuleExtensionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)
Map<Method,org.eclipse.xtext.util.Pair<Method,String>>
DefaultModuleExtensionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)
Map<Method,org.eclipse.xtext.util.Pair<Method,String>>
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 moduleMap<Method,org.eclipse.xtext.util.Pair<Method,String>>
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 moduleMethods in com._1c.g5.v8.dt.bsl.common with parameters of type Method Modifier and Type Method Description Map<Pragma,Method>
DefaultModuleExtensionService. getSourceMethod(Method extentionMethod)
Map<Pragma,Method>
IModuleExtensionService. getSourceMethod(Method extentionMethod)
Gets adoptable method by extension methodMap<CaseInsensitiveString,Collection<Pragma>>
DefaultModuleExtensionService. getSourceMethodNames(Method extentionMethod)
Map<CaseInsensitiveString,Collection<Pragma>>
IModuleExtensionService. getSourceMethodNames(Method extentionMethod)
Gets adoptable method names by extension methodConstructors in com._1c.g5.v8.dt.bsl.common with parameters of type Method Constructor Description MethodCleanerProcessor(Method method)
Constructor -
Uses of Method in com._1c.g5.v8.dt.bsl.documentation.comment
Methods in com._1c.g5.v8.dt.bsl.documentation.comment that return Method Modifier and Type Method Description Method
BslDocumentationComment. getMethod()
Gets the methodMethod
of the documentation commentMethods in com._1c.g5.v8.dt.bsl.documentation.comment with parameters of type Method Modifier and Type Method Description static boolean
BslCommentUtils. isDeprecated(Method method)
Checks in fast way that method is deprecated.static BslDocumentationComment
BslCommentUtils. parseTemplateComment(Method method, boolean oldFormat, BslMultiLineCommentDocumentationProvider commentProvider)
Parses Bsl 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 Method Constructor Description BslDocumentationComment(Module module, Method method, int[] lineGlobalOffsets)
Constructor -
Uses of Method in com._1c.g5.v8.dt.bsl.extension
Methods in com._1c.g5.v8.dt.bsl.extension that return Method Modifier and Type Method Description Method
ModuleExtentionService. getSourceMethodForFormEventHandler(Module extensionModule, String methodName, BslEventsService eventService)
Methods in com._1c.g5.v8.dt.bsl.extension that return types with arguments of type Method Modifier and Type Method Description Map<Pragma,Method>
ModuleExtentionService. getExtensionMethods(Module extensionModule, String methodName)
Map<Pragma,Method>
ModuleExtentionService. getSourceMethod(Method extentionMethod)
Map<Method,org.eclipse.xtext.util.Pair<Method,String>>
ModuleExtentionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)
Map<Method,org.eclipse.xtext.util.Pair<Method,String>>
ModuleExtentionService. getSourceMethodsForFormEventHandler(Module adoptableModule, Module extensionModule, BslEventsService eventService)
Methods in com._1c.g5.v8.dt.bsl.extension with parameters of type Method Modifier and Type Method Description Map<Pragma,Method>
ModuleExtentionService. getSourceMethod(Method extentionMethod)
Map<CaseInsensitiveString,Collection<Pragma>>
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.model Modifier and Type Interface Description interface
Function
A representation of the model object 'Function'.interface
Procedure
A representation of the model object 'Procedure'.Methods in com._1c.g5.v8.dt.bsl.model that return Method Modifier and Type Method Description Method
FeaturesScopeSpec. getMethod()
Returns the value of the 'Method' reference.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type Method Modifier and Type Method Description org.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 Modifier and Type Method Description void
FeaturesScopeSpec. setMethod(Method value)
Sets the value of the 'Method
' reference. -
Uses of Method in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement Method Modifier and Type Class Description class
FunctionImpl
An implementation of the model object 'Function'.class
MethodImpl
An implementation of the model object 'Method'.class
ProcedureImpl
An implementation of the model object 'Procedure'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as Method Modifier and Type Field Description protected 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 Method Modifier and Type Field Description protected 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 Method Modifier and Type Method Description Method
FeaturesScopeSpecImpl. basicGetMethod()
Method
FeaturesScopeSpecImpl. getMethod()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type Method Modifier and Type Method Description org.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 Modifier and Type Method Description void
FeaturesScopeSpecImpl. setMethod(Method newMethod)
-
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 Method Modifier and Type Method Description static Collection<Method>
BslUtil. allMethods(PreprocessorItem item)
Gets allMethod
fromPreprocessorItem
List<Method>
BslUtil.BslMethodContainerAdapter. getMethods()
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Method Modifier and Type Method Description static boolean
BslUtil. canBeEventHandlerByParamCounts(Method method, ParamSet paramSet, int additionalIndex)
Check Built-In language method that it can be event handler in form by parametersT
BslSwitch. 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 Constructor Description BslMethodContainerAdapter(List<Method> methods)
-
Uses of Method in com._1c.g5.v8.dt.bsl.naming
Methods in com._1c.g5.v8.dt.bsl.naming with parameters of type Method Modifier and Type Method Description protected 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 Method Modifier and Type Method Description Method
PartialParseResult. getReparseMethod()
Gets last reparsing method fromModule
Methods in com._1c.g5.v8.dt.bsl.parser.antlr that return types with arguments of type Method Modifier and Type Method Description Collection<Method>
PartialParseResult. getCalleesMethod()
GetsMethod
s are called fromreparseMethod
before editingConstructors in com._1c.g5.v8.dt.bsl.parser.antlr with parameters of type Method Constructor Description PartialParseResult(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 Method Constructor Description PartialParseResult(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 Method Modifier and Type Method Description Method
BslResource. getReparseMethod()
Gets last reparsing method fromModule
Methods in com._1c.g5.v8.dt.bsl.resource that return types with arguments of type Method Modifier and Type Method Description List<Method>
BslResource. getMethod(CaseInsensitiveString name)
Gets methods fromModule
by nameMethods in com._1c.g5.v8.dt.bsl.resource with parameters of type Method Modifier and Type Method Description boolean
ContextDefBuilder.Filter. accept(Method meth)
-
Uses of Method in com._1c.g5.v8.dt.bsl.scoping
Methods in com._1c.g5.v8.dt.bsl.scoping with parameters of type Method Modifier and Type Method Description org.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 Method Constructor Description MethodVariablesScope(org.eclipse.xtext.scoping.IScope parent, Method method)
InitializeConstructor parameters in com._1c.g5.v8.dt.bsl.scoping with type arguments of type Method Constructor Description ModuleMethodsScope(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 Method Modifier and Type Method Description void
BslTreeTypeSystem. lightInstallingTypeSystem(Module module, Method method, Variable variable, Statement stopStatement, int nearesOffset)
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 Method Modifier and Type Method Description static 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 Method Modifier and Type Method Description BslDocumentationProvider.DocumentContent
BslDocumentationProvider. 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 Method Modifier and Type Method Description List<org.eclipse.xtext.util.Pair<Event,Method>>
BslProposalProvider. getAllCorrectEvent(Module module)
Gets all correctEvent
for creating proposalsMethods in com._1c.g5.v8.dt.bsl.ui.contentassist with parameters of type Method Modifier and Type Method Description static BslCommentUiUtils.TemplateDescription
BslCommentUiUtils. 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.static BslCommentUiUtils.TemplateDescription
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
.static BslCommentUiUtils.TemplateDescription
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
static BslDocumentationProvider.DocumentContent
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 Method Constructor Description BslEventsChooserDialog(org.eclipse.swt.widgets.Shell parentShell, Map<String,org.eclipse.xtext.util.Triple<Event,ParamSet,Method>> allProposals, boolean needProcedureForEvent, boolean needAnnotations, BslDocumentationProvider documentation, boolean isRussian)
Initialize -
Uses of Method in com._1c.g5.v8.dt.bsl.util
Methods in com._1c.g5.v8.dt.bsl.util with parameters of type Method Modifier and Type Method Description static List<Event>
BslUtil. 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 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 Method Modifier and Type Method Description void
BslJavaValidator. checkAsyncMethod(Method method)
void
BslJavaValidator. checkLocalVariablesNotExported(Method method)
void
BslJavaValidator. checkMethodAnnotations(Method method)
void
BslJavaValidator. checkMethodEnvironmentsForEmty(Method method)
void
BslJavaValidator. checkMethodForStatementsAfterReturn(Method method)
void
BslJavaValidator. checkVariableNamesAreUnique(Method method)
void
BslJavaValidator. validateOrderOfMethodPart(Method method)
-
Uses of Method in com._1c.g5.v8.dt.debug.util
Methods in com._1c.g5.v8.dt.debug.util that return Method Modifier and Type Method Description static 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 Method Modifier and Type Method Description static boolean
DebugNodeModelUtils. belongToMethod(org.eclipse.emf.ecore.EObject variable, Method method)
Returns whether the given variable belong to the given method. -
Uses of Method in com._1c.g5.v8.dt.eventhandlers.model
Methods in com._1c.g5.v8.dt.eventhandlers.model that return Method Modifier and Type Method Description Method
ExtensionMethodContainer. getMethod()
Returns method.Method
MethodContainer. getMethod()
Returns method.Constructors in com._1c.g5.v8.dt.eventhandlers.model with parameters of type Method Constructor Description ExtensionMethodContainer(HandlerContainer parent, Method method)
Constructor.MethodContainer(OverridesFolder parent, Method method, TypeItem ownerTypeItem)
Constructor. -
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 Method Modifier and Type Field Description static 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 Method Modifier and Type Method Description List<Method>
ICommonModuleMethodNamesProvider.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 Method Modifier and Type Method Description boolean
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 Method Modifier and Type Method Description protected void
BslFormatter2. formatMethod(Method method, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsMethod
object.
-