public static interface Resolver.Conversion
| Modifier and Type | Method and Description | 
|---|---|
void | 
apply(Validator validator,
     List<Exp> args)
Applies this conversion to its argument, modifying the argument list
 in place. 
 | 
void | 
checkValid()
Checks the viability of implicit conversions. 
 | 
int | 
getCost()
Returns the cost of the conversion. 
 | 
int getCost()
void checkValid()