189190191192193194195
} else if (s.equals("bytecode")) { return Destination.BYTECODE; } else if (s.equals("constantpool")) { return Destination.CONSTANT_POOL; } throw new IllegalDestinationValue("Illegal Destination value : (" + s + ")"); }