Uses of Class
serp.bytecode.NameCache
Packages that use NameCache
-
Uses of NameCache in serp.bytecode
Fields in serp.bytecode declared as NameCacheModifier and TypeFieldDescriptionprivate final NameCacheObjectState._namesprivate final NameCachePrimitiveState._namesprivate final NameCacheProject._namesMethods in serp.bytecode that return NameCacheModifier and TypeMethodDescriptionProject.getNameCache()Return the name cache, which includes utilities for converting names from internal to external form and vice versa.Constructors in serp.bytecode with parameters of type NameCacheModifierConstructorDescriptionObjectState(NameCache names) PrimitiveState(Class type, NameCache names)