342343344345346347348349350351352
// method String[] methodInfo = dim[i].split("\\("); if(methodInfo.length > 0){ TemplateObjectMethod method = obj.getMethod(methodInfo[0]); if(method != null){ obj = method.toTemplateObject(); continue; } } } else { // property