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 NameCache
ObjectState._names
private final NameCache
PrimitiveState._names
private final NameCache
Project._names
Methods 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)