public class VarMap extends Object
| Constructor and Description |
|---|
VarMap()
Creates an empty VarMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(TypeVariable<?> variable,
Type value) |
void |
addAll(Map<TypeVariable<?>,GenericClass> variables) |
void |
addAll(TypeVariable<?>[] variables,
Type[] values) |
Type |
map(Type type) |
Type[] |
map(Type[] types) |
public void add(TypeVariable<?> variable, Type value)
public void addAll(TypeVariable<?>[] variables, Type[] values) throws IllegalArgumentException
IllegalArgumentExceptionpublic void addAll(Map<TypeVariable<?>,GenericClass> variables) throws IllegalArgumentException
IllegalArgumentExceptionpublic Type map(Type type) throws IllegalArgumentException
IllegalArgumentExceptionpublic Type[] map(Type[] types) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2010–2017 EvoSuite. All rights reserved.