Uses of Class
org.qdl_lang.variables.VThing
-
Packages that use VThing Package Description org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.variables Variables in QDL and classes that support them. -
-
Uses of VThing in org.qdl_lang.state
Methods in org.qdl_lang.state that return VThing Modifier and Type Method Description protected VThing
VariableState. handleVariableType(VThing vThing, XKey key, QDLValue newValue)
the contract here is that if theVThing
is null, then it can be created.Methods in org.qdl_lang.state with parameters of type VThing Modifier and Type Method Description protected VThing
VariableState. handleVariableType(VThing vThing, XKey key, QDLValue newValue)
the contract here is that if theVThing
is null, then it can be created. -
Uses of VThing in org.qdl_lang.variables
Classes in org.qdl_lang.variables with type parameters of type VThing Modifier and Type Class Description class
VStack<V extends VTable<? extends XKey,? extends VThing>>
Created by Jeff Gaynor
on 2/20/22 at 6:14 AMclass
VTable<K extends XKey,V extends VThing>
Created by Jeff Gaynor
on 2/20/22 at 6:12 AM
-