|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.rice.cs.cunit.classFile.attributes.AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord
public static class AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord
Storage class for name and annotations.
Field Summary | |
---|---|
private AAnnotationsAttributeInfo.Annotation[] |
annotations
|
private AUTFPoolInfo |
name
|
Constructor Summary | |
---|---|
AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord(AUTFPoolInfo name,
AAnnotationsAttributeInfo.Annotation[] annotations)
|
Method Summary | |
---|---|
AAnnotationsAttributeInfo.Annotation[] |
getAnnotations()
|
AUTFPoolInfo |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final AUTFPoolInfo name
private final AAnnotationsAttributeInfo.Annotation[] annotations
Constructor Detail |
---|
public AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord(AUTFPoolInfo name, AAnnotationsAttributeInfo.Annotation[] annotations)
Method Detail |
---|
public AUTFPoolInfo getName()
public AAnnotationsAttributeInfo.Annotation[] getAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |