Package xyz.cofe.trambda.bc.ann
Class AAbstractBC
- java.lang.Object
-
- xyz.cofe.trambda.bc.ann.AAbstractBC
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,AnnotationByteCode,AnnotationWriter,ByteCode
- Direct Known Subclasses:
AEnd,AEnum,APair,EmbededAnnotation
public abstract class AAbstractBC extends Object implements AnnotationByteCode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AAbstractBC()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AnnotationByteCodeclone()-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface xyz.cofe.trambda.bc.ann.AnnotationWriter
write
-
-
-
-
Method Detail
-
clone
public abstract AnnotationByteCode clone()
- Specified by:
clonein interfaceAnnotationByteCode- Overrides:
clonein classObject
-
-