General Information
Tutorials
Reference Manuals
Libraries
Translation Tasks
Tools
Administration
|
New Features of Eli Version 4.4Additional property access function
The access function
int HasName(DefTableKey key)
If
Since
If a property is to be queried by
Proc: DefTableKey [Has]; Given that declaration, the following query could be made in LIDO:
RULE: Expr ::= AppliedOccurrence '(' ArgList ')' COMPUTE IF(NOT(HasProc(AppliedOccurrence.Key)), message(ERROR,"Not a procedure identifier",0,COORDREF)); END;
|