Uses of Class
org.qdl_lang.module.MTKey
-
Packages that use MTKey Package Description org.qdl_lang.module Classes that model and manage modules in QDL. -
-
Uses of MTKey in org.qdl_lang.module
Classes in org.qdl_lang.module with type parameters of type MTKey Modifier and Type Class Description class
MTStack<V extends MTTable<? extends MTKey,? extends Module>>
Created by Jeff Gaynor
on 12/13/21 at 7:17 AMclass
MTTable<K extends MTKey,V extends Module>
Module template table.Methods in org.qdl_lang.module that return MTKey Modifier and Type Method Description MTKey
Module. getMTKey()
Methods in org.qdl_lang.module that return types with arguments of type MTKey Modifier and Type Method Description List<MTKey>
MTStack. getChangeList()
Methods in org.qdl_lang.module with parameters of type MTKey Modifier and Type Method Description List<XKey>
MIStack. getAliases(MTKey key)
For a given module namespace, return all current aliases.List<String>
MIStack. getAliasesAsString(MTKey key)
Same asMIStack.getAliases(MTKey)
except that the result is not a set of keys but a simple list of the aliases as strings.Module
MTStack. getModule(MTKey mtKey)
Method parameters in org.qdl_lang.module with type arguments of type MTKey Modifier and Type Method Description void
MTStack. setChangeList(List<MTKey> changeList)
-