lcd数字显示体温计实现报警动能

图片说明

语句解析方法:
已知一个单条件判断方式:boolean compareItem(String fieldName, String operation, String operValue);
实现一个SQL解析函数,要求:
支持and、or;
支持括号;
支持引号;
字段名使用前缀$标识。
输入语句如:($size >= 500 and ($type != "类 型 12 3" or 0 <= $checked)) 其中 size type checked为字段名
public class ParseCondition {
public static void main(String[] args) throws ParseException {
System.out.println(parse("($size >= 500 and ($type != \"类 型 12 3\" or 0 <= $checked))"));
}
public static boolean parse(String conditionStr) {
//请编写

}
private static boolean compareItem(String fieldName, String operation, String operValue) {
    System.out.println(fieldName

请问这个用单片机了吗,小菜鸡的我看不懂,