Uses of Interface
com._1c.g5.v8.dt.bsl.model.SimpleStatement
-
Packages that use SimpleStatement Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util com._1c.g5.v8.dt.bsl.validation com.e1c.g5.v8.dt.formatter.bsl -
-
Uses of SimpleStatement in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return SimpleStatement Modifier and Type Method Description SimpleStatement
BslFactory. createSimpleStatement()
Returns a new object of class 'Simple Statement'. -
Uses of SimpleStatement in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement SimpleStatement Modifier and Type Class Description class
SimpleStatementImpl
An implementation of the model object 'Simple Statement'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return SimpleStatement Modifier and Type Method Description SimpleStatement
BslFactoryImpl. createSimpleStatement()
-
Uses of SimpleStatement in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type SimpleStatement Modifier and Type Method Description T
BslSwitch. caseSimpleStatement(SimpleStatement object)
Returns the result of interpreting the object as an instance of 'Simple Statement'. -
Uses of SimpleStatement in com._1c.g5.v8.dt.bsl.validation
Methods in com._1c.g5.v8.dt.bsl.validation with parameters of type SimpleStatement Modifier and Type Method Description protected List<BslJavaValidator.ErrorDescr>
TypesChecker. _check(SimpleStatement stat, Environments envs)
void
BslJavaValidator. checkFormAttributeProperatyAssign(SimpleStatement statement)
void
BslJavaValidator. checkReturningTypeForEnvironment(SimpleStatement statement)
void
BslJavaValidator. checkSimpleStatement(SimpleStatement statement)
-
Uses of SimpleStatement in com.e1c.g5.v8.dt.formatter.bsl
Methods in com.e1c.g5.v8.dt.formatter.bsl with parameters of type SimpleStatement Modifier and Type Method Description protected void
BslFormatter2. formatSimpleStatement(SimpleStatement statement, org.eclipse.xtext.formatting2.IFormattableDocument document)
FormatsSimpleStatement
object
-