An object is functional means that it can hold fields (or array indexes). @return true if this is a function Obj.
()
| 59 | * @return {@code true} if this is a function {@link Obj}. |
| 60 | */ |
| 61 | public boolean isFunctional() { |
| 62 | return true; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * @return the type of the object. |
no outgoing calls
no test coverage detected