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. typeAnnotationsMethods 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)
-