Uses of Interface
com._1c.g5.v8.dt.bsl.model.IfStatement
Packages that use IfStatement
Package
Description
-
Uses of IfStatement in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type IfStatementModifier and TypeMethodDescriptionprotected voidStaticFeatureAccessProcessor.doProcessInternal(IfStatement stat) ProcessingIfStatementprotected voidValidatorProcessor.doProcessInternal(IfStatement stat) ProcessingIfStatement -
Uses of IfStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return IfStatementModifier and TypeMethodDescriptionBslFactory.createIfStatement()Returns a new object of class 'If Statement'. -
Uses of IfStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement IfStatementModifier and TypeClassDescriptionclassAn implementation of the model object 'If Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return IfStatement -
Uses of IfStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type IfStatementModifier and TypeMethodDescriptionBslSwitch.caseIfStatement(IfStatement object) Returns the result of interpreting the object as an instance of 'If Statement'. -
Uses of IfStatement in com._1c.g5.v8.dt.bsl.typesystem.util
Constructors in com._1c.g5.v8.dt.bsl.typesystem.util with parameters of type IfStatement -
Uses of IfStatement in com._1c.g5.v8.dt.bsl.ui.editor
Methods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type IfStatementModifier and TypeMethodDescriptionprotected voidImplicitVariableInitializationFinder.doProcessInternal(IfStatement stat) -
Uses of IfStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type IfStatementModifier and TypeMethodDescriptionprotected List<BslJavaValidator.ErrorDescr>TypesChecker._check(IfStatement stat, Environments envs) -
Uses of IfStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type IfStatementModifier and TypeMethodDescriptionprotected voidBslFormatter2.formatIfStatement(IfStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document) FormatsIfStatementobject