|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParametricType in org.biojava.utils.bytecode |
---|
Methods in org.biojava.utils.bytecode that return ParametricType | |
---|---|
static 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. |
ParametricType |
ParametricCodeGenerator.getType()
|
ParametricType |
PParametricCodeGenerator.getType1()
|
ParametricType |
PParametricCodeGenerator.getType2()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |