私は今Javaを学んでいますが、これでこれらのエラーを理解できないようです...
public class Input {
Setter access = new Setter();
// ^ Error here: Syntax error on token ";", { expected
// after this token.
if (commandExc == fly) {
access.flySetter();
}
else if (commandExc == xray) {
access.xraySetter();
}
} // < Error here: Syntax error, insert "}" to complete ClassBody
ありがとうございました。