Uses of Interface
com._1c.g5.v8.dt.bsl.model.IfStatement
-
-
Uses of IfStatement in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type IfStatement Modifier and Type Method Description protected 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 IfStatement Modifier and Type Method Description IfStatementBslFactory. 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 IfStatement Modifier and Type Class Description classIfStatementImplAn implementation of the model object 'If Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return IfStatement Modifier and Type Method Description IfStatementBslFactoryImpl. createIfStatement() -
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 IfStatement Modifier and Type Method Description TBslSwitch. 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 Constructor Description IfPosition(IfStatement statement) -
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 IfStatement Modifier and Type Method Description protected 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 IfStatement Modifier and Type Method Description protected 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 IfStatement Modifier and Type Method Description protected voidBslFormatter2. formatIfStatement(IfStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsIfStatementobject
-