introduces compile time type (ct_type)
to determine whether we can call directly
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user