|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.daileon.notsupported.ElementRoot
class ElementRoot
The ElementRoot class represents the root of class elements. It
simply holds the name of the class and its annotations.
| Field Summary | |
|---|---|
private org.objectweb.asm.Attribute |
attribute
The Attribute (or annotations) that annotate the class |
private String |
className
The name of the class |
| Constructor Summary | |
|---|---|
ElementRoot()
Class constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
(package private) org.objectweb.asm.Attribute |
getAttribute()
Gets the Attribute (or annotations) of the class. |
(package private) String |
getClassName()
Gets the name of the class. |
int |
hashCode()
|
(package private) void |
setAttribute(org.objectweb.asm.Attribute attribute)
Sets the Attribute (or annotations) of the class. |
(package private) void |
setClassName(String className)
Sets the name of the class. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String className
private org.objectweb.asm.Attribute attribute
Attribute (or annotations) that annotate the class
| Constructor Detail |
|---|
ElementRoot()
| Method Detail |
|---|
String getClassName()
void setClassName(String className)
className - The name of the class.org.objectweb.asm.Attribute getAttribute()
Attribute (or annotations) of the class.
Attribute (or annotations) of the class.void setAttribute(org.objectweb.asm.Attribute attribute)
Attribute (or annotations) of the class.
attribute - The Attribute (or annotations) of the class.public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||