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 void
StaticFeatureAccessProcessor. doProcessInternal(IfStatement stat)
ProcessingIfStatement
protected void
ValidatorProcessor. 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 IfStatement
BslFactory. 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 class
IfStatementImpl
An 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 IfStatement
BslFactoryImpl. 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 T
BslSwitch. 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 void
ImplicitVariableInitializationFinder. 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 void
BslFormatter2. formatIfStatement(IfStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsIfStatement
object
-