- Declared in:
- LKDeclRef.h
Reference to the block object, from within its scope.
- Declared in:
- LKDeclRef.h
Abstract class for all built-in symbols. These are subclasses of LKDeclRef, so it's possible to set their name. For example, a Java-like language may choose to call the self builtin 'this', or a Go-like frontend may give it a different name for every method.
- Declared in:
- LKDeclRef.h
AST node representing a reference to a variable.
Returns autoreleased reference for the specified symbol.
- Declared in:
- LKDeclRef.h
A nil
(object) value.
- Declared in:
- LKDeclRef.h
Reference to the receiver, in methods and blocks inside methods.
- Declared in:
- LKDeclRef.h
Reference to the superclass of he receiver.