package jp.igapyon.jcfa.vo.item; /** TODO import func. is missing. */ public class JcfaItemChar extends jp.igapyon.jcfa.vo.item.JcfaItem { /** */ protected char val; /** Constructor. */ public JcfaItemChar() { /* * 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@1b6aea4 */ /* 4: return */ } /** Method. */ public char getVal() { /* * 0: aload_0 this */ /* * 1: getfield TODO unsupported opcode */ /* * 4: ireturn TODO unsupported opcode */ } /** * Method. char */ public void setVal(char arg0) { /* * 0: aload_0 this */ /* * 1: iload_1 TODO unsupported opcode */ /* * 2: putfield TODO unsupported opcode */ /* 5: return */ } }