Class: coder.dictionary.Entry
Package: coder.dictionary
Determine if coder.dictionary.Entry
object represents a valid
code definition
tf = valid(entryObj)
returns tf
= valid(entryObj
)true
if the coder.dictionary.Entry
object entryObj
is valid. A
coder.dictionary.Entry
object is valid if it represents an existing code
definition. When you remove the code definition that the entry represents, the
coder.dictionary.Entry
object is not valid.