Package xyz.cofe.trambda.bc.cls
Interface ClsByteCode
-
- All Superinterfaces:
ByteCode,ClazzWriter,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,Serializable
- All Known Implementing Classes:
CAnnotation,CBegin,CEnd,CField,CInnerClass,CMethod,CNestHost,CNestMember,COuterClass,CPermittedSubclass,CSource,CTypeAnnotation
public interface ClsByteCode extends ByteCode, ClazzWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClsByteCodeclone()-
Methods inherited from interface xyz.cofe.trambda.bc.cls.ClazzWriter
write
-
-
-
-
Method Detail
-
clone
ClsByteCode clone()
-
-