introduces compile time type (ct_type)

to determine whether we can call directly
This commit is contained in:
Torsten Ruger
2017-04-19 20:59:13 +03:00
parent d2fba19b95
commit 3e282c083d
8 changed files with 130 additions and 12 deletions

View File

@ -30,6 +30,9 @@ module Vool
raise "Not implemented for #{self}"
end
def ct_type
nil
end
# create corresponding parfait objects, ie classes, types, methods
# mainly implemented by class/method statement
def create_objects