public class CachedClassEntry
extends java.lang.Object
| Constructor and Description |
|---|
CachedClassEntry(CachedClassReference ref,
byte[] weavedBytes,
org.aspectj.weaver.tools.cache.CachedClassEntry.EntryType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[] |
getBytes() |
java.lang.String |
getClassName() |
java.lang.String |
getKey() |
int |
hashCode() |
boolean |
isGenerated() |
boolean |
isIgnored() |
boolean |
isWeaved() |
java.lang.String |
toString() |
public CachedClassEntry(CachedClassReference ref, byte[] weavedBytes, org.aspectj.weaver.tools.cache.CachedClassEntry.EntryType type)
public java.lang.String getClassName()
public byte[] getBytes()
public java.lang.String getKey()
public boolean isGenerated()
public boolean isWeaved()
public boolean isIgnored()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object