Package xyz.cofe.trambda.bc
Class LdcInsn
- java.lang.Object
-
- xyz.cofe.trambda.bc.LdcInsn
-
- All Implemented Interfaces:
Serializable,ByteCode
public class LdcInsn extends Object implements ByteCode
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LdcTypegetLdcType()ObjectgetValue()voidsetLdcType(LdcType ldcType)voidsetValue(Object value)StringtoString()
-