Uses of Class
xyz.cofe.trambda.bc.cls.CField
-
Packages that use CField Package Description xyz.cofe.trambda.bc.cls Представление байт-кода класса -
-
Uses of CField in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls with type parameters of type CField Modifier and Type Field Description protected List<CField>CBegin. fieldsСписок полней классаMethods in xyz.cofe.trambda.bc.cls that return CField Modifier and Type Method Description CFieldCField. clone()CFieldCField. configure(Consumer<CField> conf)Конфигурация экземпляраMethods in xyz.cofe.trambda.bc.cls that return types with arguments of type CField Modifier and Type Method Description List<CField>CBegin. getFields()Возвращает список полней классаMethod parameters in xyz.cofe.trambda.bc.cls with type arguments of type CField Modifier and Type Method Description CFieldCField. configure(Consumer<CField> conf)Конфигурация экземпляраvoidCBegin. setFields(List<CField> fields)Указывает список полней классаConstructors in xyz.cofe.trambda.bc.cls with parameters of type CField Constructor Description CField(CField sample)Конструктор копирования
-