Uses of Class
org.biojava.utils.bytecode.ParametricType
-
Uses of ParametricType in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return ParametricTypeModifier and TypeMethodDescriptionstatic ParametricTypeParametricType.createArrayType(String name) Create a new ParametricType that claims to resolve to an array type.static ParametricTypeParametricType.createObjectType(String name) Create a new ParametricType that claims to resolve to an object type.static ParametricTypeParametricType.createPrimitiveType(String name) Create a new ParametricType that claims to resolve to a primative type.static ParametricTypeParametricType.createType(String name) Create a new ParametricType that claims nothing.static ParametricTypeParametricType.createType(String name, CodeClass[] classes) Create a new ParametricType that claims to be castable to all the classes in a list.ParametricCodeGenerator.getType()PParametricCodeGenerator.getType1()PParametricCodeGenerator.getType2()Methods in org.biojava.utils.bytecode with parameters of type ParametricTypeModifier 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_cast(ParametricType from, ParametricType to) 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) voidCodeContext.registerParametricType(ParametricType type, CodeClass concreteType) Register a concrete type for a parametric type.CodeContext.resolveParametricType(ParametricType type) Resolve a parametric type to a concrete class.