Uses of Class
xyz.cofe.trambda.bc.mth.MMethodInsn
-
Packages that use MMethodInsn Package Description xyz.cofe.trambda.bc.mth Представление байт-кода методовxyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of MMethodInsn in xyz.cofe.trambda.bc.mth
Methods in xyz.cofe.trambda.bc.mth that return MMethodInsn Modifier and Type Method Description MMethodInsnMMethodInsn. clone()Constructors in xyz.cofe.trambda.bc.mth with parameters of type MMethodInsn Constructor Description MMethodInsn(MMethodInsn sample)Конструктор копирования -
Uses of MMethodInsn in xyz.cofe.trambda.sec
Constructors in xyz.cofe.trambda.sec with parameters of type MMethodInsn Constructor Description InvokeMethod(MMethodInsn methodInsn, xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode> scope)Конструктор
-