Uses of Interface
com._1c.g5.v8.dt.bsl.model.FakeReference
-
Packages that use FakeReference Package Description com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.model.util -
-
Uses of FakeReference in com._1c.g5.v8.dt.bsl.model.impl
Classes in com._1c.g5.v8.dt.bsl.model.impl that implement FakeReference Modifier and Type Class Description class
FakeReferenceImpl
An implementation of the model object 'Fake Reference'. -
Uses of FakeReference in com._1c.g5.v8.dt.bsl.model.util
Methods in com._1c.g5.v8.dt.bsl.model.util with parameters of type FakeReference Modifier and Type Method Description T
BslSwitch. caseFakeReference(FakeReference object)
Returns the result of interpreting the object as an instance of 'Fake Reference'.
-