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 TypeInterfaceDescriptioninterface
A representation of the model object 'If Preprocessor Declare Statement'.interface
A 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 TypeClassDescriptionclass
An implementation of the model object 'Declare Statement'.class
An implementation of the model object 'If Preprocessor Declare Statement'.class
An 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.declareStatements
The cached value of the 'Declare Statements
' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>
MethodImpl.declareStatements
The cached value of the 'Declare Statements
' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>
PreprocessorItemAllTypeStatementsImpl.declareStatements
The cached value of the 'Declare Statements
' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>
PreprocessorItemDeclareStatementImpl.declareStatements
The cached value of the 'Declare Statements
' containment reference list.protected org.eclipse.emf.common.util.EList<DeclareStatement>
PreprocessorItemModuleImpl.declareStatements
The 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 allDeclareStatement
fromPreprocessorItem
Methods 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.allSelectedDeclareStatement
Constructor 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 void
BslFormatter2.formatDeclareStatement
(DeclareStatement declareStatement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsDeclareStatement
object