PageRenderTime 30ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/source/core/ast/Statement.ooc

http://github.com/nddrylliog/oc
Unknown | 8 lines | 3 code | 5 blank | 0 comment | 0 complexity | 39587ee5f1c93b68799329043358c505 MD5 | raw file
  1. import Node
  2. Statement: abstract class extends Node {
  3. }