Uses of Interface
com._1c.g5.v8.dt.bsl.model.DeclareStatement
Packages that use DeclareStatement
Package
Description
-
Uses of DeclareStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of DeclareStatement in com._1c.g5.v8.dt.bsl.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'If Preprocessor Declare Statement'.interfaceA representation of the model object 'Region Preprocessor Declare Statement'.Methods in com._1c.g5.v8.dt.bsl.model that return DeclareStatementModifier and TypeMethodDescriptionBslFactory.createDeclareStatement()Returns a new object of class 'Declare Statement'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type DeclareStatementModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DeclareStatement>Block.allDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>Block.getDeclareStatements()Returns the value of the 'Declare Statements' containment reference list.org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemDeclareStatement.getDeclareStatements()Returns the value of the 'Declare Statements' containment reference list. -
Uses of DeclareStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement DeclareStatementModifier and TypeClassDescriptionclassAn implementation of the model object 'Declare Statement'.classAn implementation of the model object 'If Preprocessor Declare Statement'.classAn implementation of the model object 'Region Preprocessor Declare Statement'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type DeclareStatementModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<DeclareStatement>BlockImpl.declareStatementsThe cached value of the 'Declare Statements' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>MethodImpl.declareStatementsThe cached value of the 'Declare Statements' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemAllTypeStatementsImpl.declareStatementsThe cached value of the 'Declare Statements' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemDeclareStatementImpl.declareStatementsThe cached value of the 'Declare Statements' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemModuleImpl.declareStatementsThe cached value of the 'Declare Statements' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return DeclareStatementMethods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type DeclareStatementModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DeclareStatement>BlockImpl.allDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>MethodImpl.allDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>BlockImpl.getDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>MethodImpl.getDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemAllTypeStatementsImpl.getDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemDeclareStatementImpl.getDeclareStatements()org.eclipse.emf.common.util.EList<DeclareStatement>PreprocessorItemModuleImpl.getDeclareStatements() -
Uses of DeclareStatement 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 DeclareStatementModifier and TypeMethodDescriptionstatic Collection<DeclareStatement>BslUtil.allDeclareStatements(PreprocessorItem item) Gets allDeclareStatementfromPreprocessorItemMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type DeclareStatementModifier and TypeMethodDescriptionBslSwitch.caseDeclareStatement(DeclareStatement object) Returns the result of interpreting the object as an instance of 'Declare Statement'. -
Uses of DeclareStatement in com._1c.g5.v8.dt.bsl.scoping
Constructor parameters in com._1c.g5.v8.dt.bsl.scoping with type arguments of type DeclareStatementModifierConstructorDescriptionBlockVariablesScope(org.eclipse.xtext.scoping.IScope parent, Block block, com.google.common.base.Predicate<DeclareStatement> filter) InitializeModuleVariablesScope(org.eclipse.xtext.scoping.IScope parent, Module module, com.google.common.base.Predicate<DeclareStatement> filter) Initialize -
Uses of DeclareStatement in com._1c.g5.v8.dt.bsl.ui.refactoring
Fields in com._1c.g5.v8.dt.bsl.ui.refactoring with type parameters of type DeclareStatementModifier and TypeFieldDescriptionprotected List<DeclareStatement>MethodExtractValidator.allSelectedDeclareStatementConstructor parameters in com._1c.g5.v8.dt.bsl.ui.refactoring with type arguments of type DeclareStatementModifierConstructorDescriptionExtractRefactoringStatementAnalyzer(Block block, List<DeclareStatement> allSelectedDeclareStatement, List<Statement> allSelectedStatement, org.eclipse.jface.text.IRegion region, DynamicFeatureAccessComputer typeComputer) Constructor -
Uses of DeclareStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type DeclareStatementModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatDeclareStatement(DeclareStatement declareStatement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsDeclareStatementobject