Uses of Interface
xyz.cofe.trambda.bc.ByteCode
-
Packages that use ByteCode Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.bc Представление байт-кода в виде сущностейxyz.cofe.trambda.bc.ann Представление аннотаций из байт кодаxyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of ByteCode in xyz.cofe.trambda
Method parameters in xyz.cofe.trambda with type arguments of type ByteCode Modifier and Type Method Description protected voidMethodRestore. buildMethod(int acc, String name, String desc, String sign, String[] excepts, List<ByteCode> byteCodes)MethodDumpMethodDump. byteCode(Consumer<ByteCode> bc)Указывает функцию принимающую байт код -
Uses of ByteCode in xyz.cofe.trambda.bc
Classes in xyz.cofe.trambda.bc that implement ByteCode Modifier and Type Class Description classCodeНачала байт-кода методаclassEndend of the methodclassFieldInsnthe opcode of the type instruction to be visited.classFrameclassIincInsnIncrement local variable by constant (jvm spec).classInsnthe opcode of the instruction to be visited.classIntInsnclassInvokeDynamicInsnclassJumpInsnthe opcode of the type instruction to be visited.classLabelclassLdcInsnclassLineNumberclassLocalVariableclassLookupSwitchInsnlookupswitchclassMaxsclassMethodInsnthe opcode of the type instruction to be visited.classMultiANewArrayInsnmultianewarrayclassParameterclassTableSwitchInsntableswitchclassTryCatchBlocktry catch blockclassTypeInsnthe opcode of the type instruction to be visited.classVarInsnthe opcode of the local variable instruction to be visited.Methods in xyz.cofe.trambda.bc that return types with arguments of type ByteCode Modifier and Type Method Description List<ByteCode>MethodDef. getByteCodes()Возвращает представление байт кода методаMethod parameters in xyz.cofe.trambda.bc with type arguments of type ByteCode Modifier and Type Method Description voidMethodDef. setByteCodes(List<ByteCode> byteCodes)Указывает представление байт кода метода -
Uses of ByteCode in xyz.cofe.trambda.bc.ann
Classes in xyz.cofe.trambda.bc.ann that implement ByteCode Modifier and Type Class Description classAnnPair -
Uses of ByteCode in xyz.cofe.trambda.sec
Classes in xyz.cofe.trambda.sec with type parameters of type ByteCode Modifier and Type Class Description classInvoke<INSTR extends ByteCode>
-