Uses of Interface
com._1c.g5.v8.dt.bsl.model.ContextDefItemInfo
-
Packages that use ContextDefItemInfo 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 -
-
Uses of ContextDefItemInfo in com._1c.g5.v8.dt.bsl.model
Subinterfaces of ContextDefItemInfo in com._1c.g5.v8.dt.bsl.model Modifier and Type Interface Description interface
ContextDefMethodInfo
A representation of the model object 'Context Def Method Info'.interface
ContextDefPropertyInfo
A representation of the model object 'Context Def Property Info'. -
Uses of ContextDefItemInfo in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ContextDefItemInfo Modifier and Type Class Description class
ContextDefItemInfoImpl
An implementation of the model object 'Context Def Item Info'.class
ContextDefMethodInfoImpl
An implementation of the model object 'Context Def Method Info'.class
ContextDefPropertyInfoImpl
An implementation of the model object 'Context Def Property Info'. -
Uses of ContextDefItemInfo in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ContextDefItemInfo Modifier and Type Method Description T
BslIndexSwitch. caseContextDefItemInfo(ContextDefItemInfo object)
Returns the result of interpreting the object as an instance of 'Context Def Item Info'.
-