Package xyz.cofe.trambda.bc.mth
Class MLdcInsn
- java.lang.Object
-
- xyz.cofe.trambda.bc.mth.MAbstractBC
-
- xyz.cofe.trambda.bc.mth.MLdcInsn
-
- All Implemented Interfaces:
Serializable,xyz.cofe.collection.ImTree<ByteCode>,xyz.cofe.collection.ImTreeWalk<ByteCode>,ByteCode,MethodByteCode,MethodWriter
public class MLdcInsn extends MAbstractBC implements MethodWriter
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLdcInsnclone()LdcTypegetLdcType()ObjectgetValue()voidsetLdcType(LdcType ldcType)voidsetValue(Object value)StringtoString()voidwrite(org.objectweb.asm.MethodVisitor v, MethodWriterCtx ctx)
-
-
-
Method Detail
-
clone
public MLdcInsn clone()
- Specified by:
clonein interfaceMethodByteCode- Specified by:
clonein classMAbstractBC
-
getLdcType
public LdcType getLdcType()
-
setLdcType
public void setLdcType(LdcType ldcType)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
write
public void write(org.objectweb.asm.MethodVisitor v, MethodWriterCtx ctx)- Specified by:
writein interfaceMethodWriter
-
-