Package org.aspectj.weaver.tools.cache
Class CachedClassEntry
- java.lang.Object
-
- org.aspectj.weaver.tools.cache.CachedClassEntry
-
public class CachedClassEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description CachedClassEntry(CachedClassReference ref, byte[] weavedBytes, org.aspectj.weaver.tools.cache.CachedClassEntry.EntryType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)byte[]getBytes()StringgetClassName()StringgetKey()inthashCode()booleanisGenerated()booleanisIgnored()booleanisWeaved()StringtoString()
-
-
-
Constructor Detail
-
CachedClassEntry
public CachedClassEntry(CachedClassReference ref, byte[] weavedBytes, org.aspectj.weaver.tools.cache.CachedClassEntry.EntryType type)
-
-