[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] How do I check the NameClass of a Symbol?
From: |
Juergen Sauermann |
Subject: |
[Bug-apl] How do I check the NameClass of a Symbol? |
Date: |
Wed, 08 Jan 2014 17:17:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi,
first get a ValueStackItem * vp (or &) and then access vp->name_class.
symbol->value_stack_size() gives the number of items on the value stack
(~ number
of pushed local variables).
symbol->top_of_stack() returns the currently valid value stack entry, and
symbol[n] returns the n'th entry.
/// Jürgen
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-apl] How do I check the NameClass of a Symbol?,
Juergen Sauermann <=