Uses of Interface
com._1c.g5.v8.dt.bsl.model.Conditional
- 
- 
Uses of Conditional in com._1c.g5.v8.dt.bsl.commonMethods in com._1c.g5.v8.dt.bsl.common with parameters of type Conditional Modifier and Type Method Description protected voidStaticFeatureAccessProcessor. doProcessInternal(Conditional cond)ProcessingConditionalprotected voidValidatorProcessor. doProcessInternal(Conditional cond)ProcessingConditional
- 
Uses of Conditional in com._1c.g5.v8.dt.bsl.modelMethods in com._1c.g5.v8.dt.bsl.model that return Conditional Modifier and Type Method Description ConditionalBslFactory. createConditional()Returns a new object of class 'Conditional'.ConditionalIfStatement. 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 voidIfStatement. setIfPart(Conditional value)Sets the value of the 'If Part' containment reference.
- 
Uses of Conditional in com._1c.g5.v8.dt.bsl.model.implClasses in com._1c.g5.v8.dt.bsl.model.impl that implement Conditional Modifier and Type Class Description classConditionalImplAn 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 ConditionalIfStatementImpl. ifPartThe 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. elsIfPartsThe 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 ConditionalBslFactoryImpl. createConditional()ConditionalIfStatementImpl. 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.NotificationChainIfStatementImpl. basicSetIfPart(Conditional newIfPart, org.eclipse.emf.common.notify.NotificationChain msgs)voidIfStatementImpl. setIfPart(Conditional newIfPart)
- 
Uses of Conditional in com._1c.g5.v8.dt.bsl.model.utilMethods in com._1c.g5.v8.dt.bsl.model.util with parameters of type Conditional Modifier and Type Method Description TBslSwitch. 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.editorMethods in com._1c.g5.v8.dt.bsl.ui.editor with parameters of type Conditional Modifier and Type Method Description protected voidImplicitVariableInitializationFinder. doProcessInternal(Conditional cond)
- 
Uses of Conditional in com.e1c.g5.v8.dt.formatter.bslMethods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type Conditional Modifier and Type Method Description protected voidBslFormatter2. formatConditional(Conditional conditional, org.eclipse.xtext.formatting2.IFormattableDocument document)FormatsConditionalobject
 
-