Help for this page

Select Code to Download


  1. or download this
      interface Foo
      {
    ...
      {
        method fn (...) {...}
      }
    
  2. or download this
      class Bar
      {
    ...
      {
        require method fn (...);
      }