Uses of Class
eu.bandm.tools.umod.runtime.CheckedPair_LR
Package
Description
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of CheckedPair_LR in eu.bandm.tools.lljava.live.impl
Modifier and TypeMethodDescriptionprotected VariableContext.Variable
BaseCompilationContextImpl.findState
(Class<?> type, CheckedPair_LR<Object, String> key) -
Uses of CheckedPair_LR in eu.bandm.tools.umod.runtime
Modifier and TypeMethodDescriptionstatic <A,
B> List <CheckedPair_LR<A, B>> CheckedPair_LR.fromIterables
(Iterable<A> left, Iterable<B> right, Class<A> lclass, Class<B> rclass)