Uses of Class
org.biojava.utils.bytecode.ParametricType
Packages that use ParametricType
Package
Description
A Java object-model for a Java Bytecode Macro-Assembler.
-
Uses of ParametricType in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return ParametricTypeModifier and TypeMethodDescriptionstatic ParametricType
ParametricType.createArrayType
(String name) Create a new ParametricType that claims to resolve to an array type.static ParametricType
ParametricType.createObjectType
(String name) Create a new ParametricType that claims to resolve to an object type.static ParametricType
ParametricType.createPrimitiveType
(String name) Create a new ParametricType that claims to resolve to a primative type.static ParametricType
ParametricType.createType
(String name) Create a new ParametricType that claims nothing.static ParametricType
ParametricType.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 ParametricCodeGenerator
ByteCode.make_array_load
(ParametricType type) Load an element of a parametric type to an array.static ParametricCodeGenerator
ByteCode.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 ParametricCodeGenerator
ByteCode.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) void
CodeContext.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.