Uses of Interface
com._1c.g5.v8.dt.bsl.model.DeclareStatement
-
-
Uses of DeclareStatement in com._1c.g5.v8.dt.bsl.model
Subinterfaces of DeclareStatement in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interfaceIfPreprocessorDeclareStatementA representation of the model object 'If Preprocessor Declare Statement'.interfaceRegionPreprocessorDeclareStatementA representation of the model object 'Region Preprocessor Declare Statement'.Methods in com._1c.g5.v8.dt.bsl.model that return DeclareStatement Modifier and Type Method Description DeclareStatementBslFactory. 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 DeclareStatement Modifier and Type Method Description org.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 DeclareStatement Modifier and Type Class Description classDeclareStatementImplAn implementation of the model object 'Declare Statement'.classIfPreprocessorDeclareStatementImplAn implementation of the model object 'If Preprocessor Declare Statement'.classRegionPreprocessorDeclareStatementImplAn implementation of the model object 'Region Preprocessor Declare Statement'.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type DeclareStatement Modifier and Type Field Description protected 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 DeclareStatement Modifier and Type Method Description DeclareStatementBslFactoryImpl. createDeclareStatement()Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type DeclareStatement Modifier and Type Method Description org.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 DeclareStatement Modifier and Type Method Description static Collection<DeclareStatement>BslUtil. allDeclareStatements(PreprocessorItem item)Gets allDeclareStatementfromPreprocessorItemMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type DeclareStatement Modifier and Type Method Description TBslSwitch. 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 DeclareStatement Constructor Description BlockVariablesScope(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 DeclareStatement Modifier and Type Field Description protected List<DeclareStatement>MethodExtractValidator. allSelectedDeclareStatementConstructor parameters in com._1c.g5.v8.dt.bsl.ui.refactoring with type arguments of type DeclareStatement Constructor Description ExtractRefactoringStatementAnalyzer(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 DeclareStatement Modifier and Type Method Description protected voidBslFormatter2. formatDeclareStatement(DeclareStatement declareStatement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsDeclareStatementobject
-