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