Package xyz.cofe.trambda.bc.cls
Class CEnd
- java.lang.Object
-
- xyz.cofe.trambda.bc.cls.CEnd
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,ByteCode,ClazzWriter,ClsByteCode
public class CEnd extends Object implements ClsByteCode, ClazzWriter
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CEndclone()CEndconfigure(Consumer<CEnd> conf)StringtoString()voidwrite(org.objectweb.asm.ClassWriter v)
-
-
-
Constructor Detail
-
CEnd
public CEnd()
-
CEnd
public CEnd(CEnd sample)
-
-
Method Detail
-
clone
public CEnd clone()
- Specified by:
clonein interfaceClsByteCode- Overrides:
clonein classObject
-
write
public void write(org.objectweb.asm.ClassWriter v)
- Specified by:
writein interfaceClazzWriter
-
-