Package xyz.cofe.trambda.bc.mth
Class MAbstractBC
- java.lang.Object
-
- xyz.cofe.trambda.bc.mth.MAbstractBC
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,ByteCode,MethodByteCode,MethodWriter
- Direct Known Subclasses:
MAnnotableParameterCount,MAnnotation,MAnnotationDefault,MCode,MEnd,MFieldInsn,MFrame,MIincInsn,MInsn,MInsnAnnotation,MIntInsn,MInvokeDynamicInsn,MJumpInsn,MLabel,MLdcInsn,MLineNumber,MLocalVariable,MLocalVariableAnnotation,MLookupSwitchInsn,MMaxs,MMethodInsn,MMultiANewArrayInsn,MParameter,MParameterAnnotation,MTableSwitchInsn,MTryCatchAnnotation,MTryCatchBlock,MTypeAnnotation,MTypeInsn,MVarInsn
public abstract class MAbstractBC extends Object implements MethodByteCode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MAbstractBC()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MethodByteCodeclone()-
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.mth.MethodWriter
write
-
-
-
-
Method Detail
-
clone
public abstract MethodByteCode clone()
- Specified by:
clonein interfaceMethodByteCode- Overrides:
clonein classObject
-
-