Uses of Class
serp.bytecode.NameCache
-
Packages that use NameCache Package Description serp.bytecode Bytecode Manipuation -
-
Uses of NameCache in serp.bytecode
Fields in serp.bytecode declared as NameCache Modifier and Type Field Description private NameCacheObjectState. _namesprivate NameCachePrimitiveState. _namesprivate NameCacheProject. _namesMethods in serp.bytecode that return NameCache Modifier and Type Method Description NameCacheProject. 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 NameCache Constructor Description ObjectState(NameCache names)PrimitiveState(java.lang.Class type, NameCache names)
-