Uses of Class
xyz.cofe.trambda.bc.cls.CSource
-
Packages that use CSource Package Description xyz.cofe.trambda.bc.cls Представление байт-кода класса -
-
Uses of CSource in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls declared as CSource Modifier and Type Field Description protected CSourceCBegin. sourceСодержит имя исходного класса/файла отладки (debug)Methods in xyz.cofe.trambda.bc.cls that return CSource Modifier and Type Method Description CSourceCSource. clone()CSourceCSource. configure(Consumer<CSource> conf)Конфигурация экземпляраCSourceCBegin. getSource()Возвращает имя исходного файлаMethods in xyz.cofe.trambda.bc.cls with parameters of type CSource Modifier and Type Method Description voidCBegin. setSource(CSource s)Указывает имя исходного файлаMethod parameters in xyz.cofe.trambda.bc.cls with type arguments of type CSource Modifier and Type Method Description CSourceCSource. configure(Consumer<CSource> conf)Конфигурация экземпляраConstructors in xyz.cofe.trambda.bc.cls with parameters of type CSource Constructor Description CSource(CSource sample)Конструктор копирования
-