/src/tools/wrappers-generator/unimplemented_node.e

http://github.com/tybor/Liberty · Specman e · 21 lines · 6 code · 3 blank · 12 comment · 0 complexity · d0783667bfe2b312aaf9aa0185bca58b MD5 · raw file

  1. class UNIMPLEMENTED_NODE
  2. -- An "Unimplemented" node in the output of GccXml.
  3. inherit
  4. GCCXML_NODE
  5. create {GCCXML_TREE}
  6. make
  7. end -- class UNIMPLEMENTED_NODE
  8. -- Copyright (C) 2011-2017: Paolo Redaelli
  9. -- wrappers-generator is free software: you can redistribute it and/or modify it
  10. -- under the terms of the GNU General Public License as publhed by the Free
  11. -- Software Foundation, either version 2 of the License, or (at your option)
  12. -- any later version.
  13. -- wrappers-generator is distributed in the hope that it will be useful, but
  14. -- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  15. -- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  16. -- more details.
  17. -- You should have received a copy of the GNU General Public License along with
  18. -- th program. If not, see <http://www.gnu.org/licenses/>.