Package xyz.cofe.trambda.bc.ann
Class EmANameDesc
- java.lang.Object
-
- xyz.cofe.trambda.bc.ann.AAbstractBC
-
- xyz.cofe.trambda.bc.ann.EmbededAnnotation
-
- xyz.cofe.trambda.bc.ann.EmANameDesc
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,AnnotationByteCode,AnnotationDef,AnnotationWriter,GetAnnotationByteCodes,ByteCode
public class EmANameDesc extends EmbededAnnotation implements AnnotationWriter
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptorprotected Stringname-
Fields inherited from class xyz.cofe.trambda.bc.ann.EmbededAnnotation
annotationByteCodes
-
-
Constructor Summary
Constructors Constructor Description EmANameDesc()Конструктор по умолчаниюEmANameDesc(EmANameDesc sample)Конструктор копирования
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmANameDescclone()StringgetDescriptor()StringgetName()xyz.cofe.iter.Eterable<ByteCode>nodes()Возвращает дочерние узлыvoidsetDescriptor(String descriptor)voidsetName(String name)StringtoString()voidwrite(org.objectweb.asm.AnnotationVisitor v)-
Methods inherited from class xyz.cofe.trambda.bc.ann.EmbededAnnotation
getAnnotationByteCodes, setAnnotationByteCodes
-
-
-
-
Constructor Detail
-
EmANameDesc
public EmANameDesc()
Конструктор по умолчанию
-
EmANameDesc
public EmANameDesc(EmANameDesc sample)
Конструктор копирования- Parameters:
sample- образец
-
-
Method Detail
-
clone
public EmANameDesc clone()
- Specified by:
clonein interfaceAnnotationByteCode- Specified by:
clonein classAAbstractBC
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescriptor
public String getDescriptor()
-
setDescriptor
public void setDescriptor(String descriptor)
-
nodes
public xyz.cofe.iter.Eterable<ByteCode> nodes()
Возвращает дочерние узлы
-
write
public void write(org.objectweb.asm.AnnotationVisitor v)
- Specified by:
writein interfaceAnnotationWriter
-
-