Uses of Interface
xyz.cofe.trambda.bc.fld.FieldByteCode
-
Packages that use FieldByteCode Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.bc.cls Представление байт-кода классаxyz.cofe.trambda.bc.fld Представление байт-кода полей -
-
Uses of FieldByteCode in xyz.cofe.trambda
Methods in xyz.cofe.trambda with parameters of type FieldByteCode Modifier and Type Method Description protected voidFieldDump. emit(FieldByteCode bc) -
Uses of FieldByteCode in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls with type parameters of type FieldByteCode Modifier and Type Field Description protected List<FieldByteCode>CField. fieldByteCodesБайт-код связанный с полем - аннотацииMethods in xyz.cofe.trambda.bc.cls that return types with arguments of type FieldByteCode Modifier and Type Method Description List<FieldByteCode>CField. getFieldByteCodes()Возвращает байт-код связанный с полем - аннотацииMethod parameters in xyz.cofe.trambda.bc.cls with type arguments of type FieldByteCode Modifier and Type Method Description voidCField. setFieldByteCodes(List<FieldByteCode> fld)Указывает байт-код связанный с полем - аннотации -
Uses of FieldByteCode in xyz.cofe.trambda.bc.fld
Classes in xyz.cofe.trambda.bc.fld that implement FieldByteCode Modifier and Type Class Description classFAnnotationclassFieldEndend of the methodclassFTypeAnnotationMethods in xyz.cofe.trambda.bc.fld that return FieldByteCode Modifier and Type Method Description FieldByteCodeFieldByteCode. clone()
-