|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Resolver.Conversion
Description of an implicit conversion that occurred while resolving an operator call.
Method Summary | |
---|---|
void |
apply(Validator validator,
java.util.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. |
Method Detail |
---|
int getCost()
void checkValid()
void apply(Validator validator, java.util.List<Exp> args)
validator
- Validatorargs
- Argument list
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |