Uses of Class
org.teavm.model.RuntimeConstant
-
Packages that use RuntimeConstant Package Description org.teavm.dependency org.teavm.model -
-
Uses of RuntimeConstant in org.teavm.dependency
Methods in org.teavm.dependency that return types with arguments of type RuntimeConstant Modifier and Type Method Description List<RuntimeConstant>DynamicCallSite. getBootstrapArguments() -
Uses of RuntimeConstant in org.teavm.model
Methods in org.teavm.model that return types with arguments of type RuntimeConstant Modifier and Type Method Description List<RuntimeConstant>InvokeDynamicInstruction. getBootstrapArguments()
-