LKDeclRef documentation
LKBuiltinSymbol : LKDeclRefOverview
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.
Default
- + (LKBuiltinSymbol *) builtin
Returns a new autoreleased instance of he receiver.