Package xyz.cofe.trambda.bc.ann
Interface AnnotationByteCode
-
- All Superinterfaces:
AnnotationWriter,ByteCode,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,Serializable
- All Known Implementing Classes:
AAbstractBC,AEnd,AEnum,APair,APair.APairBoolean,APair.APairBooleanArr1D,APair.APairByte,APair.APairByteArr1D,APair.APairCharacter,APair.APairCharArr1D,APair.APairDouble,APair.APairDoubleArr1D,APair.APairFloat,APair.APairFloatArr1D,APair.APairIntArr1D,APair.APairInteger,APair.APairLong,APair.APairLongArr1D,APair.APairSerializable,APair.APairShort,APair.APairShortArr1D,APair.APairString,EmAArray,EmANameDesc,EmbededAnnotation
public interface AnnotationByteCode extends ByteCode, AnnotationWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationByteCodeclone()-
Methods inherited from interface xyz.cofe.trambda.bc.ann.AnnotationWriter
write
-
-
-
-
Method Detail
-
clone
AnnotationByteCode clone()
-
-