Package xyz.cofe.trambda.bc.fld
Interface FieldByteCode
-
- All Superinterfaces:
ByteCode,FieldWriter,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,Serializable
- All Known Implementing Classes:
FAnnotation,FieldEnd,FTypeAnnotation
public interface FieldByteCode extends ByteCode, FieldWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldByteCodeclone()-
Methods inherited from interface xyz.cofe.trambda.bc.fld.FieldWriter
write
-
-
-
-
Method Detail
-
clone
FieldByteCode clone()
-
-