Uses of Class
cn.sinozg.applet.instruct.model.InstructFieldDetail
Packages that use InstructFieldDetail
-
Uses of InstructFieldDetail in cn.sinozg.applet.instruct.model
Fields in cn.sinozg.applet.instruct.model with type parameters of type InstructFieldDetailMethods in cn.sinozg.applet.instruct.model that return types with arguments of type InstructFieldDetailMethod parameters in cn.sinozg.applet.instruct.model with type arguments of type InstructFieldDetailModifier and TypeMethodDescriptionvoidInstructFieldDetail.setDetails(List<InstructFieldDetail> details) -
Uses of InstructFieldDetail in cn.sinozg.applet.instruct.util
Fields in cn.sinozg.applet.instruct.util with type parameters of type InstructFieldDetailModifier and TypeFieldDescriptionprivate static final Map<Class<?>,List<InstructFieldDetail>> InstructUtil.STRUCTURE_MAPMethods in cn.sinozg.applet.instruct.util that return types with arguments of type InstructFieldDetailModifier and TypeMethodDescriptionstatic List<InstructFieldDetail>InstructUtil.structureInfo(Class<?> clazz) 获取到指令结构private static List<InstructFieldDetail>InstructUtil.structureInfo(Class<?> clazz, boolean reverse) 获取到指令结构Methods in cn.sinozg.applet.instruct.util with parameters of type InstructFieldDetailModifier and TypeMethodDescriptionstatic ObjectInstructUtil.decode(String s, Field field, InstructFieldDetail d) 解码private static ObjectInstructUtil.decodeField(String instruct, Field field, InstructFieldDetail d) 编码字段private static StringInstructUtil.encodeField(Field field, Object data, InstructFieldDetail d) 编码指令Method parameters in cn.sinozg.applet.instruct.util with type arguments of type InstructFieldDetailModifier and TypeMethodDescriptionprivate static voidInstructUtil.itemDecodeField(List<InstructFieldDetail> list, Object o, String instruct) 循环解码private static voidInstructUtil.itemEncodeField(List<InstructFieldDetail> list, Object o, StringBuilder instruct) 循环编码