Uses of Class
xyz.cofe.trambda.bc.bm.LdcType
-
Packages that use LdcType Package Description xyz.cofe.trambda.bc.bm Представление параметров для Bootstrap методовxyz.cofe.trambda.bc.mth Представление байт-кода методов -
-
Uses of LdcType in xyz.cofe.trambda.bc.bm
Methods in xyz.cofe.trambda.bc.bm that return LdcType Modifier and Type Method Description static LdcTypeLdcType. valueOf(String name)Returns the enum constant of this type with the specified name.static LdcType[]LdcType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LdcType in xyz.cofe.trambda.bc.mth
Methods in xyz.cofe.trambda.bc.mth that return LdcType Modifier and Type Method Description LdcTypeMLdcInsn. getLdcType()Methods in xyz.cofe.trambda.bc.mth with parameters of type LdcType Modifier and Type Method Description voidMLdcInsn. setLdcType(LdcType ldcType)Constructors in xyz.cofe.trambda.bc.mth with parameters of type LdcType Constructor Description MLdcInsn(Object value, LdcType ldcType)
-