method_declaration

method_declaration 
      ::= 
      { modifier } type identifier 
      "(" [ parameter_list ] ")" { "[" "]" } 
      ( statement_block | ";" ) 

[rule list]
This rule is called by

-> field_declaration

Semantic, examples ...

coming soon ...