Defining a Method on a Union
É
abstract <type> m(<params>);
<type> m(<params>) {
  <body 1>
}
<type> m(<params>) {
  <body N>
}