Uses of Class
com._1c.g5.v8.dt.bsl.services.BslGrammarAccess
- 
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.bm.ui.editorConstructors in com._1c.g5.v8.dt.bsl.bm.ui.editor with parameters of type BslGrammarAccess Constructor Description BslTextSearchReferenceFinderSupplier(org.eclipse.emf.ecore.EObject sourceObject, IProjectFileSystemSupportProvider fileSystemSupportProvider, BslGrammarAccess bslGrammar, org.eclipse.xtext.ui.refactoring.impl.RefactoringResourceSetProvider resourceSetProvider, DynamicFeatureAccessComputer dynamicFeatureAccessComputer, IBmModelManager manager, IExternalPropertyManagerRegistry propertyManagerRegistry, IV8ProjectManager projectManager, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider)Constructor
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.bm.ui.refactoringConstructors in com._1c.g5.v8.dt.bsl.bm.ui.refactoring with parameters of type BslGrammarAccess Constructor Description BslRenameRefactoring(org.eclipse.ltk.core.refactoring.participants.RenameProcessor processor, IProjectFileSystemSupportProvider fileSystemSupportProvider, IV8ProjectManager projectManager, org.eclipse.handly.ui.IInputElementProvider inputElementProvide, BslGrammarAccess bslGrammar, org.eclipse.xtext.ui.refactoring.impl.RefactoringResourceSetProvider resourceSetProvider, DynamicFeatureAccessComputer dynamicFeatureAccessComputer, IModelEditingSupport modelEditingSupport, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, TextSearchRefactoringParticipantFactory refactoringParticipantFactory)Creates a new rename refactoring with the given rename processor.BslTextSearchRefactoringSupplier(IProjectFileSystemSupportProvider fileSystemSupportProvider, org.eclipse.handly.ui.IInputElementProvider inputElementProvider, BslGrammarAccess bslGrammar, org.eclipse.xtext.ui.refactoring.impl.RefactoringResourceSetProvider resourceSetProvider, DynamicFeatureAccessComputer dynamicFeatureAccessComputer, IModelEditingSupport modelEditingSupport, IV8ProjectManager projectManager, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider)ConstructorBslTextSearchSupplier(IProjectFileSystemSupportProvider fileSystemSupportProvider, BslGrammarAccess bslGrammar, org.eclipse.xtext.ui.refactoring.impl.RefactoringResourceSetProvider resourceSetProvider, DynamicFeatureAccessComputer dynamicFeatureAccessComputer, IV8ProjectManager projectManager, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider)Constructor
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.formattingFields in com._1c.g5.v8.dt.bsl.formatting declared as BslGrammarAccess Modifier and Type Field Description protected BslGrammarAccessBslFormattingConfigBasedStream. grammarAccessConstructors in com._1c.g5.v8.dt.bsl.formatting with parameters of type BslGrammarAccess Constructor Description BslFormattingConfigBasedStream(BslGrammarAccess grammarAcces, org.eclipse.xtext.parsetree.reconstr.ITokenStream out, String initialIndentation, org.eclipse.xtext.formatting.impl.FormattingConfig cfg, org.eclipse.xtext.formatting.IElementMatcherProvider.IElementMatcher<org.eclipse.xtext.formatting.impl.AbstractFormattingConfig.ElementPattern> matcher, org.eclipse.xtext.parsetree.reconstr.IHiddenTokenHelper hiddenTokenHelper, boolean preserveSpaces)Constructor
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.parser.antlrMethods in com._1c.g5.v8.dt.bsl.parser.antlr that return BslGrammarAccess Modifier and Type Method Description BslGrammarAccessBslParser. getGrammarAccess()Methods in com._1c.g5.v8.dt.bsl.parser.antlr with parameters of type BslGrammarAccess Modifier and Type Method Description voidBslParser. setGrammarAccess(BslGrammarAccess grammarAccess)Constructors in com._1c.g5.v8.dt.bsl.parser.antlr with parameters of type BslGrammarAccess Constructor Description CustomInternalBslParser(org.antlr.runtime.TokenStream input, BslGrammarAccess grammarAccess, SyntaxErrorMessageProvider messageProvider)Constructor
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.ui.contentassistMethods in com._1c.g5.v8.dt.bsl.ui.contentassist with parameters of type BslGrammarAccess Modifier and Type Method Description static StringBslProposalProvider. getByValueLiteralName(BslGrammarAccess bslGrammar, boolean isRussian)Gets 'Val' or 'Знач'static StringBslProposalProvider. getExportLiteralName(BslGrammarAccess bslGrammar, boolean isRussian)Gets 'Export' or 'Экспорт'static StringBslProposalProvider. getTypeEndMethodName(BslGrammarAccess bslGrammar, boolean isFunc, boolean isRussian)Gets 'EndProcedure' or 'EndFunction'static StringBslProposalProvider. getTypeMethodName(BslGrammarAccess bslGrammar, boolean isFunc, boolean isRussian)Gets 'Procedure' or 'Function'
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.ui.contentassist.antlrMethods in com._1c.g5.v8.dt.bsl.ui.contentassist.antlr that return BslGrammarAccess Modifier and Type Method Description BslGrammarAccessBslParser. getGrammarAccess()Methods in com._1c.g5.v8.dt.bsl.ui.contentassist.antlr with parameters of type BslGrammarAccess Modifier and Type Method Description voidBslParser. setGrammarAccess(BslGrammarAccess grammarAccess)
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.ui.menuFields in com._1c.g5.v8.dt.bsl.ui.menu declared as BslGrammarAccess Modifier and Type Field Description protected BslGrammarAccessAbstractBslWrapInRegionHandler. bslGrammar
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.utilMethods in com._1c.g5.v8.dt.bsl.util with parameters of type BslGrammarAccess Modifier and Type Method Description static StringBslUtil. getRuleSemicolonName(BslGrammarAccess grammar)Gets name of grammar rule "SEMICOLON"
 See Bsl.xtext
- 
Uses of BslGrammarAccess in com._1c.g5.v8.dt.bsl.validationConstructors in com._1c.g5.v8.dt.bsl.validation with parameters of type BslGrammarAccess Constructor Description BslSuppressionProvider(BslGrammarAccess grammarAccess)Constructor
- 
Uses of BslGrammarAccess in com.e1c.g5.v8.dt.bsl.check.qfixMethods in com.e1c.g5.v8.dt.bsl.check.qfix that return BslGrammarAccess Modifier and Type Method Description BslGrammarAccessIXtextBslModuleFixModel. getBslGrammar()ProvidesBslGrammarAccess
- 
Uses of BslGrammarAccess in com.e1c.g5.v8.dt.formatter.bsl.managerConstructors in com.e1c.g5.v8.dt.formatter.bsl.manager with parameters of type BslGrammarAccess Constructor Description KeywordStandardProvider(BslGrammarAccess bslGrammar)Creates new instance with given bslGrammar
 
-