Uses of Interface
xyz.cofe.trambda.bc.cls.ClsByteCode
-
Packages that use ClsByteCode Package Description xyz.cofe.trambda.bc.cls Представление байт-кода класса -
-
Uses of ClsByteCode in xyz.cofe.trambda.bc.cls
Classes in xyz.cofe.trambda.bc.cls that implement ClsByteCode Modifier and Type Class Description classCAnnotationАннотация прикрепленная к классуclassCBeginОписывает класс / модульclassCEndМаркер конца класса.classCFieldОписывает поле классаclassCInnerClassclassCMethodОписывает метод классаclassCNestHostclassCNestMemberclassCOuterClassclassCPermittedSubclassclassCSourceСодержит имя исходного класса/файла отладки (debug)classCTypeAnnotationFields in xyz.cofe.trambda.bc.cls with type parameters of type ClsByteCode Modifier and Type Field Description protected Map<ClsByteCode,Integer>CBegin. orderСодержит порядок определения полей/методов/.. в классе (байт-коде)Methods in xyz.cofe.trambda.bc.cls that return ClsByteCode Modifier and Type Method Description ClsByteCodeClsByteCode. clone()Methods in xyz.cofe.trambda.bc.cls that return types with arguments of type ClsByteCode Modifier and Type Method Description Map<ClsByteCode,Integer>CBegin. getOrder()Возвращает порядок определения полей/методов/.. в классе (байт-коде)Methods in xyz.cofe.trambda.bc.cls with parameters of type ClsByteCode Modifier and Type Method Description CBeginCBegin. order(ClsByteCode c, int order)Указывает порядок определения полей/методов/..Method parameters in xyz.cofe.trambda.bc.cls with type arguments of type ClsByteCode Modifier and Type Method Description voidCBegin. setOrder(Map<ClsByteCode,Integer> order)Указывает порядок определения полей/методов/.. в классе (байт-коде)
-