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 NameCache
ObjectState. _names
private NameCache
PrimitiveState. _names
private NameCache
Project. _names
Methods in serp.bytecode that return NameCache Modifier and Type Method Description NameCache
Project. 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)
-