Uses of Class
de.inetsoftware.jwebassembly.module.FunctionManager.FunctionState
Packages that use FunctionManager.FunctionState
-
Uses of FunctionManager.FunctionState in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module with type parameters of type FunctionManager.FunctionStateModifier and TypeFieldDescriptionprivate final Map
<FunctionName, FunctionManager.FunctionState> FunctionManager.states
Methods in de.inetsoftware.jwebassembly.module that return FunctionManager.FunctionStateModifier and TypeMethodDescriptionprivate FunctionManager.FunctionState
FunctionManager.getOrCreate
(FunctionName name) Get an existing state or create one.Method parameters in de.inetsoftware.jwebassembly.module with type arguments of type FunctionManager.FunctionStateModifier and TypeMethodDescriptionprivate Iterator
<FunctionName> FunctionManager.iterator
(Predicate<Map.Entry<FunctionName, FunctionManager.FunctionState>> filter) get a iterator for function names