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 interface
IfPreprocessorDeclareStatement
A representation of the model object 'If Preprocessor Declare Statement'.interface
RegionPreprocessorDeclareStatement
A 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 DeclareStatement
BslFactory. 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 class
DeclareStatementImpl
An implementation of the model object 'Declare Statement'.class
IfPreprocessorDeclareStatementImpl
An implementation of the model object 'If Preprocessor Declare Statement'.class
RegionPreprocessorDeclareStatementImpl
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 DeclareStatement Modifier and Type Field Description protected 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 DeclareStatement Modifier and Type Method Description DeclareStatement
BslFactoryImpl. 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 allDeclareStatement
fromPreprocessorItem
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type DeclareStatement Modifier and Type Method Description T
BslSwitch. 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. allSelectedDeclareStatement
Constructor 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 void
BslFormatter2. formatDeclareStatement(DeclareStatement declareStatement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsDeclareStatement
object
-