core / org.pinelang.core / PineContext
PineContext¶
class PineContext
Constructors¶
Name | Summary |
---|---|
<init> | PineContext() |
Properties¶
Name | Summary |
---|---|
refs | val refs: HashMap < Int , PineObject > |
Functions¶
Name | Summary |
---|---|
clear | fun clear(): Unit |
get | operator fun get(id: Int ): PineObject ? |
registerObject | fun registerObject(id: Int , obj: PineObject ): Unit |