Uses of Class
org.biojava.utils.bytecode.ParametricType
-
-
Uses of ParametricType in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return ParametricType Modifier and Type Method Description static 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.ParametricTypeParametricCodeGenerator. getType()ParametricTypePParametricCodeGenerator. getType1()ParametricTypePParametricCodeGenerator. getType2()
-