#include <YCPCode.h>
Inheritance diagram for YCPReferenceRep:
Public Member Functions | |
SymbolEntryPtr | entry () const |
YCPOrder | compare (const YCPReference &v) const |
string | toString () const |
std::ostream & | toStream (std::ostream &str) const |
YCPValueType | valuetype () const |
YCPValue | evaluate (bool cse=false) const |
Protected Member Functions | |
YCPReferenceRep () | |
YCPReferenceRep (SymbolEntryPtr entry) | |
~YCPReferenceRep () | |
Private Attributes | |
SymbolEntryPtr | m_entry |
|
Constructor |
|
|
|
Cleans up. |
|
Compares two YCPReferences for equality, greaterness or smallerness. |
|
|
|
Evaluates the code. |
|
Output value as bytecode to stream Implements YCPElementRep. |
|
Returns an ASCII representation of the YCPReference. Implements YCPElementRep. |
|
Returns YT_Reference. See YCPValueRep::type. Implements YCPValueRep. |
|
|