added WSF_VALUE.is_empty: BOOLEAN

This commit is contained in:
Jocelyn Fiat
2012-09-10 16:27:16 +02:00
parent fbd9cb9588
commit 795f82d51f
5 changed files with 30 additions and 6 deletions

View File

@@ -45,6 +45,11 @@ feature -- Status report
is_string: BOOLEAN = False
-- Is Current as a WSF_STRING representation?
is_empty: BOOLEAN
do
Result := value = Void
end
feature -- Query
string_representation: STRING_32