package jp.igapyon.jcfa.vo.item; /** TODO import func. is missing. */ public class JcfaItemInt extends jp.igapyon.jcfa.vo.item.JcfaItem { /** */ protected int val; /** Constructor. */ public JcfaItemInt() { /* * 0: aload_0 this */ /* * 1: invokespecial jp/igapyon/jcfa/vo/item/JcfaItem#()V TODO get * args count from signature. * null#jp.igapyon.jcfa.vo.item.JcfaItemLocalVariable@1b2d71d */ /* 4: return */ } /** Method. */ public int getVal() { /* * 0: aload_0 this */ /* * 1: getfield TODO unsupported opcode */ /* * 4: ireturn TODO unsupported opcode */ } /** * Method. int */ public void setVal(int arg0) { /* * 0: aload_0 this */ /* * 1: iload_1 TODO unsupported opcode */ /* * 2: putfield TODO unsupported opcode */ /* 5: return */ } }