Uses of Class
org.qdl_lang.state.QDLThreadRecord
-
Packages that use QDLThreadRecord Package Description org.qdl_lang.state Classes that manage the state of an interpreter session. -
-
Uses of QDLThreadRecord in org.qdl_lang.state
Methods in org.qdl_lang.state that return types with arguments of type QDLThreadRecord Modifier and Type Method Description Map<Integer,QDLThreadRecord>
State. getThreadTable()
Method parameters in org.qdl_lang.state with type arguments of type QDLThreadRecord Modifier and Type Method Description void
State. setThreadTable(Map<Integer,QDLThreadRecord> threadTable)
-