PageRenderTime 18ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/java-mode/Constructs/method.yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 4cdd2a135e55117bf40d0c049d1804ea MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: m
  3. # contributor: Translated from TextMate Snippet
  4. # name: method
  5. # --
  6. ${1:void} ${2:method}($3) ${4:throws $5 }{
  7. $0
  8. }