Uses of Interface
com._1c.g5.v8.dt.bsl.model.ContextDefMethodInfo
-
Packages that use ContextDefMethodInfo 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 ContextDefMethodInfo in com._1c.g5.v8.dt.bsl.model
Methods in com._1c.g5.v8.dt.bsl.model that return ContextDefMethodInfo Modifier and Type Method Description ContextDefMethodInfo
BslIndexFactory. createContextDefMethodInfo()
Returns a new object of class 'Context Def Method Info'.Methods in com._1c.g5.v8.dt.bsl.model that return types with arguments of type ContextDefMethodInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContextDefMethodInfo>
ModuleContextDefIndex. getMethods()
Returns the value of the 'Methods' containment reference list. -
Uses of ContextDefMethodInfo in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement ContextDefMethodInfo Modifier and Type Class Description class
ContextDefMethodInfoImpl
An implementation of the model object 'Context Def Method Info'.Methods in com._1c.g5.v8.dt.bsl.model.impl that return ContextDefMethodInfo Modifier and Type Method Description ContextDefMethodInfo
BslIndexFactoryImpl. createContextDefMethodInfo()
Methods in com._1c.g5.v8.dt.bsl.model.impl that return types with arguments of type ContextDefMethodInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContextDefMethodInfo>
ModuleContextDefIndexImpl. getMethods()
-
Uses of ContextDefMethodInfo in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type ContextDefMethodInfo Modifier and Type Method Description T
BslIndexSwitch. caseContextDefMethodInfo(ContextDefMethodInfo object)
Returns the result of interpreting the object as an instance of 'Context Def Method Info'.
-