Package | Description |
---|---|
sisc.interpreter | |
sisc.ser |
Modifier and Type | Method and Description |
---|---|
LibraryBinding |
AppContext.lookupBinding(Expression e) |
Modifier and Type | Method and Description |
---|---|
Expression |
AppContext.resolveBinding(LibraryBinding lb) |
Modifier and Type | Method and Description |
---|---|
LibraryBinding |
LibraryManager.lookupBinding(Expression e)
Returns the reference to a binding in the active libraries, or null
if the provided expression isn't an entry point in any library.
|
LibraryBinding |
SerializerImpl.lookupLibraryBinding(Expression e) |
Modifier and Type | Method and Description |
---|---|
Expression |
LibraryManager.resolveBinding(LibraryBinding lb)
Returns an expression from an external library
|
Expression |
DeserializerImpl.resolveLibraryBinding(LibraryBinding lb) |