Open mtrberzi opened 10 years ago
Issue by lucaswoj Sunday Nov 17, 2013 at 16:36 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/40
The isOfType method will return true if a Value is an instance of a TypeValue
isOfType
Value
TypeValue
class Value { ... public boolean isOfType(TypeValue); ... }
Issue by lucaswoj Sunday Nov 17, 2013 at 16:36 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/40
The
isOfType
method will return true if aValue
is an instance of aTypeValue