Uses of Interface
xyz.cofe.trambda.bc.ann.AnnotationByteCode
-
Packages that use AnnotationByteCode Package Description xyz.cofe.trambda.bc.ann Представление аннотаций из байт кодаxyz.cofe.trambda.bc.cls Представление байт-кода классаxyz.cofe.trambda.bc.fld Представление байт-кода полейxyz.cofe.trambda.bc.mth Представление байт-кода методов -
-
Uses of AnnotationByteCode in xyz.cofe.trambda.bc.ann
Classes in xyz.cofe.trambda.bc.ann that implement AnnotationByteCode Modifier and Type Class Description classAAbstractBCclassAEndclassAEnumclassAPair<V>static classAPair.APairBooleanstatic classAPair.APairBooleanArr1Dstatic classAPair.APairBytestatic classAPair.APairByteArr1Dstatic classAPair.APairCharacterstatic classAPair.APairCharArr1Dstatic classAPair.APairDoublestatic classAPair.APairDoubleArr1Dstatic classAPair.APairFloatstatic classAPair.APairFloatArr1Dstatic classAPair.APairIntArr1Dstatic classAPair.APairIntegerstatic classAPair.APairLongstatic classAPair.APairLongArr1Dstatic classAPair.APairSerializablestatic classAPair.APairShortstatic classAPair.APairShortArr1Dstatic classAPair.APairStringclassEmAArrayclassEmANameDescclassEmbededAnnotationFields in xyz.cofe.trambda.bc.ann with type parameters of type AnnotationByteCode Modifier and Type Field Description protected List<AnnotationByteCode>EmbededAnnotation. annotationByteCodesMethods in xyz.cofe.trambda.bc.ann that return AnnotationByteCode Modifier and Type Method Description abstract AnnotationByteCodeAAbstractBC. clone()AnnotationByteCodeAnnotationByteCode. clone()Methods in xyz.cofe.trambda.bc.ann that return types with arguments of type AnnotationByteCode Modifier and Type Method Description List<AnnotationByteCode>EmbededAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>GetAnnotationByteCodes. getAnnotationByteCodes()Method parameters in xyz.cofe.trambda.bc.ann with type arguments of type AnnotationByteCode Modifier and Type Method Description voidEmbededAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes) -
Uses of AnnotationByteCode in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls with type parameters of type AnnotationByteCode Modifier and Type Field Description protected List<AnnotationByteCode>CAnnotation. annotationByteCodesвложенные параметры аннотацииprotected List<AnnotationByteCode>CTypeAnnotation. annotationByteCodesMethods in xyz.cofe.trambda.bc.cls that return types with arguments of type AnnotationByteCode Modifier and Type Method Description List<AnnotationByteCode>CAnnotation. getAnnotationByteCodes()Указывает вложенные параметры аннотацииList<AnnotationByteCode>CTypeAnnotation. getAnnotationByteCodes()Method parameters in xyz.cofe.trambda.bc.cls with type arguments of type AnnotationByteCode Modifier and Type Method Description voidCAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)Возвращает вложенные параметры аннотацииvoidCTypeAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes) -
Uses of AnnotationByteCode in xyz.cofe.trambda.bc.fld
Fields in xyz.cofe.trambda.bc.fld with type parameters of type AnnotationByteCode Modifier and Type Field Description protected List<AnnotationByteCode>FAnnotation. annotationByteCodesprotected List<AnnotationByteCode>FTypeAnnotation. annotationByteCodesMethods in xyz.cofe.trambda.bc.fld that return types with arguments of type AnnotationByteCode Modifier and Type Method Description List<AnnotationByteCode>FAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>FTypeAnnotation. getAnnotationByteCodes()Method parameters in xyz.cofe.trambda.bc.fld with type arguments of type AnnotationByteCode Modifier and Type Method Description voidFAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidFTypeAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes) -
Uses of AnnotationByteCode in xyz.cofe.trambda.bc.mth
Fields in xyz.cofe.trambda.bc.mth with type parameters of type AnnotationByteCode Modifier and Type Field Description protected List<AnnotationByteCode>MAnnotation. annotationByteCodesprotected List<AnnotationByteCode>MAnnotationDefault. annotationByteCodesprotected List<AnnotationByteCode>MInsnAnnotation. annotationByteCodesprotected List<AnnotationByteCode>MLocalVariableAnnotation. annotationByteCodesprotected List<AnnotationByteCode>MParameterAnnotation. annotationByteCodesprotected List<AnnotationByteCode>MTryCatchAnnotation. annotationByteCodesprotected List<AnnotationByteCode>MTypeAnnotation. annotationByteCodesMethods in xyz.cofe.trambda.bc.mth that return types with arguments of type AnnotationByteCode Modifier and Type Method Description List<AnnotationByteCode>MAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>MAnnotationDefault. getAnnotationByteCodes()List<AnnotationByteCode>MInsnAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>MLocalVariableAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>MParameterAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>MTryCatchAnnotation. getAnnotationByteCodes()List<AnnotationByteCode>MTypeAnnotation. getAnnotationByteCodes()Method parameters in xyz.cofe.trambda.bc.mth with type arguments of type AnnotationByteCode Modifier and Type Method Description voidMAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidMAnnotationDefault. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidMInsnAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidMLocalVariableAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidMParameterAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidMTryCatchAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)voidMTypeAnnotation. setAnnotationByteCodes(List<AnnotationByteCode> byteCodes)
-