Uses of Interface
com._1c.g5.v8.dt.bsl.model.Conditional
-
-
Uses of Conditional in com._1c.g5.v8.dt.bsl.common
Methods in com._1c.g5.v8.dt.bsl.common with parameters of type Conditional Modifier and Type Method Description protected void
StaticFeatureAccessProcessor. doProcessInternal(Conditional cond)
ProcessingConditional
protected void
ValidatorProcessor. doProcessInternal(Conditional cond)
ProcessingConditional
-
Uses of Conditional in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return Conditional Modifier and Type Method Description Conditional
BslFactory. createConditional()
Returns a new object of class 'Conditional'.Conditional
IfStatement. getIfPart()
Returns the value of the 'If Part' containment reference.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type Conditional Modifier and Type Method Description org.eclipse.emf.common.util.EList<Conditional>
IfStatement. getElsIfParts()
Returns the value of the 'Els If Parts' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type Conditional Modifier and Type Method Description void
IfStatement. setIfPart(Conditional value)
Sets the value of the 'If Part
' containment reference. -
Uses of Conditional in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement Conditional Modifier and Type Class Description class
ConditionalImpl
An implementation of the model object 'Conditional'.Fields in com._1c.g5.v8.dt.bsl.model.impl declared as Conditional Modifier and Type Field Description protected Conditional
IfStatementImpl. ifPart
The cached value of the 'If Part
' containment reference.Fields in com._1c.g5.v8.dt.bsl.model.impl with type parameters of type Conditional Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Conditional>
IfStatementImpl. elsIfParts
The cached value of the 'Els If Parts
' containment reference list.Methods in com._1c.g5.v8.dt.bsl.model.impl that return Conditional Modifier and Type Method Description Conditional
BslFactoryImpl. createConditional()
Conditional
IfStatementImpl. getIfPart()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type Conditional Modifier and Type Method Description org.eclipse.emf.common.util.EList<Conditional>
IfStatementImpl. getElsIfParts()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type Conditional Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
IfStatementImpl. basicSetIfPart(Conditional newIfPart, org.eclipse.emf.common.notify.NotificationChain msgs)
void
IfStatementImpl. setIfPart(Conditional newIfPart)
-
Uses of Conditional in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Conditional Modifier and Type Method Description T
BslSwitch. caseConditional(Conditional object)
Returns the result of interpreting the object as an instance of 'Conditional'. -
Uses of Conditional in com._1c.g5.v8.dt.bsl.ui.editor
Methods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type Conditional Modifier and Type Method Description protected void
ImplicitVariableInitializationFinder. doProcessInternal(Conditional cond)
-
Uses of Conditional in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Conditional Modifier and Type Method Description protected void
BslFormatter2. formatConditional(Conditional conditional, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsConditional
object
-