Package xyz.cofe.trambda.bc.ann
Class AEnd
- java.lang.Object
-
- xyz.cofe.trambda.bc.ann.AAbstractBC
-
- xyz.cofe.trambda.bc.ann.AEnd
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,AnnotationByteCode,AnnotationWriter,ByteCode
public class AEnd extends AAbstractBC implements AnnotationWriter
- See Also:
- Serialized Form
-
-
Constructor Detail
-
AEnd
public AEnd()
Конструктор по умолчанию
-
AEnd
public AEnd(AEnd sample)
Конструктор копирования- Parameters:
sample- образец
-
-
Method Detail
-
clone
public AEnd clone()
- Specified by:
clonein interfaceAnnotationByteCode- Specified by:
clonein classAAbstractBC
-
write
public void write(org.objectweb.asm.AnnotationVisitor v)
- Specified by:
writein interfaceAnnotationWriter
-
-