@Override
protected void init() {
if(!condition.getParamterizedType().equals(AClass.BOOLEAN_WRAP_ACLASS) &&
!condition.getParamterizedType().equals(AClass.BOOLEAN_ACLASS) ){
throw new ASMSupportException("the condition type of if statement must be boolean or Boolean, but was " + condition.getParamterizedType());
}
//condition.asArgument();
}