Uses of Interface
org.biojava.utils.bytecode.ParametricCodeGenerator
-
Uses of ParametricCodeGenerator in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return ParametricCodeGeneratorModifier and TypeMethodDescriptionByteCode.make_add(ParametricType type) ByteCode.make_and(ParametricType type) static ParametricCodeGeneratorByteCode.make_array_load(ParametricType type) Load an element of a parametric type to an array.static ParametricCodeGeneratorByteCode.make_arrayStore(ParametricType type) Store an element of a parametric type to an array.ByteCode.make_cmpg(ParametricType type) ByteCode.make_cmpl(ParametricType type) ByteCode.make_div(ParametricType type) ByteCode.make_dup(ParametricType type) ByteCode.make_load(ParametricType type, LocalVariable lv) Load an item of a parametric type from a local variable.ByteCode.make_mul(ParametricType type) ByteCode.make_neg(ParametricType type) static ParametricCodeGeneratorByteCode.make_newraray(ParametricType type) ByteCode.make_or(ParametricType type) ByteCode.make_rem(ParametricType type) ByteCode.make_return(ParametricType type) Make a return statement for the parametric type.ByteCode.make_save(ParametricType type, LocalVariable lv) Store an item of a parametric type to a local variable.ByteCode.make_shiftLeft(ParametricType type) ByteCode.make_shiftRight(ParametricType type) ByteCode.make_shiftRightLogical(ParametricType type) ByteCode.make_sub(ParametricType type) ByteCode.make_xor(ParametricType type)