(LoadContext context, final String token)
| 26 | public final class Var extends BonusObj |
| 27 | { |
| 28 | @Override |
| 29 | protected boolean parseToken(LoadContext context, final String token) |
| 30 | { |
| 31 | addBonusInfo(token); |
| 32 | |
| 33 | return true; |
| 34 | } |
| 35 | |
| 36 | @Override |
| 37 | protected String unparseToken(final Object obj) |
nothing calls this directly
no test coverage detected